addons portados en el repo de ecocentral
This commit is contained in:
parent
f2194c5367
commit
65818b0155
72 changed files with 2474 additions and 3 deletions
22
l10n_es_partner_ccpae/views/res_partner_views.xml
Normal file
22
l10n_es_partner_ccpae/views/res_partner_views.xml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!--
|
||||
Copyright 2026 Ecocentral, Criptomart
|
||||
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
-->
|
||||
<odoo>
|
||||
<record id="res_partner_view_form_ccpae" model="ir.ui.view">
|
||||
<field name="name">res.partner.form.ccpae</field>
|
||||
<field name="model">res.partner</field>
|
||||
<field name="inherit_id" ref="base.view_partner_form" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//page[@name='sales_purchases']" position="after">
|
||||
<page name="ccpae" string="CCPAE" invisible="not is_company">
|
||||
<group name="ccpae_group">
|
||||
<field name="ccpae_operador" />
|
||||
<field name="ccpae_organismo" />
|
||||
</group>
|
||||
</page>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue