Merge PR #644 into 12.0

Signed-off-by max3903
pull/649/head
OCA-git-bot 2020-01-02 18:26:09 +00:00
commit aa5e86bf56
1 changed files with 1 additions and 0 deletions

View File

@ -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",
)