mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-28 01:32:01 +02:00
Initial commit: Sale packages
This commit is contained in:
commit
14e3d26998
6469 changed files with 2479670 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="crm_lead_merge_summary_inherit_sale_crm" inherit_id="crm.crm_lead_merge_summary">
|
||||
<xpath expr="//blockquote/*[last()]" position="after">
|
||||
<div t-if="lead.order_ids">
|
||||
<br/>
|
||||
<div class="fw-bold">
|
||||
Sale Orders
|
||||
</div>
|
||||
<ul>
|
||||
<li t-foreach="lead.order_ids" t-as="order" t-esc="order.name"/>
|
||||
</ul>
|
||||
</div>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue