mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-18 10:49:11 +02:00
work on sales report
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
'maintainer': '',
|
||||
'website': "",
|
||||
'depends': [
|
||||
'base','report', 'account', 'bi_professional_reports_templates'
|
||||
'base','account', 'bi_professional_reports_templates'
|
||||
],
|
||||
'data': [
|
||||
'views/invoice_report.xml',
|
||||
|
||||
BIN
reports/views/.sale_report.xml.swp
Normal file
BIN
reports/views/.sale_report.xml.swp
Normal file
Binary file not shown.
@@ -1,30 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="custom_sale_report" inherit_id="bi_professional_reports_templates.fency_report_saleorder_document">
|
||||
<xpath expr="//t[@t-call='web.external_layout']/div/div[2]/div[1]" position="after">
|
||||
<div class="row mt32 mb32">
|
||||
<div class="col-3">
|
||||
<font color="#fff">
|
||||
<strong>Validity</strong>
|
||||
<p t-field="o.client_order_ref"/></font>
|
||||
</div>
|
||||
|
||||
<div class="col-3" t-if="o.date_order">
|
||||
<font color="#fff">
|
||||
<strong>Sales Code</strong>
|
||||
<p t-field="o.date_order"/></font>
|
||||
</div>
|
||||
|
||||
<div class="col-3" t-if="o.payment_term_id">
|
||||
<font color="#fff">
|
||||
<strong>RFQ</strong>
|
||||
<p t-field="o.payment_term_id"/></font>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <strong>Validity</strong><br/>
|
||||
<strong></strong><br/>
|
||||
<strong>RFQ</strong><br/> -->
|
||||
</xpath>
|
||||
<xpath expr="//t[@t-call='web.external_layout']/div/div[2]" position="after">
|
||||
<span style="color:blue;">NOTE:</span><br/>
|
||||
<span style="color:blue;">All prices quoted are new materials.</span>
|
||||
@@ -102,4 +78,4 @@
|
||||
<span t-esc="doc.partner_id.mobile"/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user