Sunday, January 26, 2025
2 changes · saas-18.1
Miscellaneous changes
Since this commit:https://github.com/odoo/enterprise/commit/7bfeb39f64bfecde2960c6f6678062ac515589cb it wasn't possible to export in xml a batch payment. no-task-id Forward-Port-Of: odoo/enterprise#77758
Original PR description
Since this commit:https://github.com/odoo/enterprise/commit/7bfeb39f64bfecde2960c6f6678062ac515589cb it wasn't possible to export in xml a batch payment. no-task-id Forward-Port-Of: odoo/enterprise#77758
Partial revert of https://github.com/odoo/enterprise/pull/67111. Some users rely on the structure of the export format (column order). The order is most frequently code, then name. And code is a required field. Those reasons made us want to re-adapt the behavior. We also want the amounts to be formatted with thousands separator and to always have 2 decimals (even if .00) task-4399107 Forward-Port-Of: odoo/enterprise#77808 Forward-Port-Of: odoo/enterprise#75740
Original PR description
Partial revert of https://github.com/odoo/enterprise/pull/67111. Some users rely on the structure of the export format (column order). The order is most frequently code, then name. And code is a required field. Those reasons made us want to re-adapt the behavior. We also want the amounts to be formatted with thousands separator and to always have 2 decimals (even if .00) task-4399107 Forward-Port-Of: odoo/enterprise#77808 Forward-Port-Of: odoo/enterprise#75740