Sunday, July 14, 2024
3 changes · saas-17.3
Miscellaneous changes
Steps to reproduce ================== - Install sale_management - Create a new Quotation * select a partner * quotation date: exactly one year ago * add a line with a product * save but don't confirm - Go to Sales > Reporting - Remove any filter - Filter by order date: the current month - Add a comparison: "Order date: Previous Year" => The dataset are stacked Let's say with have the following values: July 2024: 10k July 2023: 5k The July 2023 point will be disp
Original PR description
Steps to reproduce ================== - Install sale_management - Create a new Quotation * select a partner * quotation date: exactly one year ago * add a line with a product * save but don't confirm - Go to Sales > Reporting - Remove any filter - Filter by order date: the current month - Add a comparison: "Order date: Previous Year" => The dataset are stacked Let's say with have the following values: July 2024: 10k July 2023: 5k The July 2023 point will be displayed with an Y coordinate being the sum of both: 15k. It doesn't make sense as we wan't to be able to compare both values visually Solution ======== Always disable the stacked mode when using a comparison opw-3960098 Forward-Port-Of: odoo/odoo#173056 Forward-Port-Of: odoo/odoo#171800
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#66627 Forward-Port-Of: odoo/enterprise#66040
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#66627 Forward-Port-Of: odoo/enterprise#66040
With an MX company Access as accounting user with no admin/Settings Go to Accounting > Reports > Trial Balance. Click "SAT (XML)" to export the file. Issue: Access Error will raise opw-4044467 Forward-Port-Of: odoo/enterprise#66581
Original PR description
With an MX company Access as accounting user with no admin/Settings Go to Accounting > Reports > Trial Balance. Click "SAT (XML)" to export the file. Issue: Access Error will raise opw-4044467 Forward-Port-Of: odoo/enterprise#66581