Wednesday, March 6, 2024
5 changes · 17.0
Enhancements to existing features
The Luxembourg tax reporting system has been updated to use a flexible tags-based approach instead of hardcoded default values for Appendix A. This gives users more control over how tax report data is populated, making the system more customizable and easier to maintain.
Original PR description
Before this commit, the appendix A had default value that were fill thanks to a hardcoded mapping. The user had zero control on this, we decided to use tags instead. What was done: - Put the tags in l10n_lu to be able to use it in the COA - Remove the mapping - Change the function to work with tags instead of the mapping task: 3646832
This update enhances the payroll system to display employee names in work entry conflict messages, making it easier for HR staff to identify which employee has a scheduling issue. Previously, conflict messages lacked this identifying information, requiring users to cross-reference other systems to determine who was affected.
This update adds organizational tags to Luxembourg accounting accounts to better separate tax and net amounts in annual reports. By using tags instead of internal mappings, the system becomes clearer for users and gives them more control over how their financial data is organized and reported.
Original PR description
In this commit we will adds tags to some accounts. The tags added correspond to a mapping that was added in this PR: https://github.com/odoo/enterprise/commit/81c427ba1a505e1e9d4a64dd6227bbb747214142 This mapping was useful to separate the tax and net amount and then use it in the appendix A of the annual report. We decided the use tags instead of this mapping so that it's clearer for the users and to give control to them. task: 3646832 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update enhances the default configuration for New Zealand businesses using Odoo by improving tax groups, tax settings, and chart of accounts. These changes ensure that NZ companies have better out-of-the-box setup, reducing manual configuration needed when first setting up their accounting system.
Original PR description
This tasks aims to improve the out-of-the-box configuration of the NZ localization by updating some tax groups, taxes, accounts and default COA settings. Task ids 3647518 & 3647460 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The industry selection placeholder text in the website configurator has been improved to be clearer and more user-friendly. Instead of the previous generic prompt, the new placeholder provides a cleaner, more intuitive message that better guides users when selecting their industry type.
Original PR description
Type an insdustry ... is not kind of something lean for user, this commit change industry placeholder into a more cleaner version After:  --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr