Merge pull request #821 from expsa/dev_odex25_accounting

Dev odex25 accounting
This commit is contained in:
zainab2097 2024-08-20 15:02:05 +03:00 committed by GitHub
commit 412ded0c44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -56,11 +56,11 @@
</record>
<record model="ir.ui.view" id="view_crossovered_budget_line_tree5">
<field name="name">crossovered.budget.line.fiscalyear.inherit.tree</field>
<field name="name">crossovered.budget.line.fiscalyear.inherit.tree1</field>
<field name="model">crossovered.budget.lines</field>
<field name="inherit_id" ref="odex25_account_budget.view_crossovered_budget_line_tree"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='date_to']" position="after">
<xpath expr="//field[@name='analytic_account_id']" position="after">
<field name="fiscalyear_id" groups="account_fiscal_year.group_fiscalyear_user"/>
</xpath>
</field>