Monday, June 28, 2021
3 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
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