Skip to content

Commit

Permalink
ADD riferimento normativo to OSS taxes
Browse files Browse the repository at this point in the history
  • Loading branch information
eLBati committed Oct 27, 2022
1 parent 1e4a92b commit 83381c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion l10n_it_fatturapa_out_oss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ def _l10n_it_fatturapa_out_oss_post_init(cr, registry):
env = api.Environment(cr, SUPERUSER_ID, {})
oss_taxes = env["account.tax"].search([("oss_country_id", "!=", False)])
oss_taxes.write({
"kind_id": env.ref("l10n_it_account_tax_kind.n3_2").id
"kind_id": env.ref("l10n_it_account_tax_kind.n3_2").id,
"law_reference": "Art. 41 D.L. 331/1993",
})

0 comments on commit 83381c8

Please sign in to comment.