mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 15:32:03 +02:00
19.0 vanilla
This commit is contained in:
parent
d1963a3c3a
commit
2d3ee4855a
7430 changed files with 2687981 additions and 2965473 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<field name="model">ir.ui.view</field>
|
||||
<field name="inherit_id" ref="base.view_view_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//div[hasclass('alert-info')]" position="after">
|
||||
<xpath expr="//sheet/div[hasclass('alert-info')]" position="after">
|
||||
<div class="alert alert-danger" role="alert" invisible="not invalid_locators">
|
||||
Please note that your view includes invalid locators.<br/>
|
||||
These nodes could not be anchored to the parent view and have no effect.<br/>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -154,7 +154,9 @@
|
|||
</div>
|
||||
|
||||
<div class="o_caps_lock_warning">
|
||||
<label for="password" class="form-label d-flex justify-content-between">Password</label>
|
||||
<div class="d-flex justify-content-between align-items-start">
|
||||
<label for="password" class="form-label">Password</label>
|
||||
</div>
|
||||
<div class="input-group mb-1">
|
||||
<input type="password" placeholder="Enter your password" name="password" id="password" class="form-control" required="required" autocomplete="current-password" t-att-autofocus="'autofocus' if login else None" maxlength="4096"/>
|
||||
<button type="button" class="btn btn-sm border border-start-0 o_show_password">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue