[FIX] context mutations (#10368)
when extending these methods with the new api, the context is a frozendict so we need to copy before mutating. this patch was made by searching for key addition to context and calls to the update() method on the 8.0 addons, and checking if a copy was made before in the method.
Showing
- addons/account/account.py 1 addition, 2 deletionsaddons/account/account.py
- addons/account/account_move_line.py 2 additions, 4 deletionsaddons/account/account_move_line.py
- addons/account/wizard/account_report_general_ledger.py 1 addition, 2 deletionsaddons/account/wizard/account_report_general_ledger.py
- addons/document/document.py 1 addition, 2 deletionsaddons/document/document.py
- addons/l10n_be/wizard/l10n_be_partner_vat_listing.py 1 addition, 0 deletionsaddons/l10n_be/wizard/l10n_be_partner_vat_listing.py
- addons/point_of_sale/point_of_sale.py 2 additions, 4 deletionsaddons/point_of_sale/point_of_sale.py
Loading
Please register or sign in to comment