mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] - rename recurring_interval to Invoice Every
This commit is contained in:
committed by
Francisco Ivan Anton Prieto
parent
21d1ef010c
commit
5a678f8894
@@ -75,8 +75,8 @@ class AccountAbstractAnalyticContractLine(models.AbstractModel):
|
|||||||
)
|
)
|
||||||
recurring_interval = fields.Integer(
|
recurring_interval = fields.Integer(
|
||||||
default=1,
|
default=1,
|
||||||
string='Repeat Every',
|
string='Invoice Every',
|
||||||
help="Repeat every (Days/Week/Month/Year)",
|
help="Invoice every (Days/Week/Month/Year)",
|
||||||
required=True,
|
required=True,
|
||||||
)
|
)
|
||||||
date_start = fields.Date(string='Date Start')
|
date_start = fields.Date(string='Date Start')
|
||||||
|
|||||||
Reference in New Issue
Block a user