[FIX] partner_statement: Default value for required field
This commit is contained in:
committed by
Miquel Raïch
parent
ed2a63b11d
commit
a9bdd307d1
@@ -14,6 +14,7 @@ class ResConfigSettings(models.TransientModel):
|
||||
[("days", "Age by Days"), ("months", "Age by Months")],
|
||||
string="Aging Method",
|
||||
required=True,
|
||||
default="days",
|
||||
default_model="statement.common.wizard",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user