Update account_move_budget/models/account_move_budget.py
Co-Authored-By: Nikul Chaudhary <nikul.chaudhary.serpentcs@gmail.com>
This commit is contained in:
parent
6ebfdb0c49
commit
05911b31bb
@ -33,7 +33,7 @@ class AccountMoveBudget(models.Model):
|
|||||||
)
|
)
|
||||||
date_to = fields.Date(
|
date_to = fields.Date(
|
||||||
required=True,
|
required=True,
|
||||||
string='To',
|
string='To Date',
|
||||||
track_visibility='onchange',
|
track_visibility='onchange',
|
||||||
)
|
)
|
||||||
state = fields.Selection(
|
state = fields.Selection(
|
||||||
|
Loading…
Reference in New Issue
Block a user