mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-23 13:32:07 +02:00
19.0 vanilla
This commit is contained in:
parent
d1963a3c3a
commit
2d3ee4855a
7430 changed files with 2687981 additions and 2965473 deletions
|
|
@ -17,19 +17,26 @@
|
|||
</xpath>
|
||||
</template>
|
||||
|
||||
<template id="portal_my_home_purchase" name="Show Requests for Quotation / Purchase Orders" customize_show="True" inherit_id="portal.portal_my_home" priority="25">
|
||||
<xpath expr="//div[hasclass('o_portal_docs')]" position="inside">
|
||||
<t t-call="portal.portal_docs_entry">
|
||||
<t t-set="title">Requests for Quotation</t>
|
||||
<t t-set="url" t-value="'/my/rfq'"/>
|
||||
<t t-set="placeholder_count" t-value="'rfq_count'"/>
|
||||
</t>
|
||||
<t t-call="portal.portal_docs_entry">
|
||||
<t t-set="title">Purchase Orders</t>
|
||||
<t t-set="url" t-value="'/my/purchase'"/>
|
||||
<t t-set="placeholder_count" t-value="'purchase_count'"/>
|
||||
</t>
|
||||
</xpath>
|
||||
<template id="portal_my_home_purchase" name="Requests for Quotation / Purchase Orders" customize_show="True" inherit_id="portal.portal_my_home" priority="25">
|
||||
<xpath expr="//div[hasclass('o_portal_docs')]" position="before">
|
||||
<t t-set="portal_vendor_category_enable" t-value="True"/>
|
||||
</xpath>
|
||||
<div id="portal_vendor_category" position="inside">
|
||||
<t t-call="portal.portal_docs_entry">
|
||||
<t t-set="icon" t-value="'/web/static/img/rfq.svg'"/>
|
||||
<t t-set="text">Follow your Requests for Quotation</t>
|
||||
<t t-set="title">Requests for Quotation</t>
|
||||
<t t-set="url" t-value="'/my/rfq'"/>
|
||||
<t t-set="placeholder_count" t-value="'rfq_count'"/>
|
||||
</t>
|
||||
<t t-call="portal.portal_docs_entry">
|
||||
<t t-set="icon" t-value="'/purchase/static/src/img/calculator.svg'"/>
|
||||
<t t-set="text">Follow orders you have to fulfill</t>
|
||||
<t t-set="title">Our Orders</t>
|
||||
<t t-set="url" t-value="'/my/purchase'"/>
|
||||
<t t-set="placeholder_count" t-value="'purchase_count'"/>
|
||||
</t>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<template id="portal_my_purchase_rfqs" name="My Requests For Quotation">
|
||||
|
|
@ -40,7 +47,7 @@
|
|||
<t t-set="title" >Requests For Quotation</t>
|
||||
</t>
|
||||
<t t-if="not rfqs">
|
||||
<p>There are currently no requests for quotation for your account.</p>
|
||||
<p class="alert alert-warning">There are currently no requests for quotation for your account.</p>
|
||||
</t>
|
||||
<t t-if="rfqs" t-call="portal.portal_table">
|
||||
<thead>
|
||||
|
|
@ -50,7 +57,6 @@
|
|||
<span class='d-block d-md-none'>Ref.</span>
|
||||
</th>
|
||||
<th class="text-end">Order Deadline</th>
|
||||
<th class="text-end">Total</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<t t-foreach="rfqs" t-as="rfq">
|
||||
|
|
@ -60,9 +66,6 @@
|
|||
<span t-field="rfq.date_order" t-options="{'widget': 'date'}"/>&nbsp;
|
||||
<span class='d-none d-md-inline' t-field="rfq.date_order" t-options="{'time_only': True}"/>
|
||||
</td>
|
||||
<td class="text-end">
|
||||
<span t-field="rfq.amount_total"/>
|
||||
</td>
|
||||
</tr>
|
||||
</t>
|
||||
</t>
|
||||
|
|
@ -77,114 +80,131 @@
|
|||
<t t-set="title">Purchase Orders</t>
|
||||
</t>
|
||||
<t t-if="not orders">
|
||||
<p>There are currently no purchase orders for your account.</p>
|
||||
<p class="alert alert-warning">There are currently no purchase orders for your account.</p>
|
||||
</t>
|
||||
<t t-if="orders" t-call="portal.portal_table">
|
||||
<thead>
|
||||
<tr class="active">
|
||||
<th>
|
||||
<th id="order_name_header">
|
||||
<span class='d-none d-md-inline'>Purchase Order #</span>
|
||||
<span class='d-block d-md-none'>Ref.</span>
|
||||
</th>
|
||||
<th class="text-end">
|
||||
<th id="order_confirmation_header" class="text-end">
|
||||
<span class='d-none d-md-inline'>Confirmation Date</span>
|
||||
<span class='d-block d-md-none'>Confirmation</span>
|
||||
</th>
|
||||
<th class="text-center"/>
|
||||
<th class="text-end">Total</th>
|
||||
<th id="order_badge_header" class="text-center"/>
|
||||
<th id="order_total_header" class="text-end">Total</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<t t-foreach="orders" t-as="order">
|
||||
<tr>
|
||||
<td><a t-att-href="order.get_portal_url()"><t t-esc="order.name"/></a></td>
|
||||
<td class="text-end">
|
||||
<td id="order_name"><a t-att-href="order.get_portal_url()"><t t-esc="order.name"/></a></td>
|
||||
<td id="order_confirmation" class="text-end">
|
||||
<span t-field="order.date_approve" t-options="{'widget': 'date'}"/>&nbsp;
|
||||
<span class='d-none d-md-inline' t-field="order.date_approve" t-options="{'time_only': True}"/>
|
||||
</td>
|
||||
<td class="text-center">
|
||||
<td id="order_badge" class="text-center">
|
||||
<span t-if="order.invoice_status == 'to invoice'" class="badge rounded-pill text-bg-info">
|
||||
<i class="fa fa-fw fa-file-text" role="img" aria-label="Waiting for Bill" title="Waiting for Bill"></i><span class="d-none d-md-inline"> Waiting for Bill</span>
|
||||
</span>
|
||||
<span t-if="order.state == 'cancel'" class="badge rounded-pill text-bg-secondary">
|
||||
<i class="fa fa-fw fa-remove" role="img" aria-label="Cancelled" title="Cancelled"></i><span class="d-none d-md-inline"> Cancelled</span>
|
||||
</span>
|
||||
<span t-if="order.state == 'done'" class="badge rounded-pill text-bg-success">
|
||||
<i class="fa fa-fw fa-check" role="img" aria-label="Done" title="Done"></i><span class="d-none d-md-inline"> Done</span>
|
||||
</span>
|
||||
</td>
|
||||
<td class="text-end"><span t-field="order.amount_total"/></td>
|
||||
<td id="order_total" class="text-end"><span t-field="order.amount_total"/></td>
|
||||
</tr>
|
||||
</t>
|
||||
</t>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
<template id="portal_my_purchase_order" name="Purchase Order Portal Template" inherit_id="portal.portal_sidebar" primary="True">
|
||||
<template id="portal_my_purchase_order" name="Purchase Order" inherit_id="portal.portal_sidebar" primary="True">
|
||||
<xpath expr="//div[hasclass('o_portal_sidebar')]" position="inside">
|
||||
<t t-set="o_portal_fullwidth_alert" groups="purchase.group_purchase_manager">
|
||||
<t t-call="portal.portal_back_in_edit_mode">
|
||||
<t t-set="backend_url" t-value="'/web#model=%s&id=%s&action=%s&view_type=form' % (order._name, order.id, order.env.ref('purchase.purchase_rfq').id)"/>
|
||||
<t t-set="backend_url" t-value="'/odoo/action-purchase.purchase_rfq/%s' % (order.id)"/>
|
||||
</t>
|
||||
</t>
|
||||
|
||||
<div class="row mt16 o_portal_purchase_sidebar">
|
||||
<div class="row o_portal_purchase_sidebar">
|
||||
<!-- Sidebar -->
|
||||
<t t-call="portal.portal_record_sidebar">
|
||||
<t t-set="classes" t-value="'col-lg-auto d-print-none'"/>
|
||||
<t t-set="classes" t-value="'col-lg-4 col-xxl-3 d-print-none'"/>
|
||||
|
||||
<t t-set="title">
|
||||
<h2 class="mb-0"><b t-field="order.amount_total" data-id="total_amount"/> </h2>
|
||||
<h2 t-field="order.amount_total" data-id="total_amount" class="mb-0 text-break"/>
|
||||
</t>
|
||||
<t t-set="entries">
|
||||
<ul class="list-group list-group-flush flex-wrap flex-row flex-lg-column">
|
||||
<li class="list-group-item flex-grow-1">
|
||||
<div class="o_download_pdf btn-toolbar flex-sm-nowrap">
|
||||
<div class="btn-group flex-grow-1 me-1 mb-1">
|
||||
<a class="btn btn-secondary btn-block o_download_btn" t-att-href="order.get_portal_url(report_type='pdf', download=True)" title="Download"><i class="fa fa-download"/> Download</a>
|
||||
</div>
|
||||
<div class="btn-group flex-grow-1 mb-1">
|
||||
<a class="btn btn-secondary btn-block o_print_btn o_portal_invoice_print" t-att-href="order.get_portal_url(report_type='pdf')" id="print_invoice_report" title="Print" target="_blank"><i class="fa fa-print"/> Print</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="navspy list-group-item ps-0 flex-grow-1" t-ignore="true" role="complementary">
|
||||
<div class="d-flex flex-column gap-4 mt-3">
|
||||
<a class="btn btn-secondary o_print_btn o_portal_invoice_print" t-att-href="order.get_portal_url(report_type='pdf')" id="print_invoice_report" title="View Details" role="button" target="_blank"><i class="fa fa-print me-1"/>Download / Print</a>
|
||||
<div class="navspy flex-grow-1 ps-0" t-ignore="true" role="complementary">
|
||||
<ul class="nav flex-column bs-sidenav"></ul>
|
||||
</li>
|
||||
</div>
|
||||
<div t-if="order.user_id">
|
||||
<h6 class="small text-muted">Buyer</h6>
|
||||
<t t-call="portal.portal_my_contact">
|
||||
<t t-set="_contactAvatar" t-value="image_data_uri(order.user_id.avatar_128)"/>
|
||||
<t t-set="_contactName" t-value="order.user_id.name"/>
|
||||
<t t-set="_contactLink" t-value="True"/>
|
||||
<div t-field="order.user_id" t-options='{"widget": "contact", "fields": ["phone"], "no_marker": False}'/>
|
||||
</t>
|
||||
</div>
|
||||
|
||||
<li t-if="order.user_id" class="list-group-item flex-grow-1">
|
||||
<div class="small mb-1"><strong class="text-muted">Purchase Representative</strong></div>
|
||||
<div class="row flex-nowrap">
|
||||
<div class="col flex-grow-0 pe-2">
|
||||
<img class="rounded-circle mr4 float-start o_portal_contact_img" t-att-src="image_data_uri(order.user_id.avatar_128)" alt="Contact"/>
|
||||
</div>
|
||||
<div class="col ps-0" style="min-width: 150px">
|
||||
<span t-field="order.user_id" t-options='{"widget": "contact", "fields": ["name", "phone"], "no_marker": True}'/>
|
||||
<a href="#discussion" class="small"><i class="fa fa-comment"></i> Send message</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div t-if="order._get_edi_builders()">
|
||||
<button id="portal_connect_software_modal_btn" type="button" class="btn btn-primary"
|
||||
data-bs-toggle="modal" data-bs-target="#portal_connect_software_modal">
|
||||
Connect with your software!
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</t>
|
||||
</t>
|
||||
|
||||
<div class="modal fade" id="portal_connect_software_modal" tabindex="-1" role="dialog" aria-hidden="true">
|
||||
<div class="modal-dialog modal-lg" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-body">
|
||||
<div>
|
||||
<h5>Want to import this document in Odoo?</h5>
|
||||
<p>Drag and drop the request for quotation PDF file into your list of quotations in Odoo. Enjoy the automation!</p>
|
||||
</div>
|
||||
<div>
|
||||
<h5>Not using Odoo?</h5>
|
||||
<div class="input-group mb-3 w-50">
|
||||
<t t-set="base_address" t-value="order.env['ir.config_parameter'].sudo().get_param('web.base.url')"/>
|
||||
<t t-set="doc_url" t-value="base_address + '/my/purchase/' + str(order.id) + '/download_edi?' + str(keep_query())"/>
|
||||
<input type="text" class="form-control" aria-describedby="copy-button" readonly="readonly" t-att-value="doc_url"/>
|
||||
<button class="btn btn-outline-secondary" type="button" id="copy-button"
|
||||
t-attf-onclick="navigator.clipboard.writeText('#{doc_url}')">Copy</button>
|
||||
</div>
|
||||
<p>Use the above REST URL to get structured data of the purchase order in UBL format.
|
||||
<a href="https://www.odoo.com/documentation/">Read the documentation </a>to learn all the ways to connect your software with <a href="https://www.odoo.com">Odoo</a>.
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<h5>You don't use a good CRM software?</h5>
|
||||
<p><a href="https://www.odoo.com/app/sales">Start on Odoo</a>, it's 100% free! You'll save time creating beautiful quotations and track sales.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer justify-content-between">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Page content -->
|
||||
<div id="quote_content" class="col-12 col-lg justify-content-end">
|
||||
|
||||
<!-- status messages -->
|
||||
<div t-if="order.state == 'cancel'" class="alert alert-danger alert-dismissable d-print-none" role="alert">
|
||||
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="close"></button>
|
||||
<strong>This purchase has been canceled.</strong>
|
||||
</div>
|
||||
|
||||
<div id="quote_content" class="o_portal_content col-12 col-lg-8 col-xxl-9">
|
||||
<!-- main content -->
|
||||
<div t-attf-class="card #{'pb-5' if report_type == 'html' else ''}" id="portal_purchase_content">
|
||||
<div t-call="purchase.purchase_order_portal_content"/>
|
||||
<div id="portal_purchase_content">
|
||||
<div><t t-call="purchase.purchase_order_portal_content"/></div>
|
||||
</div>
|
||||
|
||||
<!-- chatter -->
|
||||
<div id="purchase_order_communication" class="mt-4">
|
||||
<h2>History</h2>
|
||||
<hr/>
|
||||
<div id="purchase_order_communication">
|
||||
<h3>Communication history</h3>
|
||||
<t t-call="portal.message_thread"/>
|
||||
</div>
|
||||
</div><!-- // #quote_content -->
|
||||
|
|
@ -194,7 +214,7 @@
|
|||
|
||||
<template id="purchase_order_portal_content" name="Purchase Order Portal Content">
|
||||
<!-- Intro -->
|
||||
<div id="introduction" t-attf-class="pb-2 pt-3 #{'card-header bg-white' if report_type == 'html' else ''}">
|
||||
<div id="introduction" class="mt-5 mt-lg-0 pb-2 pt-0">
|
||||
<h2 class="my-0">
|
||||
<t t-if="order.state in ['draft', 'sent']">Request for Quotation</t>
|
||||
<t t-else="1">
|
||||
|
|
@ -204,7 +224,7 @@
|
|||
</h2>
|
||||
</div>
|
||||
|
||||
<div t-attf-class="#{'card-body' if report_type == 'html' else ''}">
|
||||
<div>
|
||||
<!-- Informations -->
|
||||
<div id="informations">
|
||||
<div class="row" id="po_date">
|
||||
|
|
@ -212,7 +232,7 @@
|
|||
<t t-if="order.state in ['draft', 'sent']">
|
||||
<strong>Request For Quotation Date:</strong>
|
||||
</t>
|
||||
<t t-if="order.state in ['purchase', 'done', 'cancel']">
|
||||
<t t-if="order.state in ['purchase', 'cancel']">
|
||||
<strong>Order Date:</strong>
|
||||
</t>
|
||||
<span t-field="order.date_order" t-options='{"widget": "date"}'/>
|
||||
|
|
@ -222,7 +242,9 @@
|
|||
<div class="col-lg-6">
|
||||
<strong class="d-block mb-1">From:</strong>
|
||||
<address t-field="order.company_id.partner_id" t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": True}'/>
|
||||
<strong>Confirmation Date:</strong> <span t-field="order.date_approve" t-options='{"widget": "date"}'/><br/>
|
||||
<t t-if="order.date_approve">
|
||||
<strong>Confirmation Date:</strong> <span t-field="order.date_approve" t-options='{"widget": "date"}'/><br/>
|
||||
</t>
|
||||
<div t-att-class="'d-inline' if order.date_planned else 'd-none'">
|
||||
<strong>Receipt Date:</strong><span class="ms-1" t-field="order.date_planned" t-options='{"widget": "date"}'/>
|
||||
</div>
|
||||
|
|
@ -243,9 +265,9 @@
|
|||
</a>
|
||||
<div class="small d-lg-inline-block">Date: <span class="text-muted" t-field="i.invoice_date"/></div>
|
||||
</div>
|
||||
<span t-if="i.payment_state in ('paid', 'in_payment')" class="small badge text-bg-success"><i class="fa fa-fw fa-check"/> <b>Paid</b></span>
|
||||
<span t-elif="i.payment_state == 'reversed'" class="small badge text-bg-success"><i class="fa fa-fw fa-check"/> <b>Reversed</b></span>
|
||||
<span t-else="" class="small badge text-bg-info"><i class="fa fa-fw fa-clock-o"/> <b>Waiting Payment</b></span>
|
||||
<span t-if="i.payment_state in ('paid', 'in_payment')" class="badge rounded-pill text-bg-success small"><i class="fa fa-fw fa-check"/>Paid</span>
|
||||
<span t-elif="i.payment_state == 'reversed'" class="badge rounded-pill text-bg-success small"><i class="fa fa-fw fa-check"/>Reversed</span>
|
||||
<span t-else="" class="small badge rounded-pill text-bg-primary"><i class="fa fa-fw fa-clock-o"/>Waiting Payment</span>
|
||||
</div>
|
||||
</t>
|
||||
</ul>
|
||||
|
|
@ -258,19 +280,19 @@
|
|||
|
||||
<div class="table-responsive">
|
||||
<table t-att-data-order-id="order.id" t-att-data-token="order.access_token" class="table table-sm" id="purchase_order_table">
|
||||
<t t-set="display_price_and_taxes" t-value="not update_dates and order.state == 'purchase'"/>
|
||||
<thead class="bg-100">
|
||||
<tr>
|
||||
<th class="text-start">Products</th>
|
||||
<th class="text-end">Quantity</th>
|
||||
<th t-if="update_dates" class="text-end">Scheduled Date</th>
|
||||
<th t-if="update_dates" class="text-end"><strong>Update Here</strong></th>
|
||||
<th t-if="not update_dates and order.state in ['purchase', 'done']" t-attf-class="text-end {{ 'd-none d-sm-table-cell' if report_type == 'html' else '' }}">Unit Price</th>
|
||||
<th t-if="not update_dates and order.state in ['purchase', 'done']" t-attf-class="text-end {{ 'd-none d-md-table-cell' if report_type == 'html' else '' }}">
|
||||
<th t-if="display_price_and_taxes" t-attf-class="text-end {{ 'd-none d-sm-table-cell' if report_type == 'html' else '' }}">Unit Price</th>
|
||||
<th t-if="display_price_and_taxes" t-attf-class="text-end {{ 'd-none d-md-table-cell' if report_type == 'html' else '' }}">
|
||||
<span>Taxes</span>
|
||||
</th>
|
||||
<th class="text-end" t-if="order.state in ['purchase', 'done']" >
|
||||
<span groups="account.group_show_line_subtotals_tax_excluded">Amount</span>
|
||||
<span groups="account.group_show_line_subtotals_tax_included">Total Price</span>
|
||||
<th t-if="display_price_and_taxes" t-attf-class="text-end {{ 'd-none d-sm-table-cell' if report_type == 'html' else '' }}">Disc.%</th>
|
||||
<th class="text-end" t-if="display_price_and_taxes" >
|
||||
<span>Amount</span>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -278,52 +300,55 @@
|
|||
|
||||
<t t-set="current_subtotal" t-value="0"/>
|
||||
|
||||
<t t-foreach="order.order_line" t-as="line">
|
||||
<t t-foreach="order.order_line.filtered(lambda l: l.display_type or l.product_qty != 0)" t-as="line">
|
||||
|
||||
<t t-set="current_subtotal" t-value="current_subtotal + line.price_subtotal" groups="account.group_show_line_subtotals_tax_excluded"/>
|
||||
<t t-set="current_subtotal" t-value="current_subtotal + line.price_total" groups="account.group_show_line_subtotals_tax_included"/>
|
||||
<t t-set="current_subtotal" t-value="current_subtotal + line.price_subtotal"/>
|
||||
|
||||
<tr t-att-class="'bg-200 fw-bold o_line_section' if line.display_type == 'line_section' else 'fst-italic text-break' if line.display_type == 'line_note' else ''">
|
||||
<tr t-att-class="'fw-bolder o_line_section' if line.display_type == 'line_section' else 'fw-bold o_line_subsection' if line.display_type == 'line_subsection' else 'fst-italic text-break o_line_note' if line.display_type == 'line_note' else ''">
|
||||
<t t-if="not line.display_type">
|
||||
<td id="product_name">
|
||||
<img t-att-src="image_data_uri(resize_to_48(line.product_id.image_1024))" alt="Product" class="d-none d-lg-inline"/>
|
||||
<td id="product_name" class="d-flex">
|
||||
<img t-att-src="line.product_id.image_128 and image_data_uri(line.product_id.image_128) or '/web/static/img/placeholder.png'"
|
||||
alt="Product" class="d-none d-lg-inline o_purchase_portal_product_image"/>
|
||||
<span t-field="line.name"/>
|
||||
</td>
|
||||
<td class="text-end">
|
||||
<div id="quote_qty">
|
||||
<span t-field="line.product_qty"/>
|
||||
<span t-field="line.product_uom" groups="uom.group_uom"/>
|
||||
<span t-field="line.product_uom_id" groups="uom.group_uom"/>
|
||||
</div>
|
||||
</td>
|
||||
<td t-if="update_dates" class="text-end"><span t-esc="line.date_planned.date()"/></td>
|
||||
<td t-if="update_dates" class="text-end">
|
||||
<form t-attf-action="/my/purchase/#{order.id}/update?access_token=#{order.access_token}" method="post">
|
||||
<input type="hidden" name="csrf_token" t-att-value="request.csrf_token()"/>
|
||||
<div class="container">
|
||||
<div class="mb-3">
|
||||
<div class="input-group date">
|
||||
<input type="text" class="form-control datetimepicker-input o-purchase-datetimepicker" t-attf-id="datetimepicker_#{line.id}" t-att-name="line.id"
|
||||
data-toggle="datetimepicker" data-date-format="YYYY-MM-DD" t-attf-data-target="#datetimepicker_#{line.id}"/>
|
||||
<input type="text"
|
||||
class="form-control datetimepicker-input o-purchase-datetimepicker text-end"
|
||||
t-att-data-access-token="order.access_token"
|
||||
t-att-data-order-id="order.id"
|
||||
t-att-data-line-id="line.id"
|
||||
t-att-data-value="line.date_planned.isoformat()"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</td>
|
||||
<td t-if="not update_dates and order.state in ['purchase', 'done']" t-attf-class="text-end {{ 'd-none d-sm-table-cell' if report_type == 'html' else '' }}">
|
||||
<td t-if="display_price_and_taxes" t-attf-class="text-end {{ 'd-none d-sm-table-cell' if report_type == 'html' else '' }}">
|
||||
<div
|
||||
t-field="line.price_unit"
|
||||
class="text-end"
|
||||
/>
|
||||
</td>
|
||||
<td t-if="not update_dates and order.state in ['purchase', 'done']" t-attf-class="text-end {{ 'd-none d-md-table-cell' if report_type == 'html' else '' }}">
|
||||
<span t-esc="', '.join(map(lambda x: (x.description or x.name), line.taxes_id))"/>
|
||||
<td t-if="display_price_and_taxes" t-attf-class="text-end {{ 'd-none d-md-table-cell' if report_type == 'html' else '' }}">
|
||||
<span t-out="', '.join(map(lambda x: (x.name), line.tax_ids))"/>
|
||||
</td>
|
||||
<td class="text-end" t-if="not update_dates and order.state in ['purchase', 'done']">
|
||||
<span class="oe_order_line_price_subtotal" t-field="line.price_subtotal" groups="account.group_show_line_subtotals_tax_excluded"/>
|
||||
<span class="oe_order_line_price_total" t-field="line.price_total" groups="account.group_show_line_subtotals_tax_included"/>
|
||||
<td t-if="display_price_and_taxes" t-attf-class="text-end {{ 'd-none d-sm-table-cell' if report_type == 'html' else '' }}">
|
||||
<div t-field="line.discount" class="text-end"/>
|
||||
</td>
|
||||
<td class="text-end" t-if="not update_dates and order.state == 'purchase'">
|
||||
<span class="oe_order_line_price_subtotal" t-field="line.price_subtotal"/>
|
||||
</td>
|
||||
</t>
|
||||
<t t-if="line.display_type == 'line_section'">
|
||||
<t t-if="line.display_type in ('line_section', 'line_subsection')">
|
||||
<td colspan="99">
|
||||
<span t-field="line.name"/>
|
||||
</td>
|
||||
|
|
@ -336,8 +361,7 @@
|
|||
</td>
|
||||
</t>
|
||||
</tr>
|
||||
|
||||
<t t-if="current_section and (line_last or order.order_line[line_index+1].display_type == 'line_section') and order.state in ['purchase', 'done']">
|
||||
<t t-if="current_section and (line_last or order.order_line[line_index+1].display_type in ('line_section', 'line_subsection')) and order.state == 'purchase'">
|
||||
<tr class="is-subtotal text-end">
|
||||
<td colspan="99">
|
||||
<strong class="mr16">Subtotal</strong>
|
||||
|
|
@ -353,17 +377,17 @@
|
|||
</table>
|
||||
</div>
|
||||
|
||||
<div id="total" t-if="order.state in ['purchase', 'done']" class="row" name="total" style="page-break-inside: avoid;">
|
||||
<div id="total" t-if="order.state == 'purchase'" class="row" name="total" style="page-break-inside: avoid;">
|
||||
<div t-attf-class="#{'col-4' if report_type != 'html' else 'col-sm-7 col-md-5'} ms-auto">
|
||||
<t t-call="purchase.purchase_order_portal_content_totals_table"/>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="terms" class="mt-5" t-if="order.notes">
|
||||
<section id="terms" class="mt-5" t-if="order.note">
|
||||
<h3 class="">Terms & Conditions</h3>
|
||||
<hr class="mt-0 mb-1"/>
|
||||
<em t-field="order.notes"/>
|
||||
<em t-field="order.note"/>
|
||||
</section>
|
||||
|
||||
<section class="mt-5" t-if="order.payment_term_id">
|
||||
|
|
@ -376,16 +400,18 @@
|
|||
|
||||
<template id="purchase_order_portal_content_totals_table">
|
||||
<table class="table table-sm">
|
||||
<t t-set="tax_totals" t-value="order.tax_totals"/>
|
||||
<t t-call="account.document_tax_totals"/>
|
||||
<t t-call="purchase.document_tax_totals">
|
||||
<t t-set="tax_totals" t-value="order.tax_totals"/>
|
||||
<t t-set="currency" t-value="order.currency_id"/>
|
||||
</t>
|
||||
</table>
|
||||
</template>
|
||||
|
||||
<template id="portal_my_purchase_order_update_date" name="Portal: My Purchase Order Update Dates" inherit_id="purchase.portal_my_purchase_order" primary="True">
|
||||
<xpath expr="////div[@id='portal_purchase_content']" position="replace">
|
||||
<div t-attf-class="card #{'pb-5' if report_type == 'html' else ''}" id="portal_purchase_content">
|
||||
<div id="portal_purchase_content">
|
||||
<t t-set="update_dates" t-value="True"/>
|
||||
<div t-call="purchase.purchase_order_portal_content"/>
|
||||
<div><t t-call="purchase.purchase_order_portal_content"/></div>
|
||||
</div>
|
||||
</xpath>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue