Daily updates from Odoo
Friday, April 24, 2026
4 changes · master
Enhancements to existing features
This update enhances the Chilean eCommerce checkout process by requiring RUT (tax ID) information and streamlining invoicing. It now uses the customer's actual business record for invoices, simplifying data and ensuring accurate tax settings for Chilean sales. This improves compliance and the overall customer experience.
Original PR description
Improve the Chilean eCommerce checkout flow: - Make RUT mandatory at checkout for Chile and remove RUT(VAT) from invoicing step. - Use the buyer's real partner record for `Invoice Address` instead of an anonymous partner on the sale order. - Automatically set Taxpayer Type to `End Consumer` and Identification Type to `RUT` for tickets. Related PR : https://github.com/odoo/odoo/pull/249398 task-5098418
This update enhances the signing process by allowing users to directly update the original Odoo records with information entered during the signing workflow. The system now intelligently handles different data types and formatting, ensuring accuracy and preventing data loss. This improves the reliability and usability of the signing feature.
Original PR description
Add an "Update values in Odoo" option that allows values entered during the signing process to update the original Odoo records. The sync process handles different data types and potential input issues. It parses localized date formats, formats text for HTML fields, and prevents data loss by ignoring blank fields or conflicting inputs if the document has duplicate fields. task-5951903
This update streamlines the payment setup process for online connections. Previously, users had to reconnect connections to enable payment functionality. Now, a new automated update ensures payment-related fields are immediately available, simplifying the initial setup and improving the user experience.
Original PR description
Previously, if the user created connections before this module was installed, the connections wouldn't have their payment related fields updated until the user reconnected them. This meant an awkward flow for users who didn't install account_online_payment right away. Now the post init hook will update the account.online.link records allowing users to immediately make payments if their connections are qualified. No task ID
This update enhances the visibility of tax return export files for users. Instead of attaching them to records, the system now posts them to the chatter thread upon return validation, making them easily accessible for review and discussion. This simplifies the process of accessing and sharing important tax documentation.
Original PR description
The xml and pdf of export of the tax return are not so visible for the user, thus the change creates the files on the validation of the returns and exports them to the chatter where they would be pinned task: 5871091 Forward-Port-Of: odoo/enterprise#114746 Forward-Port-Of: odoo/enterprise#111769