[MODULE] ~update copyright
authorLudovic CHEVALIER <ludovic@beurresarrasin.net>
Wed, 26 Jun 2019 15:32:35 +0000 (17:32 +0200)
committerLudovic CHEVALIER <ludovic@beurresarrasin.net>
Wed, 26 Jun 2019 15:32:35 +0000 (17:32 +0200)
__init__.py
__openerp__.py
account.py
etudesetchantiersidf.py
point_of_sale.py
product.py
wizard/__init__.py
wizard/account_export_csv.py

index d9212bc..a881ac8 100644 (file)
@@ -3,7 +3,7 @@
 #
 #    etudesetchantiersidf module for OpenERP, Custom module for Étude et
 #    Chantiers île-de-France
-#    Copyright (C) 2014-2018 etudesetchantiersidf
+#    Copyright (C) 2014-2019 etudesetchantiersidf
 #    (<http://etudesetchantiersiledefrance.unarec.org/>)
 #
 #    This file is a part of etudesetchantiersidf
index c93fb42..55d8561 100644 (file)
@@ -3,7 +3,7 @@
 #
 #    etudesetchantiersidf module for OpenERP, Custom module for Études et
 #    Chantiers Île-de-France
-#    Copyright (C) 2014-2018 etudesetchantiersidf
+#    Copyright (C) 2014-2019 etudesetchantiersidf
 #    (<http://etudesetchantiersiledefrance.unarec.org/>)
 #
 #    This file is a part of etudesetchantiersidf
index 16c4417..b7b7a99 100644 (file)
@@ -3,7 +3,7 @@
 #
 #    etudesetchantiersidf module for OpenERP, Custom module for Étude et
 #    Chantiers île-de-France
-#    Copyright (C) 2014-2017 etudesetchantiersidf
+#    Copyright (C) 2014-2019 etudesetchantiersidf
 #    (<http://etudesetchantiersiledefrance.unarec.org/>)
 #
 #    This file is a part of etudesetchantiersidf
index e1144e5..d95ee9a 100644 (file)
@@ -3,7 +3,7 @@
 #
 #    etudesetchantiersidf module for OpenERP, Custom module for Étude et
 #    Chantiers île-de-France
-#    Copyright (C) 2014-2018 etudesetchantiersidf
+#    Copyright (C) 2014-2019 etudesetchantiersidf
 #    (<http://etudesetchantiersiledefrance.unarec.org/>)
 #
 #    This file is a part of etudesetchantiersidf
index 0457bbd..776c52f 100644 (file)
@@ -3,7 +3,7 @@
 #
 #    etudesetchantiersidf module for OpenERP, Custom module for Étude et
 #    Chantiers île-de-France
-#    Copyright (C) 2014-2018 etudesetchantiersidf
+#    Copyright (C) 2014-2019 etudesetchantiersidf
 #    (<http://etudesetchantiersiledefrance.unarec.org/>)
 #
 #    This file is a part of etudesetchantiersidf
@@ -35,6 +35,8 @@ class pos_order_line(orm.Model):
         product_id = vals['product_id']
         products_obj = self.pool.get('product.product')
         product = products_obj.browse(cr, uid, product_id, context=context)
+        import pdb
+        pdb.set_trace()
         if product.is_fixed_price:
             vals['price_unit'] = product.list_price
         res = super(pos_order_line, self).create(cr, uid, vals, context=context)
index 0f1bbde..e819578 100644 (file)
@@ -3,7 +3,7 @@
 #
 #    etudesetchantiersidf module for OpenERP, Custom module for Étude et
 #    Chantiers île-de-France
-#    Copyright (C) 2014-2018 etudesetchantiersidf
+#    Copyright (C) 2014-2019 etudesetchantiersidf
 #    (<http://etudesetchantiersiledefrance.unarec.org/>)
 #
 #    This file is a part of etudesetchantiersidf
index c70f69e..f249779 100644 (file)
@@ -3,7 +3,7 @@
 #
 #    etudesetchantiersidf module for OpenERP, Custom module for Étude et
 #    Chantiers île-de-France
-#    Copyright (C) 2014-2017 etudesetchantiersidf
+#    Copyright (C) 2014-2019 etudesetchantiersidf
 #    (<http://etudesetchantiersiledefrance.unarec.org/>)
 #
 #    This file is a part of etudesetchantiersidf
index 967f05b..0052b91 100644 (file)
@@ -3,7 +3,7 @@
 #
 #    etudesetchantiersidf module for OpenERP, Custom module for Étude et
 #    Chantiers île-de-France
-#    Copyright (C) 2014-2018 etudesetchantiersidf
+#    Copyright (C) 2014-2019 etudesetchantiersidf
 #    (<http://etudesetchantiersiledefrance.unarec.org/>)
 #
 #    This file is a part of etudesetchantiersidf