Skip to content

Commit

Permalink
[IMP] crm_last_dates: Add tree view
Browse files Browse the repository at this point in the history
  • Loading branch information
unaiberis committed Oct 10, 2024
1 parent e72d151 commit 932cd7c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions crm_last_dates/views/res_partner_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,17 @@
</xpath>
</field>
</record>

<record id="view_res_partner_tree_inherit_last_dates" model="ir.ui.view">
<field name="name">res.partner.tree.inherit.last.dates</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref="base.view_partner_tree" />
<field name="arch" type="xml">
<xpath expr="//tree" position="inside">
<field name="last_lead_date" optional="show" />
<field name="last_meeting_date" optional="show" />
<field name="last_invoice_date" optional="show" />
</xpath>
</field>
</record>
</odoo>

0 comments on commit 932cd7c

Please sign in to comment.