mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] - Contract: add new recurring_rule_type quarterly and semesterly
This commit is contained in:
@@ -22,6 +22,8 @@ class ProductTemplate(models.Model):
|
||||
('weekly', 'Week(s)'),
|
||||
('monthly', 'Month(s)'),
|
||||
('monthlylastday', 'Month(s) last day'),
|
||||
('quarterly', 'Quarter(s)'),
|
||||
('semesterly', 'Semester(s)'),
|
||||
('yearly', 'Year(s)'),
|
||||
],
|
||||
default='monthly',
|
||||
|
||||
Reference in New Issue
Block a user