Skip to content

Commit

Permalink
fixup! [FIX] l10n_it_withholding_tax: porting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMule71 committed May 5, 2021
1 parent 406ba0a commit 01275bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions l10n_it_withholding_tax/models/withholding_tax.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,11 +302,7 @@ class WithholdingTaxMove(models.Model):
)
statement_id = fields.Many2one("withholding.tax.statement", "Statement")
wt_type = fields.Selection(
[
("in", "In"),
("out", "Out"),
],
"Type",
string="Type",
store=True,
related="statement_id.wt_type",
)
Expand Down

0 comments on commit 01275bd

Please sign in to comment.