[FIX] partner_statement: Default value for required field
parent
df596e51e5
commit
fc442666bd
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Partner Statement',
|
'name': 'Partner Statement',
|
||||||
'version': '12.0.1.0.2',
|
'version': '12.0.1.0.3',
|
||||||
'category': 'Accounting & Finance',
|
'category': 'Accounting & Finance',
|
||||||
'summary': 'OCA Financial Reports',
|
'summary': 'OCA Financial Reports',
|
||||||
'author': "Eficent, Odoo Community Association (OCA)",
|
'author': "Eficent, Odoo Community Association (OCA)",
|
||||||
|
|
|
@ -14,6 +14,7 @@ class ResConfigSettings(models.TransientModel):
|
||||||
[("days", "Age by Days"), ("months", "Age by Months")],
|
[("days", "Age by Days"), ("months", "Age by Months")],
|
||||||
string="Aging Method",
|
string="Aging Method",
|
||||||
required=True,
|
required=True,
|
||||||
|
default="days",
|
||||||
default_model="statement.common.wizard",
|
default_model="statement.common.wizard",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue