Daily updates from Odoo
Thursday, April 11, 2024
2 changes
1 change
New functionality added to Odoo
Ecuador electronic documents can now include an auxiliary code on product records. This helps businesses meet local electronic invoicing requirements and keeps required product identifiers managed directly in Odoo.
Original PR description
- Add a new field to the product template for the auxiliary code required for electronic documents
1 change
New functionality added to Odoo
This update adds Catalan language translations to the Spanish localization module, allowing users who prefer Catalan to see accounting terms and account names in their language. Previously, Catalan-speaking users would see English account names; now they will see properly translated Catalan names across all accounting templates.
Original PR description
* addons/l10n_es/i18n/ca.po: Add the catalan language translation for the spanish localization. * addons/l10n_es/data/template/account.account-es_assec.csv: Add name@ca field with account names in…
* addons/l10n_es/i18n/ca.po: Add the catalan language translation for the spanish localization. * addons/l10n_es/data/template/account.account-es_assec.csv: Add name@ca field with account names in catalan. * addons/l10n_es/data/template/account.account-es_common.csv: Add name@ca field with account names in catalan. * addons/l10n_es/data/template/account.account-es_full.csv: Add name@ca field with account names in catalan. * addons/l10n_es/data/template/account.account-es_pymes.csv: Add name@ca field with account names in catalan. * addons/l10n_es/data/template/account.group-es_common.csv: Add name@ca field with account names in catalan. Description of the issue/feature this PR addresses: Add the name@ca for catalan translation at the main account plans in the spain l10n_es localization, and the l10n_es/i18n/ca.po file too. Current behavior before PR: The accounts names are in english when user configures her environment to use the catalan language. Desired behavior after PR is merged: The accounts names are in catalan. Previously crashed PR https://github.com/odoo/odoo/pull/160486 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr