[PYTHON] ~update copyright
[burette/etudesetchantiersidf.git] / __init__.py
index 0d0cc33..a5ce2cc 100644 (file)
@@ -1,17 +1,19 @@
 # -*- coding: utf-8 -*-
 ##############################################################################
 #
-#    bicyclaide module for OpenERP, Custom module for Bicyclaide
-#    Copyright (C) 2014 Bicyclaide (<http://www.bicyclaide.org/>)
+#    etudesetchantiersidf module for OpenERP, Custom module for Étude et
+#    Chantiers île-de-France
+#    Copyright (C) 2014-2023 etudesetchantiersidf
+#    (<http://etudesetchantiersiledefrance.unarec.org/>)
 #
-#    This file is a part of bicyclaide
+#    This file is a part of etudesetchantiersidf
 #
-#    bicyclaide is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU General Public License as published by
-#    the Free Software Foundation, either version 3 of the License, or
-#    (at your option) any later version.
+#    etudesetchantiersidf is free software: you can redistribute it and/or
+#    modify it under the terms of the GNU General Public License as published
+#    by the Free Software Foundation, either version 3 of the License, or (at
+#    your option) any later version.
 #
-#    bicyclaide is distributed in the hope that it will be useful,
+#    etudesetchantiersidf is distributed in the hope that it will be useful,
 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 #    GNU General Public License for more details.
 #
 ##############################################################################
 
+import etudesetchantiersidf
+import account
+import point_of_sale
+import product
+import wizard
+
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: