mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-27 09:22:00 +02:00
Initial commit: L10N_Europe packages
This commit is contained in:
commit
9803722600
2377 changed files with 380711 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="report_invoice_document_inherit" inherit_id="account.report_invoice_document">
|
||||
<xpath expr="//address" position="after">
|
||||
<div t-if="o.company_id.account_fiscal_country_id.code == 'RS' and o.partner_id.company_registry" class="mt16">
|
||||
<p>Company ID: <span t-field="o.partner_id.company_registry"/></p>
|
||||
</div>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue