[MIG] account_balance_line: Migration to 15.0

This commit is contained in:
Koen Loodts
2021-12-08 14:19:11 +01:00
committed by OCA-git-bot
parent 8e5b48c9f0
commit e3dbcfad5f
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
{
"name": "Balance on journal items",
"summary": "Display balance totals in move line view",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"category": "Accounting",
"website": "https://github.com/OCA/account-financial-tools",
"author": "Camptocamp," "Tecnativa," "Odoo Community Association (OCA)",

View File

@@ -21,6 +21,7 @@
<record model="ir.ui.view" id="account_move_line_balance_audit_tree">
<field name="model">account.move.line</field>
<field name="inherit_id" ref="account.view_move_line_tax_audit_tree" />
<field name="priority">99</field>
<field name="arch" type="xml">
<field name="balance" position="replace" optional="show" />
</field>