ORDER_TYPE 'T','TZBox' hinzugefügt

develop
Andreas Osim 2018-04-16 15:49:13 +02:00
parent 25bec55f4f
commit 226b5eb062
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ class SaleOrder(models.Model):
ORDER_TYPES = [
('M', 'Manuell'),
('D', 'DesignBox'),
('I', 'Industrie')
('I', 'Industrie'),
('T', 'TZBox')
]
assembled = fields.Boolean(string='Zusammengebaut')