Skip to content

Commit

Permalink
[IMP] l10n_br_fiscal: icms fcp and difal destination comments
Browse files Browse the repository at this point in the history
  • Loading branch information
corredato committed Sep 20, 2024
1 parent 3365031 commit 3e5a4ea
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions l10n_br_fiscal/data/l10n_br_fiscal_comment_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@
<field name="object">l10n_br_fiscal.document.mixin</field>
</record>

<record id="fiscal_comment_icms_fcp" model="l10n_br_fiscal.comment">
<field name="name">Total ICMS FCP</field>
<field
name="comment"
>ICMS FCP: ${format_amount(doc.amount_icmsfcp_value)}</field>
<field name="comment_type">fiscal</field>
<field name="object">l10n_br_fiscal.document.mixin</field>
</record>

<record id="fiscal_comment_icms_difal" model="l10n_br_fiscal.comment">
<field name="name">Total ICMS DIFAL Destino</field>
<field
name="comment"
>ICMS DIFAL Destino: ${format_amount(doc.amount_icms_destination_value)}</field>
<field name="comment_type">fiscal</field>
<field name="object">l10n_br_fiscal.document.mixin</field>
</record>

<record id="fiscal_line_comment_dummy" model="l10n_br_fiscal.comment">
<field name="name">Total estimado dos impostos</field>
<field
Expand Down

0 comments on commit 3e5a4ea

Please sign in to comment.