-
- Downloads
[FIX] account: remove references to `session.company_currency_id`
Currently, there are a few references to a variable called `session.company_currency_id`. This variable used to be defined in the `web_dashboard`, a module that no longer exists. https://github.com/odoo/enterprise/blob/3d351aa3f8e4943df81bc09640ae16380e9a89f7/web_dashboard/models/ir_http.py#L14 (v15.3) This commit removes all references to `session.company_currency_id` in the `account` module. opw-3033656 closes odoo/odoo#108412 Signed-off-by:Brice Bartoletti (bib) <bib@odoo.com>
Please register or sign in to comment