From 2188df4fe1be244aa42c5cb57b0380ecc8de56e3 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Wed, 26 Jun 2019 17:32:35 +0200 Subject: [PATCH] [MODULE] ~update copyright --- __init__.py | 2 +- __openerp__.py | 2 +- account.py | 2 +- etudesetchantiersidf.py | 2 +- point_of_sale.py | 4 +++- product.py | 2 +- wizard/__init__.py | 2 +- wizard/account_export_csv.py | 2 +- 8 files changed, 10 insertions(+), 8 deletions(-) diff --git a/__init__.py b/__init__.py index d9212bc..a881ac8 100644 --- a/__init__.py +++ b/__init__.py @@ -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 # () # # This file is a part of etudesetchantiersidf diff --git a/__openerp__.py b/__openerp__.py index c93fb42..55d8561 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -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 # () # # This file is a part of etudesetchantiersidf diff --git a/account.py b/account.py index 16c4417..b7b7a99 100644 --- a/account.py +++ b/account.py @@ -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 # () # # This file is a part of etudesetchantiersidf diff --git a/etudesetchantiersidf.py b/etudesetchantiersidf.py index e1144e5..d95ee9a 100644 --- a/etudesetchantiersidf.py +++ b/etudesetchantiersidf.py @@ -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 # () # # This file is a part of etudesetchantiersidf diff --git a/point_of_sale.py b/point_of_sale.py index 0457bbd..776c52f 100644 --- a/point_of_sale.py +++ b/point_of_sale.py @@ -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 # () # # 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) diff --git a/product.py b/product.py index 0f1bbde..e819578 100644 --- a/product.py +++ b/product.py @@ -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 # () # # This file is a part of etudesetchantiersidf diff --git a/wizard/__init__.py b/wizard/__init__.py index c70f69e..f249779 100644 --- a/wizard/__init__.py +++ b/wizard/__init__.py @@ -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 # () # # This file is a part of etudesetchantiersidf diff --git a/wizard/account_export_csv.py b/wizard/account_export_csv.py index 967f05b..0052b91 100644 --- a/wizard/account_export_csv.py +++ b/wizard/account_export_csv.py @@ -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 # () # # This file is a part of etudesetchantiersidf -- 2.20.1