Monday, June 28, 2021
4 changes · master
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
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