mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-26 04:02:06 +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
|
|
@ -25,14 +25,14 @@ msgstr "Postavke"
|
|||
|
||||
#. module: sale_timesheet_invoice_description
|
||||
#. odoo-python
|
||||
#: code:addons/sale_timesheet_invoice_description/models/sale.py:0
|
||||
#: code:addons/sale_timesheet_invoice_description/models/sale.py
|
||||
#, python-format
|
||||
msgid "Date - Description"
|
||||
msgstr "Datum - Opis"
|
||||
|
||||
#. module: sale_timesheet_invoice_description
|
||||
#. odoo-python
|
||||
#: code:addons/sale_timesheet_invoice_description/models/sale.py:0
|
||||
#: code:addons/sale_timesheet_invoice_description/models/sale.py
|
||||
#, python-format
|
||||
msgid "Date - Time spent - Description"
|
||||
msgstr "Datum - Utrošeno vrijeme - Opis"
|
||||
|
|
@ -42,9 +42,10 @@ msgstr "Datum - Utrošeno vrijeme - Opis"
|
|||
msgid "Default timesheet details on invoice lines"
|
||||
msgstr "Zadni detalji evidencije radnog vremena na linijama fakture"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: sale_timesheet_invoice_description
|
||||
#. odoo-python
|
||||
#: code:addons/sale_timesheet_invoice_description/models/sale.py:0
|
||||
#: code:addons/sale_timesheet_invoice_description/models/sale.py
|
||||
#, python-format
|
||||
msgid "Description"
|
||||
msgstr "Opis"
|
||||
|
|
@ -71,10 +72,10 @@ msgstr "Stavka žurnala"
|
|||
|
||||
#. module: sale_timesheet_invoice_description
|
||||
#. odoo-python
|
||||
#: code:addons/sale_timesheet_invoice_description/models/sale.py:0
|
||||
#: code:addons/sale_timesheet_invoice_description/models/sale.py
|
||||
#, python-format
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
msgstr "Ništa"
|
||||
|
||||
#. module: sale_timesheet_invoice_description
|
||||
#: model:ir.model,name:sale_timesheet_invoice_description.model_sale_order
|
||||
|
|
@ -88,21 +89,18 @@ msgstr "Stavka prodajne narudžbe"
|
|||
|
||||
#. module: sale_timesheet_invoice_description
|
||||
#: model:ir.model.fields,field_description:sale_timesheet_invoice_description.field_account_move_line__timesheet_invoice_split
|
||||
#: model:ir.model.fields,field_description:sale_timesheet_invoice_description.field_sale_order__timesheet_invoice_split
|
||||
msgid "Split Order lines by timesheets"
|
||||
msgstr "Podijeli linije naloga po evidencijama radnog vremena"
|
||||
|
||||
#. module: sale_timesheet_invoice_description
|
||||
#. odoo-python
|
||||
#: code:addons/sale_timesheet_invoice_description/models/sale.py:0
|
||||
#: code:addons/sale_timesheet_invoice_description/models/sale.py
|
||||
#, python-format
|
||||
msgid "Time spent - Description"
|
||||
msgstr "Utrošeno vrijeme - Opis"
|
||||
|
||||
#. module: sale_timesheet_invoice_description
|
||||
#: model:ir.model.fields,field_description:sale_timesheet_invoice_description.field_account_move_line__timesheet_invoice_description
|
||||
#: model:ir.model.fields,field_description:sale_timesheet_invoice_description.field_res_config_settings__default_timesheet_invoice_description
|
||||
#: model:ir.model.fields,field_description:sale_timesheet_invoice_description.field_sale_order__timesheet_invoice_description
|
||||
msgid "Timesheet Invoice Description"
|
||||
msgstr "Opis fakture evidencije radnog vremena"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue