Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion l10n_br_account/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def _compute_amount(self):
# fiscal documents for instance. It should be used
# exceptionnaly as it breaks the dependency chain and
# can leave fields such as payment_state inconsistent.
move._compute_fiscal_amount()
move.fiscal_document_id._compute_fiscal_amount()

result = super()._compute_amount()
for move in self.filtered(lambda m: m.fiscal_operation_id):
Expand Down