[12.0][MIG] account_tax_balance

This commit is contained in:
Andrea
2018-10-01 11:21:56 +02:00
committed by Borruso
parent 7772169b20
commit 667dee8bd8
13 changed files with 539 additions and 45 deletions

View File

@@ -3,7 +3,6 @@
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<record id="view_move_tree" model="ir.ui.view">
<field name="name">Add move type column</field>
<field name="model">account.move</field>
@@ -32,7 +31,7 @@
<field name="inherit_id" ref="account.view_account_move_filter"/>
<field name="arch" type="xml">
<group expand="0" position="inside">
<filter string="Move type" domain="[]" context="{'group_by':'move_type'}"/>
<filter name="move_type" string="Move type" domain="[]" context="{'group_by':'move_type'}"/>
</group>
</field>
</record>