Skip to content

Commit

Permalink
[IMP] account_tax_settlement: replace reconciled on depends
Browse files Browse the repository at this point in the history
closes #427

Signed-off-by: Juan José Scarafía <[email protected]>
  • Loading branch information
cav-adhoc committed Jul 29, 2024
1 parent ab5350a commit cdc6b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_tax_settlement/models/account_move_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def create_tax_settlement_entry(self):

@api.depends(
'tax_repartition_line_id',
'tax_settlement_move_id.line_ids.reconciled',
'tax_settlement_move_id.line_ids.full_reconcile_id',
)
def _compute_tax_state(self):
for rec in self:
Expand Down

0 comments on commit cdc6b86

Please sign in to comment.