[FIX] base_comment_template: Delete res_partner.xml view (not used now)

base_comment_template 14.0.2.0.1
This commit is contained in:
Víctor Martínez
2021-05-25 10:18:36 +02:00
committed by Maksym Yankin
parent 24f3b86e5f
commit a8e2319997
2 changed files with 1 additions and 18 deletions

View File

@@ -5,7 +5,7 @@
"name": "Base Comments Templates",
"summary": "Add conditional mako template to any report"
"on models that inherits comment.template.",
"version": "14.0.2.0.0",
"version": "14.0.2.0.1",
"category": "Reporting",
"website": "https://github.com/OCA/reporting-engine",
"author": "Camptocamp, Odoo Community Association (OCA)",

View File

@@ -1,17 +0,0 @@
<odoo>
<record id="view_partner_form" model="ir.ui.view">
<field name="model">res.partner</field>
<field name="inherit_id" ref="base.view_partner_form" />
<field name="priority" eval="2" />
<field name="arch" type="xml">
<group name="sale" position="inside">
<field
name="property_comment_template_id"
attrs="{'invisible': [('parent_id', '!=', False)]}"
/>
</group>
</field>
</record>
</odoo>