From 226b5eb062ad772c3a4b956f4035a32afa24f4e5 Mon Sep 17 00:00:00 2001 From: Andreas Osim Date: Mon, 16 Apr 2018 15:49:13 +0200 Subject: [PATCH] =?UTF-8?q?ORDER=5FTYPE=20'T','TZBox'=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ext/custom-addons/dp_custom/models/sale.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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')