Monday, October 13, 2025
1 change · saas-18.1
Resolved issues and error corrections
Special Point of Sale products assigned to a specific company now load correctly when that company's PoS configuration is used. This prevents missing required PoS products after data reloads and helps multi-company setups behave as expected.
Original PR description
### Problem When assigning a special product to a company, the product will not be loaded when accessed from a PoS config of the same company. The issue occurs because `product.sudo().company_id == self.company_id` fails as `self` is an empty recordset. ### Steps to Reproduce on Runbot * Add a company to the special PoS product. * Access a PoS config on the same company. * Reload data. * The product will not be loaded. opw-5157959