mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Update account_move_budget/models/account_move_budget.py
Co-Authored-By: Nikul Chaudhary <nikul.chaudhary.serpentcs@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6ca6f205e4
commit
97f613fd14
@@ -28,7 +28,7 @@ class AccountMoveBudget(models.Model):
|
||||
)
|
||||
date_from = fields.Date(
|
||||
required=True,
|
||||
string='From',
|
||||
string='From Date',
|
||||
track_visibility='onchange',
|
||||
)
|
||||
date_to = fields.Date(
|
||||
|
||||
Reference in New Issue
Block a user