Daily updates from Odoo
Friday, June 30, 2023
2 changes · master
Enhancements to existing features
Spreadsheet templates can now be edited collaboratively, similar to regular spreadsheets. This makes it easier for teams to build and update shared templates together, reducing handoffs and version conflicts.
Original PR description
This PR implements the collaborative editing in spreadsheet templates. The underlying idea is the same as collaborative editing on normal spreadsheets. task [3252858](https://www.odoo.com/web#id=3252858&cids=1&menu_id=4720&model=project.task&view_type=form)
Code cleanup and technical improvements
Several onboarding checklists and setup steps are now managed through Odoo’s shared onboarding system. This makes setup guidance more consistent across invoicing, sales, consolidation, payments, appointments, and website sales dashboards, especially for multi-company use.
Original PR description
Purpose: Use the onboarding module to manage onboardings, steps and their progress for the different companies This PR (and related COM one) moves these: * `account`:" invoicing" and "dashboard" + "vendor bill" and "sale_tax" steps * `sale`: "quotation" * `account_consolidation`: "dashboard" * `payment`: payment provider setup step, used in different modules. * `website_sale_dashboard` Task-3025136 See https://github.com/odoo/odoo/pull/104223 See https://github.com/odoo/upgrade/pull/4021