Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0] l10n_br_fiscal: icms fcp and difal destination comments #3374

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading