Skip to content
Snippets Groups Projects
Commit 105416b94908 authored by moctar.diallo@xcg.africa's avatar moctar.diallo@xcg.africa
Browse files

Fix broken view of account

parent 5acc5dcdcd63
No related branches found
No related tags found
1 merge request!13Fix broken view of account
Pipeline #65147 passed
......@@ -2,6 +2,11 @@
NEWS
====
16.0.1.0.3
----------
* Fix broken view of account
16.0.1.0.2
----------
......
......@@ -21,7 +21,7 @@
{
"name": "Account Analytic Structure",
"license": "AGPL-3",
"version": "16.0.1.0.2",
"version": "16.0.1.0.3",
"author": "XCG Consulting",
"category": "Accounting",
"summary": "Defines analytic structures for accounting models.",
......
......@@ -16,7 +16,7 @@
<field name="model">account.account</field>
<field name="inherit_id" ref="account.view_account_form" />
<field name="arch" type="xml">
<xpath expr="//field[@name='deprecated']" position="after">
<xpath expr="//field[@name='allowed_journal_ids']" position="after">
<separator string="Static Analytic" colspan="2" />
<field name="analytic_dimensions" />
<separator string="Dynamic Analytic" colspan="2" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment