[MOV] move addons out of __unported__ (they remain not installable)

This commit is contained in:
Stéphane Bidoul
2015-10-13 16:29:29 +02:00
parent 17726e11a4
commit fe4f640ca8
187 changed files with 21 additions and 21 deletions

View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
account_statement_completion_label for OpenERP
Copyright (C) 2013 Akretion (http://www.akretion.com). All Rights Reserved
@author Sébastien BEAU <sebastien.beau@akretion.com>
The licence is in the file __openerp__.py
-->
<openerp>
<data>
<record id="bk_view_partner_form" model="ir.ui.view">
<field name="name">account_bank_statement_import.view.partner.form</field>
<field name="model">res.partner</field>
<field name="priority">20</field>
<field name="inherit_id" ref="account_statement_base_completion.bk_view_partner_form"/>
<field name="arch" type="xml">
<field name="bank_statement_label" position="replace">
<group groups="account.group_account_invoice" colspan="4">
<field name="bank_statement_label" colspan="4">
<tree string="Statement Label" editable="top">
<field name="label"/>
<field name="account_id"/>
<field name="profile_id"/>
</tree>
</field>
</group>
</field>
</field>
</record>
</data>
</openerp>