Search
Navigate
Branch
Sunday, November 3, 2024
3 changes
1 change
Miscellaneous changes
`importlib.load_module` has been deprecated in Py3.10 and removed in Py3.12. `reportlab` uses that function until 4.0.6. Inside Ubuntu Jammy we have Py3.10 and reportlab 3.8, a deprecatation warning is emitted upon importing reportlab. Inside Ubuntu Noble, we have Py3.12 and reportlab 4.1.0, reportlab doesn't use `load_module` anymore so no warning is emitted. In the version that matters (Py3.12) the problem is solved so the deprecation warning is more noise than anything useful, ignore
Original PR description
`importlib.load_module` has been deprecated in Py3.10 and removed in Py3.12. `reportlab` uses that function until 4.0.6. Inside Ubuntu Jammy we have Py3.10 and reportlab 3.8, a deprecatation warning is emitted upon importing reportlab. Inside Ubuntu Noble, we have Py3.12 and reportlab 4.1.0, reportlab doesn't use `load_module` anymore so no warning is emitted. In the version that matters (Py3.12) the problem is solved so the deprecation warning is more noise than anything useful, ignore the warning until we drop support for py3.10/py3.11. Forward-Port-Of: odoo/odoo#185098 Forward-Port-Of: odoo/odoo#185052
1 change
Miscellaneous changes
**Steps to reproduce:** - Install l10n_mx_edi_stock_extended_31 - Switch to a Mexican company (e.g. ESCUELA KEMPER URGATE) - In Accounting settings, enable "Customer Addresses" - Add a delivery address to a Mexican contact (e.g. INMOBILIARIA CVA) - Create a SO: * Customer: [INMOBILIARIA CVA] * Delivery Address [Delivery address of INMOBILIARIA CVA] * Product: [any product with an UNSPSC category] - Confirm the SO - Go to the created delivery (Its delivery address is the delivery
Original PR description
**Steps to reproduce:** - Install l10n_mx_edi_stock_extended_31 - Switch to a Mexican company (e.g. ESCUELA KEMPER URGATE) - In Accounting settings, enable "Customer Addresses" - Add a delivery…
1 change
Miscellaneous changes
`importlib.load_module` has been deprecated in Py3.10 and removed in Py3.12. `reportlab` uses that function until 4.0.6. Inside Ubuntu Jammy we have Py3.10 and reportlab 3.8, a deprecatation warning is emitted upon importing reportlab. Inside Ubuntu Noble, we have Py3.12 and reportlab 4.1.0, reportlab doesn't use `load_module` anymore so no warning is emitted. In the version that matters (Py3.12) the problem is solved so the deprecation warning is more noise than anything useful, ignore
Original PR description
`importlib.load_module` has been deprecated in Py3.10 and removed in Py3.12. `reportlab` uses that function until 4.0.6. Inside Ubuntu Jammy we have Py3.10 and reportlab 3.8, a deprecatation warning is emitted upon importing reportlab. Inside Ubuntu Noble, we have Py3.12 and reportlab 4.1.0, reportlab doesn't use `load_module` anymore so no warning is emitted. In the version that matters (Py3.12) the problem is solved so the deprecation warning is more noise than anything useful, ignore the warning until we drop support for py3.10/py3.11. Forward-Port-Of: odoo/odoo#185098 Forward-Port-Of: odoo/odoo#185052
**Steps to reproduce:** - Install l10n_mx_edi_stock_extended_31 - Switch to a Mexican company (e.g. ESCUELA KEMPER URGATE) - In Accounting settings, enable "Customer Addresses" - Add a delivery address to a Mexican contact (e.g. INMOBILIARIA CVA) - Create a SO: * Customer: [INMOBILIARIA CVA] * Delivery Address [Delivery address of INMOBILIARIA CVA] * Product: [any product with an UNSPSC category] - Confirm the SO - Go to the created delivery (Its delivery address is the delivery address of INMOBILIARIA CVA) - Edit the delivery: * Transport Type: [Federal Transport] * Vehicule Setup: [any] * Gross Vehicule Weight: [any] * Distance to Destination (KM): [any] - Validate the delivery - Generate Delivery Guide - Check the generated delivery guide xml **Issue:** The destination address in the xml is the address of the main contact. It should be its delivery address. opw-4151229 Forward-Port-Of: odoo/enterprise#73211 Forward-Port-Of: odoo/enterprise#72512