Skip to content

Commit

Permalink
Adiciona o CPF/CNPJ nos orcamentos
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro committed Sep 21, 2021
1 parent ebf1d41 commit f0cf51c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions l10n_br_sale/report/sale_report_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
<p class="m-0" t-field="doc.carrier_id.partner_id"/>
</div>
</xpath>
<div t-field="doc.partner_id" position="after">
<p t-if="doc.partner_id.commercial_partner_id.l10n_br_cnpj_cpf">CNPJ/CPF: <span t-field="doc.partner_id.commercial_partner_id.l10n_br_cnpj_cpf"/></p>
</div>
</template>
</odoo>

0 comments on commit f0cf51c

Please sign in to comment.