Daily updates from Odoo
Thursday, January 30, 2020
1 change · master
Resolved issues and error corrections
Turning off pricelists in Point of Sale settings now also disables pricelist use in all POS configurations. This prevents pricelists from still appearing or being usable at checkout after the business option has been deactivated.
Original PR description
This commit prevent the use of the pricelist in the pos after deactivating the option in the res config setting. Before, the xml was not shown anymore but the option use_pricelist was still True and we could still see the pricelist in the frontend of the POS. We were unable to change the option in the backend. Now, when we untick the option in the res config setting, we disable all 'use_pricelist' in the pos configs. task-id: 2151669 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr