mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[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:
committed by
Achraf Mhadhbi
parent
9f1bd86334
commit
f674d41680
@@ -5,7 +5,7 @@
|
|||||||
"name": "Base Comments Templates",
|
"name": "Base Comments Templates",
|
||||||
"summary": "Add conditional mako template to any report"
|
"summary": "Add conditional mako template to any report"
|
||||||
"on models that inherits comment.template.",
|
"on models that inherits comment.template.",
|
||||||
"version": "14.0.2.0.0",
|
"version": "14.0.2.0.1",
|
||||||
"category": "Reporting",
|
"category": "Reporting",
|
||||||
"website": "https://github.com/OCA/reporting-engine",
|
"website": "https://github.com/OCA/reporting-engine",
|
||||||
"author": "Camptocamp, Odoo Community Association (OCA)",
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
||||||
|
|||||||
@@ -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>
|
|
||||||
Reference in New Issue
Block a user