-
- Downloads
[FIX] *: remove buggy calls to with_context
When .with_context() is called with a dictionary as 1st positional
argument, it will replace context (and not modify the referenced keys)
It may create bugs when losing the content of the context (e.g. remove
partner's language)
This is a partial merge of #36164 without the inventory part as
discussed.
Closes odoo/odoo#36164
closes odoo/odoo#36691
Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
Showing
- addons/account/models/account.py 3 additions, 3 deletionsaddons/account/models/account.py
- addons/account/views/report_payment_receipt_templates.xml 1 addition, 1 deletionaddons/account/views/report_payment_receipt_templates.xml
- addons/event/models/event.py 1 addition, 1 deletionaddons/event/models/event.py
- addons/event_sale/models/event.py 1 addition, 1 deletionaddons/event_sale/models/event.py
- addons/mail/models/mail_alias.py 1 addition, 1 deletionaddons/mail/models/mail_alias.py
- addons/mail/models/mail_message.py 1 addition, 1 deletionaddons/mail/models/mail_message.py
- addons/mail_bot/models/mail_bot.py 1 addition, 1 deletionaddons/mail_bot/models/mail_bot.py
- addons/mail_bot/models/mail_channel.py 1 addition, 1 deletionaddons/mail_bot/models/mail_channel.py
- addons/sale/models/sale.py 1 addition, 1 deletionaddons/sale/models/sale.py
- addons/website_google_map/controllers/main.py 1 addition, 1 deletionaddons/website_google_map/controllers/main.py
- addons/website_sale/controllers/main.py 1 addition, 1 deletionaddons/website_sale/controllers/main.py
- doc/reference/reports.rst 1 addition, 1 deletiondoc/reference/reports.rst
- odoo/addons/base/tests/test_ir_sequence_date_range.py 1 addition, 1 deletionodoo/addons/base/tests/test_ir_sequence_date_range.py
Loading
Please register or sign in to comment