Daily updates from Odoo
Monday, September 9, 2024
1 change
Code cleanup and technical improvements
The Mexican delivery EDI stock functionality has been consolidated into the main stock EDI module because the extended address data is now required for the feature to work. This simplifies module setup and ensures businesses using Mexican delivery EDI have the required data and validations available in one place.
Original PR description
To use the mexican delivery EDI, it is now required that we have the address field from the mx_edi_extended (the module that stock_extended previously additionally depends on). Using base mx_edi_stock without the extended module will not work anymore. With that in mind, it is now a good time to make the base stock depends on extended and merge everything from the stock extended to the base stock module, including the recently merged stock_extended_31 module. task-id: 3894340