Saturday, March 14, 2026
1 change · saas-18.4
Resolved issues and error corrections
This update resolves an issue preventing the POS system from correctly accessing fiscal data information. By adding a necessary field to the loaded modules, this change ensures the POS functionality operates as intended and supports required reporting.
Original PR description
Before this commit, the field iface_fiscal_data_module was not loaded in the pos_self_data, which caused it to be unavailable in the js side of the pos. This commit adds the field to the list of loaded fields, making it available for use in the js code. opw-6034196 Forward-Port-Of: odoo/enterprise#110519