mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 17:52:01 +02:00
vanilla 17.0
This commit is contained in:
parent
d72e748793
commit
a9bcec8e91
1986 changed files with 1613876 additions and 568976 deletions
|
|
@ -14,15 +14,17 @@
|
|||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="initial-scale=1"/>
|
||||
<title><t t-esc="title or 'Odoo Report'"/></title>
|
||||
<t t-call-assets="web.report_assets_common" t-js="false"/>
|
||||
<!--The following is kind of a hack-->
|
||||
<!--in an iframe, we don't want the session to perform qweb_templates rpc-->
|
||||
<t t-call-assets="web.report_assets_common"/>
|
||||
<!-- Temporary code: only used to maintain CSS for legacy HTML reports (full width...) -->
|
||||
<!-- Should be removed once the reports are fully converted. -->
|
||||
<script type="text/javascript">
|
||||
window.odoo = {};
|
||||
window.odoo.__session_info__ = {is_report: true};
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
if (window.self !== window.top) {
|
||||
document.body.classList.add("o_in_iframe", "container-fluid");
|
||||
document.body.classList.remove("container");
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<t t-call-assets="web.assets_common" t-css="false"/>
|
||||
<t t-call-assets="web.report_assets_common" t-css="false"/>
|
||||
</head>
|
||||
<body t-att-class="'container' if not full_width else 'container-fluid'" t-att-dir="env['res.lang']._lang_get(lang or env.user.lang).direction or 'ltr'">
|
||||
<div id="wrapwrap">
|
||||
|
|
@ -47,7 +49,6 @@
|
|||
<meta name="viewport" content="initial-scale=1"/>
|
||||
<title><t t-esc="title or 'Odoo Report'"/></title>
|
||||
<t t-call-assets="web.report_assets_common" t-js="false"/>
|
||||
<t t-call-assets="web.assets_common" t-css="false"/>
|
||||
<style>
|
||||
<t t-out="preview_css"/>
|
||||
|
||||
|
|
@ -145,7 +146,7 @@
|
|||
<th name="th_description" class="text-start"><span>Description</span></th>
|
||||
<th name="th_quantity" class="text-end"><span>Quantity</span></th>
|
||||
<th name="th_priceunit" class="text-end d-md-table-cell"><span>Unit Price</span></th>
|
||||
<th name="th_taxes" class="text-start d-md-table-cell"><span>Taxes</span></th>
|
||||
<th name="th_taxes" class="text-end d-md-table-cell"><span>Taxes</span></th>
|
||||
<th name="th_subtotal" class="text-end">
|
||||
<span>Amount</span>
|
||||
</th>
|
||||
|
|
@ -161,7 +162,7 @@
|
|||
<td class="text-end d-md-table-cell">
|
||||
<span class="text-nowrap">1,500.00</span>
|
||||
</td>
|
||||
<td class="text-start d-md-table-cell">
|
||||
<td class="text-end d-md-table-cell">
|
||||
<span id="line_tax_ids">Tax 15%</span>
|
||||
</td>
|
||||
<td class="text-end o_price_total">
|
||||
|
|
@ -177,7 +178,7 @@
|
|||
<td class="text-end d-md-table-cell">
|
||||
<span class="text-nowrap">2,350.00</span>
|
||||
</td>
|
||||
<td class="text-start d-md-table-cell">
|
||||
<td class="text-end d-md-table-cell">
|
||||
<span id="line_tax_ids">Tax 15%</span>
|
||||
</td>
|
||||
<td class="text-end o_price_total">
|
||||
|
|
@ -186,9 +187,9 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="clearfix">
|
||||
<div id="total" class="row">
|
||||
<div class="col-6 ms-auto">
|
||||
<div id="right-elements" t-attf-class="#{'col-5' if report_type != 'html' else 'col-12 col-md-5'} ms-5 d-inline-block float-end">
|
||||
<div id="total" class="clearfix row">
|
||||
<div class="ms-auto">
|
||||
<table class="table table-sm table-borderless" style="page-break-inside: avoid; position:relative;">
|
||||
<tbody><tr class="border-black o_subtotal" style="">
|
||||
<td><strong>Untaxed Amount</strong></td>
|
||||
|
|
@ -213,13 +214,16 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p class="mt-4">
|
||||
Please use the following communication for your payment : <b><span>
|
||||
INV/2023/00003</span></b>
|
||||
</p>
|
||||
<p name="payment_term">
|
||||
<span>Payment terms: 30 Days</span>
|
||||
</p>
|
||||
<div id="payment_term">
|
||||
<div class="mb-3">
|
||||
<p name="payment_term">
|
||||
<span>Payment terms: 30 Days</span>
|
||||
</p>
|
||||
<p name="payment_communication">
|
||||
Payment Communication: <b><span>INV/2023/00003</span></b>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</t>
|
||||
</t>
|
||||
|
|
@ -276,35 +280,58 @@
|
|||
|
||||
<template id="address_layout">
|
||||
<t t-set="colclass" t-value="('col-sm-5' if report_type == 'html' else 'col-5') + ' ms-auto'"/>
|
||||
<t t-if="address">
|
||||
<div class="address row">
|
||||
<t t-if="information_block">
|
||||
<t t-set="colclass" t-value="'col-5 offset-1'"/>
|
||||
<div name="information_block" class="col-6">
|
||||
<t t-out="information_block"/>
|
||||
<div t-if="address" class="address row " title="This block is not always present depending on the printed document.">
|
||||
<t t-if="information_block">
|
||||
<t t-set="colclass" t-value="'col-5 offset-1'"/>
|
||||
<div name="information_block" class="col-6">
|
||||
<t t-out="information_block or None">
|
||||
<div class="bg-light border-1 rounded h-100 d-flex flex-column align-items-center justify-content-center p-4 opacity-75 text-muted text-center">
|
||||
<strong>Information block</strong>
|
||||
<div>Usually contains a source address or a complementary address.</div>
|
||||
</div>
|
||||
</t>
|
||||
</div>
|
||||
</t>
|
||||
|
||||
<div name="address" t-att-class="colclass">
|
||||
<t t-esc="address or None">
|
||||
<div class="bg-light border-1 rounded h-100 d-flex flex-column align-items-center justify-content-center p-4 opacity-75 text-muted text-center">
|
||||
<strong>Address block</strong>
|
||||
<div>Usually contains the address of the document's recipient.</div>
|
||||
</div>
|
||||
</t>
|
||||
<div name="address" t-att-class="colclass">
|
||||
<t t-esc="address"/>
|
||||
</div>
|
||||
</div>
|
||||
</t>
|
||||
</div>
|
||||
<div class="oe_structure" t-else=""></div>
|
||||
</template>
|
||||
|
||||
<template id="external_layout_striped">
|
||||
<div t-attf-class="o_company_#{company.id}_layout header" t-att-style="report_header_style">
|
||||
<div class="o_background_header">
|
||||
<div class="float-end">
|
||||
<div class="mt0 text-end h3" t-field="company.report_header"/>
|
||||
<div class="mt0 text-end h3" t-if="company.report_header" t-field="company.report_header">Company tagline</div>
|
||||
</div>
|
||||
<img t-if="company.logo" t-att-src="image_data_uri(company.logo)" class="float-start" alt="Logo"/>
|
||||
<div class="float-start company_address">
|
||||
<ul class="list-unstyled">
|
||||
<li t-if="company.is_company_details_empty"><t t-esc="company.partner_id" t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": true}'/></li>
|
||||
<li t-else=""><t t-esc="company.company_details"/></li>
|
||||
<li t-if="forced_vat">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'"/>:
|
||||
<span t-esc="forced_vat"/>
|
||||
<ul class="list-unstyled" name='company_address_list'>
|
||||
<li t-if="company.is_company_details_empty"><span t-field="company.partner_id" t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": true}'>
|
||||
<div class="bg-light border-1 rounded h-100 d-flex flex-column align-items-center justify-content-center p-4 w-100 opacity-75 text-muted text-center">
|
||||
<strong>Company address block</strong>
|
||||
<div>Contains the company address.</div>
|
||||
</div>
|
||||
</span></li>
|
||||
<li t-else="">
|
||||
<span t-field="company.company_details">
|
||||
<div class="bg-light border-1 rounded h-100 d-flex flex-column align-items-center justify-content-center p-4 w-100 opacity-75 text-muted text-center">
|
||||
<strong>Company details block</strong>
|
||||
<div>Contains the company details.</div>
|
||||
</div>
|
||||
</span>
|
||||
</li>
|
||||
<li t-if="not forced_vat"/>
|
||||
<li t-else="">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'">Tax ID</t>:
|
||||
<span t-esc="forced_vat">US12345671</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -331,7 +358,7 @@
|
|||
<span class="topage"/>
|
||||
</div>
|
||||
<div t-if="report_type == 'pdf' and display_name_in_footer" class="text-muted">
|
||||
<span t-field="o.name"/>
|
||||
<span t-out="o.name">(document name)</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -349,12 +376,25 @@
|
|||
<div class="mt0 h4" t-field="company.report_header"/>
|
||||
</t>
|
||||
<div name="company_address" class="float-end mb4">
|
||||
<ul class="list-unstyled">
|
||||
<li t-if="company.is_company_details_empty"><t t-esc="company.partner_id" t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": true}'/></li>
|
||||
<li t-else=""><t t-esc="company.company_details"/></li>
|
||||
<li t-if="forced_vat">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'"/>:
|
||||
<span t-esc="forced_vat"/>
|
||||
<ul class="list-unstyled" name="company_address_list">
|
||||
<li t-if="company.is_company_details_empty"><span t-field="company.partner_id" t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": true}'>
|
||||
<div class="bg-light border-1 rounded h-100 d-flex flex-column align-items-center justify-content-center p-4 w-100 opacity-75 text-muted text-center">
|
||||
<strong>Company address block</strong>
|
||||
<div>Contains the company address.</div>
|
||||
</div>
|
||||
</span></li>
|
||||
<li t-else="">
|
||||
<span t-field="company.company_details">
|
||||
<div class="bg-light border-1 rounded h-100 d-flex flex-column align-items-center justify-content-center p-4 w-100 opacity-75 text-muted text-center">
|
||||
<strong>Company details block</strong>
|
||||
<div>Contains the company details.</div>
|
||||
</div>
|
||||
</span>
|
||||
</li>
|
||||
<li t-if="not forced_vat"/>
|
||||
<li t-else="">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'">Tax ID</t>:
|
||||
<span t-esc="forced_vat">US12345671</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -375,12 +415,12 @@
|
|||
|
||||
<div t-attf-class="footer o_boxed_footer o_company_#{company.id}_layout">
|
||||
<div class="text-center">
|
||||
<div t-field="company.report_footer"/>
|
||||
<div t-field="company.report_footer">Company Report Footer</div>
|
||||
<div t-if="report_type == 'pdf'">
|
||||
Page: <span class="page"/> / <span class="topage"/>
|
||||
</div>
|
||||
<div t-if="report_type == 'pdf' and display_name_in_footer" class="text-muted">
|
||||
<span t-field="o.name"/>
|
||||
<span t-out="o.name">(document name)</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -394,12 +434,25 @@
|
|||
<img t-if="company.logo" t-att-src="image_data_uri(company.logo)" alt="Logo"/>
|
||||
</div>
|
||||
<div class="col-5 offset-1" name="company_address">
|
||||
<ul class="list-unstyled">
|
||||
<li t-if="company.is_company_details_empty"><t t-esc="company.partner_id" t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": true}'/></li>
|
||||
<li t-else=""><t t-esc="company.company_details"/></li>
|
||||
<li t-if="forced_vat">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'"/>:
|
||||
<span t-esc="forced_vat"/>
|
||||
<ul class="list-unstyled" name='company_address_list'>
|
||||
<li t-if="company.is_company_details_empty"><span t-field="company.partner_id" t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": true}'>
|
||||
<div class="bg-light border-1 rounded h-100 d-flex flex-column align-items-center justify-content-center p-4 w-100 opacity-75 text-muted text-center">
|
||||
<strong>Company address block</strong>
|
||||
<div>Contains the company address.</div>
|
||||
</div>
|
||||
</span></li>
|
||||
<li t-else="">
|
||||
<span t-field="company.company_details">
|
||||
<div class="bg-light border-1 rounded h-100 d-flex flex-column align-items-center justify-content-center p-4 w-100 opacity-75 text-muted text-center">
|
||||
<strong>Company details block</strong>
|
||||
<div>Contains the company details.</div>
|
||||
</div>
|
||||
</span>
|
||||
</li>
|
||||
<li t-if="not forced_vat"/>
|
||||
<li t-else="">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'">Tax ID</t>:
|
||||
<span t-esc="forced_vat">US12345671</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -424,7 +477,7 @@
|
|||
<span t-else="" t-field="company.company_details"/>
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<div class="mt0 mb0 h5" t-field="company.report_header"/>
|
||||
<div class="mt0 mb0 h5" t-if="company.report_header" t-field="company.report_header">Company tagline</div>
|
||||
</div>
|
||||
<div class="col-1">
|
||||
<ul t-if="report_type == 'pdf'" class="list-inline pagenumber float-end text-center">
|
||||
|
|
@ -441,7 +494,7 @@
|
|||
<div class="col-3 mb4">
|
||||
<img t-if="company.logo" t-att-src="image_data_uri(company.logo)" style="max-height: 45px;" alt="Logo"/>
|
||||
</div>
|
||||
<div class="col-9 text-end" style="margin-top:22px;" t-field="company.report_header" name="moto"/>
|
||||
<div class="col-9 text-end" style="margin-top:22px;" t-if="company.report_header" t-field="company.report_header" name="moto">Company tagline</div>
|
||||
</div>
|
||||
<div t-if="company.logo or company.report_header" class="row zero_min_height">
|
||||
<div class="col-12">
|
||||
|
|
@ -450,12 +503,25 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="col-6" name="company_address">
|
||||
<ul class="list-unstyled">
|
||||
<li t-if="company.is_company_details_empty"><t t-esc="company.partner_id" t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": true}'/></li>
|
||||
<li t-else=""><t t-esc="company.company_details"/></li>
|
||||
<li t-if="forced_vat">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'"/>:
|
||||
<span t-esc="forced_vat"/>
|
||||
<ul class="list-unstyled" name="company_address_list">
|
||||
<li t-if="company.is_company_details_empty"><span t-field="company.partner_id" t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": true}'>
|
||||
<div class="bg-light border-1 rounded h-100 d-flex flex-column align-items-center justify-content-center p-4 w-100 opacity-75 text-muted text-center">
|
||||
<strong>Company address block</strong>
|
||||
<div>Contains the company address.</div>
|
||||
</div>
|
||||
</span></li>
|
||||
<li t-else="">
|
||||
<span t-field="company.company_details">
|
||||
<div class="bg-light border-1 rounded h-100 d-flex flex-column align-items-center justify-content-center p-4 w-100 opacity-75 text-muted text-center">
|
||||
<strong>Company details block</strong>
|
||||
<div>Contains the company details.</div>
|
||||
</div>
|
||||
</span>
|
||||
</li>
|
||||
<li t-if="not forced_vat"/>
|
||||
<li t-else="">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'">Tax ID</t>:
|
||||
<span t-esc="forced_vat">US12345671</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -482,7 +548,7 @@
|
|||
Page: <span class="page"/> / <span class="topage"/>
|
||||
</div>
|
||||
<div t-if="report_type == 'pdf' and display_name_in_footer" class="text-muted">
|
||||
<span t-field="o.name"/>
|
||||
<span t-out="o.name">(document name)</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -613,7 +679,7 @@
|
|||
}
|
||||
}
|
||||
.row > div > table,
|
||||
div#total table {
|
||||
div#total table, .totals_taxes_company_currency table {
|
||||
&:first-child,
|
||||
&:last-child,
|
||||
&.o_subtotal,
|
||||
|
|
@ -629,6 +695,9 @@
|
|||
#total strong {
|
||||
color: <t t-esc='primary'/>;
|
||||
}
|
||||
.totals_taxes_company_currency strong{
|
||||
color: <t t-esc='primary'/>;
|
||||
}
|
||||
#informations strong {
|
||||
color: <t t-esc='secondary'/>;
|
||||
}
|
||||
|
|
@ -653,7 +722,7 @@
|
|||
}
|
||||
}
|
||||
.row > div > table,
|
||||
div#total table {
|
||||
div#total table, .totals_taxes_company_currency table {
|
||||
tr {
|
||||
&.o_total td {
|
||||
background-color: rgba(<t t-esc='primary'/>, 0.9);
|
||||
|
|
@ -692,7 +761,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
#total {
|
||||
#total, .totals_taxes_company_currency {
|
||||
strong {
|
||||
color: <t t-esc='secondary'/>;
|
||||
}
|
||||
|
|
@ -710,6 +779,9 @@
|
|||
#total strong{
|
||||
color: <t t-esc='primary'/>;
|
||||
}
|
||||
.totals_taxes_company_currency strong{
|
||||
color: <t t-esc='primary'/>;
|
||||
}
|
||||
table {
|
||||
thead {
|
||||
color: <t t-esc='secondary'/>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue