mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 12:32:02 +02:00
19.0 vanilla
This commit is contained in:
parent
d1963a3c3a
commit
2d3ee4855a
7430 changed files with 2687981 additions and 2965473 deletions
|
|
@ -111,7 +111,7 @@
|
|||
<address class="mb-0" itemscope="itemscope"
|
||||
itemtype="http://schema.org/Organization">
|
||||
<div>
|
||||
<span itemprop="name">Deco Addict</span>
|
||||
<span itemprop="name">Acme Corporation</span>
|
||||
</div>
|
||||
<div itemprop="address" itemscope="itemscope"
|
||||
itemtype="http://schema.org/PostalAddress">
|
||||
|
|
@ -305,7 +305,7 @@
|
|||
<template id="external_layout_striped">
|
||||
<div t-attf-class="o_company_#{company.id}_layout header">
|
||||
<div class="d-flex">
|
||||
<div>
|
||||
<div class="mw-50">
|
||||
<img t-if="company.logo" class="o_company_logo_big" t-att-src="image_data_uri(company.logo)" alt="Logo"/>
|
||||
<div t-if="company.report_header" t-field="company.report_header" class="o_company_tagline fw-bold mt-2">Company tagline</div>
|
||||
</div>
|
||||
|
|
@ -327,7 +327,12 @@
|
|||
</div>
|
||||
</span>
|
||||
</li>
|
||||
<li t-if="not forced_vat"/>
|
||||
<li t-if="not forced_vat">
|
||||
<t t-if="company.vat">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'">Tax ID</t>:
|
||||
<span t-esc="company.vat">US12345671</span>
|
||||
</t>
|
||||
</li>
|
||||
<li t-else="">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'">Tax ID</t>:
|
||||
<span t-esc="forced_vat">US12345671</span>
|
||||
|
|
@ -382,7 +387,12 @@
|
|||
</div>
|
||||
</span>
|
||||
</li>
|
||||
<li t-if="not forced_vat"/>
|
||||
<li t-if="not forced_vat">
|
||||
<t t-if="company.vat">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'">Tax ID</t>:
|
||||
<span t-esc="company.vat">US12345671</span>
|
||||
</t>
|
||||
</li>
|
||||
<li t-else="">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'">Tax ID</t>:
|
||||
<span t-esc="forced_vat">US12345671</span>
|
||||
|
|
@ -441,7 +451,12 @@
|
|||
</div>
|
||||
</span>
|
||||
</li>
|
||||
<li t-if="not forced_vat"/>
|
||||
<li t-if="not forced_vat">
|
||||
<t t-if="company.vat">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'">Tax ID</t>:
|
||||
<span t-esc="company.vat">US12345671</span>
|
||||
</t>
|
||||
</li>
|
||||
<li t-else="">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'">Tax ID</t>:
|
||||
<span t-esc="forced_vat">US12345671</span>
|
||||
|
|
@ -501,7 +516,12 @@
|
|||
</div>
|
||||
</span>
|
||||
</li>
|
||||
<li t-if="not forced_vat"/>
|
||||
<li t-if="not forced_vat">
|
||||
<t t-if="company.vat">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'">Tax ID</t>:
|
||||
<span t-esc="company.vat">US12345671</span>
|
||||
</t>
|
||||
</li>
|
||||
<li t-else="">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'">Tax ID</t>:
|
||||
<span t-esc="forced_vat">US12345671</span>
|
||||
|
|
@ -555,7 +575,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="o_folder_company_info d-flex justify-content-between">
|
||||
<div>
|
||||
<div class="w-50">
|
||||
<img t-if="company.logo" class="o_company_logo_big mb-2" t-att-src="image_data_uri(company.logo)" alt="Logo"/>
|
||||
<div t-if="company.report_header" t-field="company.report_header" class="o_company_tagline fw-bold">Company tagline</div>
|
||||
</div>
|
||||
|
|
@ -575,7 +595,12 @@
|
|||
</div>
|
||||
</span>
|
||||
</li>
|
||||
<li t-if="not forced_vat"/>
|
||||
<li t-if="not forced_vat">
|
||||
<t t-if="company.vat">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'">Tax ID</t>:
|
||||
<span t-esc="company.vat">US12345671</span>
|
||||
</t>
|
||||
</li>
|
||||
<li t-else="">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'">Tax ID</t>:
|
||||
<span t-esc="forced_vat">US12345671</span>
|
||||
|
|
@ -624,7 +649,7 @@
|
|||
</svg>
|
||||
|
||||
<div class="d-flex justify-content-between">
|
||||
<div>
|
||||
<div class="w-50">
|
||||
<img t-if="company.logo" class="o_company_logo mb-2" t-att-src="image_data_uri(company.logo)" alt="Logo"/>
|
||||
<div t-if="company.report_header" t-field="company.report_header" class="o_company_tagline fw-bold">Company tagline</div>
|
||||
</div>
|
||||
|
|
@ -644,7 +669,12 @@
|
|||
</div>
|
||||
</span>
|
||||
</li>
|
||||
<li t-if="not forced_vat"/>
|
||||
<li t-if="not forced_vat">
|
||||
<t t-if="company.vat">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'">Tax ID</t>:
|
||||
<span t-esc="company.vat">US12345671</span>
|
||||
</t>
|
||||
</li>
|
||||
<li t-else="">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'">Tax ID</t>:
|
||||
<span t-esc="forced_vat">US12345671</span>
|
||||
|
|
@ -717,7 +747,12 @@
|
|||
</div>
|
||||
</span>
|
||||
</li>
|
||||
<li t-if="not forced_vat"/>
|
||||
<li t-if="not forced_vat">
|
||||
<t t-if="company.vat">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'">Tax ID</t>:
|
||||
<span t-esc="company.vat">US12345671</span>
|
||||
</t>
|
||||
</li>
|
||||
<li t-else="">
|
||||
<t t-esc="company.country_id.vat_label or 'Tax ID'">Tax ID</t>:
|
||||
<span t-esc="forced_vat">US12345671</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue