We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b811c50 commit bc80f89Copy full SHA for bc80f89
1 file changed
l10n_it_declaration_of_intent/models/account_move.py
@@ -326,7 +326,7 @@ def _compute_declaration_amounts(self):
326
]
327
record.declaration_of_intent_amount_ids = values
328
329
- (self - invoices - refunds).declaration_of_intent_amount_ids = False
+ (self - invoices - refunds).declaration_of_intent_amount_ids = [(5, 0, 0)]
330
331
def get_declarations_used_amounts(self, declarations):
332
"""Get used amount by declarations for this invoice."""
0 commit comments