Monday, June 28, 2021
6 changes · master
New functionality added to Odoo
Payroll users can now identify contracts where an employee's working schedule differs from the previous contract. This makes it easier to review schedule changes and support payroll checks across standard and Belgian payroll flows.
Original PR description
Adds a new report for working schedule changes. One line per change in working schedule comparing a contract and the contract that came before it. Task ID: 2518835
Enhancements to existing features
This update improves the day-to-day experience for HR teams managing payroll, contracts, payslips, and salary simulations. It makes key screens clearer, prevents common input mistakes, improves payroll generation and payment flows, and adds safeguards around contract and benefit choices.
Original PR description
Com: https://github.com/odoo/odoo/pull/72402/commits Ent: https://github.com/odoo/odoo/pull/72402/commits Upg: https://github.com/odoo/upgrade/pull/2583 TaskID: 2558171
Miscellaneous changes
In SEPA XML files, accents are forbidden but we should replace characters with accents by their version without accent (e.g. àéèçù becomes aeecu). This was the intended behavior introduced by commit e64e889d24bac2b8faa651ec49ceaea899696edd and that was unintentionally removed with commit 07c245d234a7f903a62ac73604a693d0685e950c. opw-2575143 Forward-Port-Of: odoo/enterprise#19283 Forward-Port-Of: odoo/enterprise#19218
Original PR description
In SEPA XML files, accents are forbidden but we should replace characters with accents by their version without accent (e.g. àéèçù becomes aeecu). This was the intended behavior introduced by commit e64e889d24bac2b8faa651ec49ceaea899696edd and that was unintentionally removed with commit 07c245d234a7f903a62ac73604a693d0685e950c. opw-2575143 Forward-Port-Of: odoo/enterprise#19283 Forward-Port-Of: odoo/enterprise#19218
The accounting setup flow now focuses on true configuration tasks instead of guided tour milestones. Businesses get clearer onboarding with company data and tax review steps surfaced in the setup bar, helping teams complete essential accounting setup more directly.
Original PR description
The purpose is to use config bar for real config steps rather than highlighting tour steps. Mainly by: Removing "First Bill" step from the configuration bar and replacing it by "Company Data". Adding "Taxes Review" step in the configuration bar as the last step (after CoA). This step opens the Taxes list view. Adapting the Tour according to these changes. Task: 2475085
Employee personal document fields are now managed in the general payroll area instead of being tied to the Belgian contract salary setup. This makes the information available more consistently for payroll users and reduces dependence on a country-specific module.
Original PR description
Previously personal documents on employees were added with the belgian contract salary module. This change moves part of those fields to the payroll module. See odoo/odoo#72673 Task ID: 2578139
The spreadsheet icon has been updated to use Odoo's own branded design. This creates a more consistent visual experience for users working with spreadsheets in Documents.
Original PR description
PURPOSE: The purpose of this task is to use our own icon design for spreadsheets. SPECIFICATIONS: update spreadsheet icon to odoo's spreadsheet icon. LINKS: Task-2477155