Daily updates from Odoo
Saturday, July 13, 2024
1 change · 17.0
New functionality added to Odoo
This update adds support for version 3.1 of Mexico's Carta Porte (Delivery Guide) standard. The system now handles multiple customs regimes per shipment instead of just one, improving flexibility for complex shipping scenarios. Existing data is automatically migrated to the new format.
Original PR description
This will add support for the new version 3.1 of the Mexian Carta Porte (Delivery Guide). The main change is that the Many2one `l10n_mx_edi_customs_regime_id` field on `stock.picking` becomes a Many2many. The existing ids are transferred to the new join table in a `_post_init_hook()`. task-4000227 Forward-Port-Of: odoo/enterprise#66574 Forward-Port-Of: odoo/enterprise#66040