Friday, March 24, 2023
5 changes · master
Enhancements to existing features
The Peruvian localization now includes official bank data sourced from the Central Reserve Bank of Peru. This helps businesses using Odoo in Peru keep banking information more complete and consistent for local operations.
Original PR description
Provides data on Peruvian Banks extracted from the Central Reserve Bank of Peru https://www.bcrp.gob.pe/sitios-de-interes/entidades-financieras.html Enterprise PR: https://github.com/odoo/enterprise/pull/38293 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update removes unnecessary spaces before punctuation marks such as colons, semicolons, question marks, and exclamation marks across many Odoo screens and messages. It improves the polish and consistency of user-facing text, helping the product look more professional in English and most other languages.
Original PR description
According to Wiktionary, French spacing is "the archaic practice (though still current in French) of inserting a space around colons, semicolons, question marks, and exclamation marks". This is not standard practice in English and most languages of the world. The purpose of this commit is to start purging the code from this typo, as it may reflect poorly on the software for some people. Enterprise: https://github.com/odoo/enterprise/pull/38542
Spanish accounting report definitions have been rewritten in English, with Spanish translations maintained separately. This makes the reports easier to maintain and supports future translations without changing the underlying report setup.
Original PR description
Spanish accounting reports were written in Spanish. We want the code to be fully written in English then translated to necessary languages. Task: 3235816 Community: https://github.com/odoo/odoo/pull/115968
This update removes extra spaces before punctuation marks such as colons, semicolons, question marks, and exclamation marks across multiple Odoo Enterprise areas. The change improves the professionalism and consistency of English-language text without altering business functionality.
Original PR description
According to Wiktionary, French spacing is "the archaic practice (though still current in French) of inserting a space around colons, semicolons, question marks, and exclamation marks". This is not standard practice in English and most languages of the world. The purpose of this commit is to start purging the code from this typo, as it may reflect poorly on the software for some people. Community: https://github.com/odoo/odoo/pull/116167
The Peruvian electronic invoicing module now relies on official bank reference data provided through the main Peru localization. This helps keep Peruvian bank information consistent and easier to maintain for local accounting and invoicing workflows.
Original PR description
Provides data on Peruvian Banks extracted from the Central Reserve Bank of Peru https://www.bcrp.gob.pe/sitios-de-interes/entidades-financieras.html Odoo PR: odoo/odoo#95870