[12.0][MIG] account_tax_balance
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -47,9 +47,9 @@
|
||||
<field name="type_tax_use"/>
|
||||
<field name="account_id"/>
|
||||
<group expand="0" string="Group By">
|
||||
<filter string="Tax Group" domain="[]" context="{'group_by':'tax_group_id'}"/>
|
||||
<filter string="Tax Scope" domain="[]" context="{'group_by':'type_tax_use'}"/>
|
||||
<filter string="Account" domain="[]" context="{'group_by':'account_id'}"/>
|
||||
<filter name="tax_group" string="Tax Group" domain="[]" context="{'group_by':'tax_group_id'}"/>
|
||||
<filter name="tax_scope" string="Tax Scope" domain="[]" context="{'group_by':'type_tax_use'}"/>
|
||||
<filter name="tax_account" string="Account" domain="[]" context="{'group_by':'account_id'}"/>
|
||||
</group>
|
||||
</search>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user