[IMP] - Contract: add new recurring_rule_type quarterly and semesterly

This commit is contained in:
sbejaoui
2020-04-14 11:25:09 +02:00
committed by Ilyas
parent 75255eddbb
commit 4911320b9e
2 changed files with 4 additions and 0 deletions

View File

@@ -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',