mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[MIG] account_balance_line: Migration to 15.0
This commit is contained in:
@@ -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)",
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user