Skip to content

Commit

Permalink
[15.0][MIG] l10n_nl_tax_statement_icp
Browse files Browse the repository at this point in the history
  • Loading branch information
astirpe committed Dec 29, 2022
1 parent 8016fd3 commit 2ef16d3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion l10n_nl_tax_statement_icp/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Netherlands ICP Statement",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"category": "Localization",
"license": "AGPL-3",
"author": "Onestein, Odoo Community Association (OCA)",
Expand Down
4 changes: 4 additions & 0 deletions l10n_nl_tax_statement_icp/report/report_tax_statement.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<t t-call="web.html_container">
<t t-foreach="docs" t-as="o">
<t t-call="web.internal_layout">
<link
href="/l10n_nl_tax_statement/static/src/css/report.css"
rel="stylesheet"
/>
<!-- Defines global variables used by internal layout -->
<t t-set="title">ICP</t>
<t t-set="company_name" t-value="o.company_id.name" />
Expand Down
2 changes: 1 addition & 1 deletion l10n_nl_tax_statement_icp/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_l10n_nl_vat_statement_icp_line,access_l10n_nl_vat_statement_icp_line,model_l10n_nl_vat_statement_icp_line,account.group_account_user,1,1,1,1
access_l10n_nl_vat_statement_icp_line,access_l10n_nl_vat_statement_icp_line,model_l10n_nl_vat_statement_icp_line,account.group_account_manager,1,1,1,1
8 changes: 6 additions & 2 deletions l10n_nl_tax_statement_icp/views/report_tax_statement.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@
<field name="name">NL ICP Statement</field>
<field name="model">l10n.nl.vat.statement</field>
<field name="report_type">qweb-pdf</field>
<field name="report_name">l10n_nl_tax_statement_icp.report_tax_statement_icp</field>
<field name="report_file">l10n_nl_tax_statement_icp.report_tax_statement_icp</field>
<field
name="report_name"
>l10n_nl_tax_statement_icp.report_tax_statement_icp</field>
<field
name="report_file"
>l10n_nl_tax_statement_icp.report_tax_statement_icp</field>
<field
name="binding_model_id"
ref="l10n_nl_tax_statement.model_l10n_nl_vat_statement"
Expand Down

0 comments on commit 2ef16d3

Please sign in to comment.