mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] remove default value to avoid risk of setting done state on credit crontrol line by mistake
This commit is contained in:
@@ -54,7 +54,6 @@ class CreditControlPrinter(orm.TransientModel):
|
||||
}
|
||||
|
||||
_defaults = {
|
||||
'mark_as_sent': True,
|
||||
'line_ids': _get_line_ids,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user