Saturday, July 17, 2021
2 changes · master
Miscellaneous changes
To change commit messages Forward-Port-Of: odoo/odoo#73829
Original PR description
To change commit messages Forward-Port-Of: odoo/odoo#73829
Description of the issue/feature this PR addresses: Goto runbot : https://8565349-14-0-all.runbot50.odoo.com/web?#id=&action=1113&model=sale.order&view_type=form&cids=1&menu_id=791 - Create a pricelist A - Create a pricelist B, add item with base='pricelist' and pricelist_is = Pricelist A - Unlink Pricelist A - Create a sale order with pricelist B - Add product --> Traceback KeyError: 'pricelist' @tde-banana-odoo To according the stable guideline I have no use `ondelete='restrict
Original PR description
Description of the issue/feature this PR addresses: Goto runbot : https://8565349-14-0-all.runbot50.odoo.com/web?#id=&action=1113&model=sale.order&view_type=form&cids=1&menu_id=791 - Create a pricelist A - Create a pricelist B, add item with base='pricelist' and pricelist_is = Pricelist A - Unlink Pricelist A - Create a sale order with pricelist B - Add product --> Traceback KeyError: 'pricelist' @tde-banana-odoo To according the stable guideline I have no use `ondelete='restrict'`. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#73845 Forward-Port-Of: odoo/odoo#72890