borrados addons no portados
This commit is contained in:
parent
80c2617c40
commit
39eb9608dc
437 changed files with 0 additions and 18812 deletions
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
||||
<odoo>
|
||||
<record model="ir.ui.view" id="view_partner_form">
|
||||
<field name="name">Add CCPAE data</field>
|
||||
<field name="model">res.partner</field>
|
||||
<field name="inherit_id" ref="base.view_partner_form" />
|
||||
<field name="arch" type="xml">
|
||||
<page name="internal_notes" position="after">
|
||||
<page
|
||||
string="Commercial Info"
|
||||
attrs="{'invisible': [('is_company','=',False)]}"
|
||||
>
|
||||
<group>
|
||||
<group>
|
||||
<field name="ccpae_operador" />
|
||||
<field name="ccpae_organismo" />
|
||||
</group>
|
||||
</group>
|
||||
</page>
|
||||
</page>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue