mirror of
https://github.com/bringout/oca-mrp.git
synced 2026-04-24 14:32:05 +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
3e11ca2158
commit
49081670b3
84 changed files with 1364 additions and 1082 deletions
|
|
@ -13,6 +13,7 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: mrp_bom_line_formula_quantity
|
||||
#: model:ir.model,name:mrp_bom_line_formula_quantity.model_mrp_bom_line
|
||||
msgid "Bill of Material Line"
|
||||
|
|
@ -31,12 +32,23 @@ msgid ""
|
|||
"- production: the production order being created,\n"
|
||||
"The computed quantity must be assigned to the `quantity` variable."
|
||||
msgstr ""
|
||||
"Formula koja se evaluira prilikom generiranja količine za liniju proizvodnog naloga.\n"
|
||||
"Dostupne su sljedeće vrijednosti:\n"
|
||||
"- bom_line: trenutna linija sastavnice,\n"
|
||||
"- operation: operacija gdje se komponente troše za trenutnu liniju sastavnice,\n"
|
||||
"- product: Proizvod trenutne linije sastavnice,\n"
|
||||
"- product_uom: Mjerna jedinica proizvoda trenutne linije sastavnice,\n"
|
||||
"- product_uom_qty: količina linije proizvodnog naloga,\n"
|
||||
"- production: proizvodni nalog koji se kreira,\n"
|
||||
"Izračunata količina mora biti dodijeljena varijabli `quantity`."
|
||||
|
||||
# taken from hr.po
|
||||
#. module: mrp_bom_line_formula_quantity
|
||||
#: model:ir.model,name:mrp_bom_line_formula_quantity.model_mrp_production
|
||||
msgid "Production Order"
|
||||
msgstr "Proizvodni nalog"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: mrp_bom_line_formula_quantity
|
||||
#: model:ir.model.fields,field_description:mrp_bom_line_formula_quantity.field_mrp_bom_line__quantity_formula
|
||||
msgid "Quantity Formula"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue