Skip to content

Commit 555b6ae

Browse files
committed
[IMP] l10n_cl: copy of invoice for yielding
Creating a copy of the invoices with an additional information box task-5231290
1 parent 983f5f4 commit 555b6ae

File tree

15 files changed

+38
-1043
lines changed

15 files changed

+38
-1043
lines changed

addons/l10n_cl/views/report_invoice.xml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,42 @@
268268
</tr>
269269
</template>
270270

271+
<template id="report_invoice_document_copy" inherit_id="l10n_cl.report_invoice_document">
272+
<xpath expr="//div[@id='right-elements']" position="inside">
273+
<div t-if="show_information_box" name="custom_info_box" class="col-12 mt-3 p-3 border border-primary rounded">
274+
<div class="row mb-2">
275+
<div class="col-12 d-flex align-items-baseline">
276+
<span class="small me-2 text-nowrap">Nombre: </span>
277+
<div class="border-bottom pb-1 flex-grow-1" stylr="min-height: 1.2rem;"/>
278+
</div>
279+
</div>
280+
<div class="row mb-2">
281+
<div class="col-6 d-flex align-items-baseline">
282+
<span class="small me-2 text-nowrap">RUT: </span>
283+
<div class="border-bottom pb-1 flex-grow-1" stylr="min-height: 1.2rem;"/>
284+
</div>
285+
<div class="col-6 d-flex align-items-baseline">
286+
<span class="small me-2 text-nowrap">FETCHA: </span>
287+
<div class="border-bottom pb-1 flex-grow-1" stylr="min-height: 1.2rem;"/>
288+
</div>
289+
</div>
290+
<div class="row mb-2">
291+
<div class="col-6 d-flex align-items-baseline">
292+
<span class="small me-2 text-nowrap">Recinto: </span>
293+
<div class="border-bottom pb-1 flex-grow-1" stylr="min-height: 1.2rem;"/>
294+
</div>
295+
<div class="col-6 d-flex align-items-baseline">
296+
<span class="small me-2 text-nowrap">FIRMA: </span>
297+
<div class="border-bottom pb-1 flex-grow-1" stylr="min-height: 1.2rem;"/>
298+
</div>
299+
</div>
300+
<p class="mt-3 small text-justify">
301+
El acuse de recibo que se declara en este acto, de acuerdo a lo dispuesto en
302+
la letra b) del Art. 4° y la letra c) del Art. 5° de la Ley 19.983, acredita que
303+
la entrega de mercaderia(s) o servicio(s)
304+
</p>
305+
</div>
306+
</xpath>
307+
</template>
308+
271309
</odoo>

addons/l10n_om/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

addons/l10n_om/__manifest__.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

addons/l10n_om/data/res.country.state.csv

Lines changed: 0 additions & 12 deletions
This file was deleted.

addons/l10n_om/data/tax_report.xml

Lines changed: 0 additions & 333 deletions
This file was deleted.

addons/l10n_om/data/template/account.account-om.csv

Lines changed: 0 additions & 140 deletions
This file was deleted.

addons/l10n_om/data/template/account.fiscal.position-om.csv

Lines changed: 0 additions & 4 deletions
This file was deleted.

addons/l10n_om/data/template/account.group-om.csv

Lines changed: 0 additions & 32 deletions
This file was deleted.

addons/l10n_om/data/template/account.tax-om.csv

Lines changed: 0 additions & 57 deletions
This file was deleted.

addons/l10n_om/data/template/account.tax.group-om.csv

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)