mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] [13.0] Migrate base_comment_template from account_invoic_reporting.
This commit is contained in:
committed by
Víctor Martínez
parent
fe1da090d5
commit
2c3e562dde
21
base_comment_template/views/res_partner_view.xml
Normal file
21
base_comment_template/views/res_partner_view.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<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="arch" type="xml">
|
||||
<page name='internal_notes' position="after">
|
||||
<page name='base_comment_template_ids' string="Comment Templates">
|
||||
<field
|
||||
colspan="4"
|
||||
mode="tree"
|
||||
name="base_comment_template_ids"
|
||||
nolabel="1"
|
||||
widget="one2many"
|
||||
height="300"
|
||||
context="{'default_partner_id': active_id}"
|
||||
/>
|
||||
</page>
|
||||
</page>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user