Skip to content

Commit

Permalink
[IMP] account_vat_period_end_statement: More explicit title
Browse files Browse the repository at this point in the history
  • Loading branch information
SirAionTech committed Sep 23, 2024
1 parent 592db8c commit ded8501
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
Periods detail
-->
<t t-foreach="statement.date_range_ids" t-as="period">
<h3><span>Summary</span> <span t-esc="period.name" /> </h3>
<h3><span>VAT Statement summary</span> <span
t-esc="period.name"
/> </h3>

<t t-set="grouped_purchase_tax_code_amounts" t-value="{}" />
<t t-set="grouped_sale_tax_code_amounts" t-value="{}" />
Expand Down

0 comments on commit ded8501

Please sign in to comment.