Daily updates from Odoo
Navigate
Branch
Sunday, June 8, 2025
2 changes
1 change
Miscellaneous changes
Message dropdown actions show both icon and label in text content. There's no need to have a redundant title as the text content that's annoying because it obstructs the list. Forward-Port-Of: odoo/enterprise#87250
Original PR description
Message dropdown actions show both icon and label in text content. There's no need to have a redundant title as the text content that's annoying because it obstructs the list. Forward-Port-Of: odoo/enterprise#87250
1 change
Resolved issues and error corrections
Invoices marked as issued to the public now show the same fiscal regime as the generated Mexican CFDI tax document. This avoids discrepancies between the customer-facing invoice report and the legally relevant electronic document.
Original PR description
Before, if you marked the to publick check in an invoice, the generated cfdi would force the Without fiscal obligations regime at the receptor data, but this wasn't done on the invoice which caused a mismatch on what was being reflected on the invoice and what was on the cfdi. This commit targets to show the same info on the invoice if invoice is set to public target: 18.0 -> master task-4685440