[IMP] add policy column in account type tree view
This commit is contained in:
parent
8cf103cf5c
commit
c4f14b1d59
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
Account partner required module for OpenERP
|
Account partner required module for OpenERP
|
||||||
Copyright (C) 2014 Acsone (http://acsone.eu). All Rights Reserved
|
Copyright (C) 2014 Acsone (http://acsone.eu).
|
||||||
@author Stéphane Bidoul <stephane.bidoul@acsone.eu>
|
@author Stéphane Bidoul <stephane.bidoul@acsone.eu>
|
||||||
The licence is in the file __openerp__.py
|
The licence is in the file __openerp__.py
|
||||||
-->
|
-->
|
||||||
@ -20,5 +20,16 @@
|
|||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
<record id="view_account_type_tree" model="ir.ui.view">
|
||||||
|
<field name="name">account_partner_required.account_type_tree</field>
|
||||||
|
<field name="model">account.account.type</field>
|
||||||
|
<field name="inherit_id" ref="account.view_account_type_tree" />
|
||||||
|
<field name="arch" type="xml">
|
||||||
|
<field name="code" position="after">
|
||||||
|
<field name="partner_policy" />
|
||||||
|
</field>
|
||||||
|
</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
</data>
|
</data>
|
||||||
</openerp>
|
</openerp>
|
||||||
|
Loading…
Reference in New Issue
Block a user