Skip to content

Commit 33222c4

Browse files
committed
FIX dep after renaming
1 parent 4fed55e commit 33222c4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

l10n_it_vat_settlement_date/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"account_tax_balance",
1717
"l10n_it_account_vat_period_end_settlement",
1818
"l10n_it_vat_registries",
19-
"l10n_it_vat_statement_communication",
19+
"l10n_it_vat_settlement_communication",
2020
],
2121
"data": [
2222
"views/account_move_views.xml",

l10n_it_vat_settlement_date/reports/vat_statement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
class VatStatement(models.AbstractModel):
9-
_inherit = "report.account_vat_period_end_statement.vat_statement"
9+
_inherit = "report.l10n_it_account_vat_period_end_settlement.vat_statement"
1010

1111
@api.model
1212
def _get_report_values(self, docids, data=None):

l10n_it_vat_settlement_date/tests/test_vat_period_end_statement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def test_statement(self):
7474
def _get_report(self, statement):
7575
"""Print the Vat Period End Statement of `statement`."""
7676
report_action = self.env.ref(
77-
"account_vat_period_end_statement.report_vat_statement"
77+
"l10n_it_account_vat_period_end_settlement.report_vat_statement"
7878
)
7979
html, _report_type = self.env["ir.actions.report"]._render_qweb_html(
8080
report_action.report_name, statement.ids

0 commit comments

Comments
 (0)