mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-28 03:21:59 +02:00
Fix hr_payroll_clone: AttributeError, add journal/work_type support, use standard wizard
- Fix AttributeError: hr.payslip.run has no company_id field - Change batch name format from MM/YYYY to YYYY-MM (remove 'Payslips' prefix) - Add journal_id field and copy from previous batch - Add work_type_id support (Redovni rad/Regular work) in timesheet generation - Add duplicate check for existing timesheets to prevent duplication - Use standard Odoo hr.payslip.employees wizard for payslip generation - Update version to 16.0.1.1.0 🤖 assisted by claude 🤖 assisted by claude
This commit is contained in:
parent
6308fcff4e
commit
a2b6553e74
176 changed files with 3428 additions and 3278 deletions
|
|
@ -20,9 +20,8 @@ msgstr "Ecotax klasifikacija računa"
|
|||
|
||||
#. module: account_ecotax_tax
|
||||
#: model:ir.model.fields,field_description:account_ecotax_tax.field_account_move_line__subtotal_ecotax
|
||||
#: model:ir.model.fields,field_description:account_ecotax_tax.field_account_tax__is_ecotax
|
||||
msgid "Ecotax"
|
||||
msgstr "Ecotax"
|
||||
msgstr "Ekotaksa"
|
||||
|
||||
#. module: account_ecotax_tax
|
||||
#: model:ir.model.fields,field_description:account_ecotax_tax.field_account_move_line__ecotax_amount_unit
|
||||
|
|
@ -61,3 +60,6 @@ msgid ""
|
|||
"1: check \"included in base amount \"\n"
|
||||
"2: The Ecotax sequence must be less then VAT tax (in sale and purchase)"
|
||||
msgstr ""
|
||||
"Upozorenje: Da biste uključili ekotaksu u PDV poreza provjerite ovo:\n"
|
||||
"1: označite \"uključeno u osnovni iznos\"\n"
|
||||
"2: Sekvenca ekotakse mora biti manja od PDV poreza (u prodaji i nabavci)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue