Skip to content

Commit bc80f89

Browse files
committed
[WIP] put 5,0,0 instead of False
1 parent b811c50 commit bc80f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

l10n_it_declaration_of_intent/models/account_move.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def _compute_declaration_amounts(self):
326326
]
327327
record.declaration_of_intent_amount_ids = values
328328

329-
(self - invoices - refunds).declaration_of_intent_amount_ids = False
329+
(self - invoices - refunds).declaration_of_intent_amount_ids = [(5, 0, 0)]
330330

331331
def get_declarations_used_amounts(self, declarations):
332332
"""Get used amount by declarations for this invoice."""

0 commit comments

Comments
 (0)