Daily updates from Odoo
Wednesday, July 15, 2026
4 changes
1 change
New functionality added to Odoo
This update adds the functionality to automatically generate Taiwan E-invoices from point of sale orders. It ensures that necessary data is passed from the POS system to the invoice, streamlining the e-invoicing process for businesses operating in Taiwan. This improves compliance and simplifies record-keeping.
Original PR description
This module adds extra functions on the point of sale for l10n_tw_edi_ecpay, passing values from pos order to invoice for creating Taiwan E-invoice task-5122414 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#255980
1 change
New functionality added to Odoo
This update adds functionality to seamlessly integrate with Taiwan's E-invoice system for point-of-sale transactions. It automatically transfers relevant data from the POS order to the invoice, simplifying the e-invoice creation process and ensuring compliance with local regulations. This improves the user experience for businesses operating in Taiwan.
Original PR description
This module adds extra functions on the point of sale for l10n_tw_edi_ecpay, passing values from pos order to invoice for creating Taiwan E-invoice task-5122414 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#255980
1 change
New functionality added to Odoo
This update adds functionality to seamlessly integrate with Taiwan's E-invoice system. It now automatically transfers relevant data from point-of-sale orders to the corresponding invoices, simplifying the process for businesses operating in Taiwan and ensuring compliance with local regulations.
Original PR description
This module adds extra functions on the point of sale for l10n_tw_edi_ecpay, passing values from pos order to invoice for creating Taiwan E-invoice task-5122414 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#255980
1 change
New functionality added to Odoo
Mexican payroll users can now see key salary values used in payslip calculations, making it easier to validate results. The integration factor can also be adjusted manually when there is not enough historical data, helping ensure correct IMSS contribution setup for new customers.
Original PR description
The daily salary and the integration factor (`l10n_mx_daily_salary` and `l10n_mx_integration_factor`) are two fields used during the payslip computation. Displaying these fields helps users to validate the calculations. Furthermore, when a new customer configures payslips for the first time, there is no historical data in the database to compute the integration factor automatically. Therefore, it is necessary to make this field editable to allow manual adjustments and ensure correct IMSS contributions. target: master task-6267003