Skip to content

Commit

Permalink
Merge PR OCA#3374 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by rvalyi
  • Loading branch information
OCA-git-bot committed Sep 20, 2024
2 parents 3365031 + 3e5a4ea commit 9dd2c62
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 9dd2c62

Please sign in to comment.