Friday, November 21, 2025
3 changes · saas-18.2
Enhancements to existing features
This update improves Indonesian E-Faktur Coretax XML generation so VAT and related tax values are calculated from the correct tax groups rather than less flexible invoice-type rules. It also updates Indonesian tax definitions and adds safeguards to prevent downloads when tax combinations could produce incorrect reporting.
Original PR description
Update Coretax XML file to compute the values for nodes in the correct way. Currently the computation is based on the invoice type for some of the nodes + STLG is based on wrong tax group. This leads to wrong computation of values + inflexibility. - Update the VAT calculation inside the E-faktur XML based on tax group - Add new tax group and modify existing tax - Add restriction when downloading E-faktur Coretax XML Task [#4948267](https://www.odoo.com/odoo/project.task/4948267) Forward-Port-Of: odoo/odoo#236625 Forward-Port-Of: odoo/odoo#233347
Point of Sale and self-ordering can now use Chrome's Local Network Access support to connect to local devices such as Epson printers and black boxes over HTTP. This reduces the need for certificates, making setup and ongoing device connectivity simpler for stores.
Original PR description
*: pos_self_order, pos_epson_printer Feature: https://chromestatus.com/feature/5152728072060928 Since Chrome 142, a new feature called “Local Network Access” has been added, allowing local IPs to be contacted via HTTP without mixed content errors. This means that certificates are no longer required to contact Epson printers or the black box. Forward-Port-Of: odoo/odoo#235702
This update clears existing menu links in UrbanPiper and rebuilds them from scratch during synchronization. It helps keep menu data aligned between Odoo and UrbanPiper, reducing the risk of outdated or mismatched menu entries.
Original PR description
Following this commit: - Flush out all existing UrbanPiper product menu linkages and performs a fresh menu sync. task-5231247 Forward-Port-Of: odoo/enterprise#98994