Daily updates from Odoo
Thursday, July 20, 2023
2 changes
Code cleanup and technical improvements
Mexican electronic invoicing is being reorganized so invoice, payment, and delivery documents can be tracked more directly without relying on the older accounting EDI component. This improves visibility into CFDI status and payment reporting, while preparing the system for future point-of-sale global invoicing needs.
Original PR description
task: 3069324
The helpdesk repair integration has been updated to match broader changes in Odoo's repair process. Businesses can now manage repair work more cleanly apart from sales and invoicing, including linking one sales order to multiple repairs and using a dedicated repairs warehouse operation type.
Original PR description
Adaptation of helpdesk_repair to important changes made in repair. Main changes include : - Separate Repair and Sales/Invoicing functionalities - Possible binding between a Sale Order and many Repair Orders - Specific 'repair.line' model is now replaced by a 'stock.move' inheritance - Added a new 'Repairs' Operation Type to warehouse(s) Task : 3046560 Community : odoo/odoo#106911 Upgrade : https://github.com/odoo/upgrade/pull/4391