diff --git a/ext/custom-addons/dp_custom/models/sale.py b/ext/custom-addons/dp_custom/models/sale.py index 078435ce..9858927d 100644 --- a/ext/custom-addons/dp_custom/models/sale.py +++ b/ext/custom-addons/dp_custom/models/sale.py @@ -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')