Skip to content
Snippets Groups Projects
Commit a0a7119f authored by Hubert Van de Walle (huvw)'s avatar Hubert Van de Walle (huvw)
Browse files

[FIX] analytic: missing currency field for aggregates


opw-3316448

closes odoo/odoo#125892

Related: odoo/enterprise#42932
Signed-off-by: default avatarFrancois Georis (fge) <fge@odoo.com>
parent 1c44ee22
Branches
Tags
No related merge requests found
......@@ -53,6 +53,7 @@
<field name="arch" type="xml">
<tree string="Analytic Accounts" multi_edit="1">
<field name="company_id" invisible="1"/>
<field name="currency_id" invisible="1"/>
<field name="name" string="Name"/>
<field name="code"/>
<field name="partner_id"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment