mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[IMP] add policy column in account type tree view
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
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>
|
||||
The licence is in the file __openerp__.py
|
||||
-->
|
||||
@@ -20,5 +20,16 @@
|
||||
</field>
|
||||
</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>
|
||||
</openerp>
|
||||
|
||||
Reference in New Issue
Block a user