[PYTHON][VIEW] +welcome kit sent field
[burette/lhc.git] / lhc.py
diff --git a/lhc.py b/lhc.py
index b172db2..8a7435a 100644 (file)
--- a/lhc.py
+++ b/lhc.py
@@ -32,6 +32,7 @@ class res_partner(orm.Model):
 
     _columns = {
         'usual_contact': fields.boolean('Usual contact', help='This contact is a usual contact for L\'Heureux Cyclage employees. This field can be used to discriminated contacts for differents usages.'),
+        'kit_sent': fields.boolean('Welcome kit sent'),
     }
 
 class product_template(orm.Model):