Browse Source

[FIX] year and copyright

pull/438/head
Damien Crier 9 years ago
parent
commit
3b546e79df
  1. 3
      base_report_auto_create_qweb/__init__.py
  2. 4
      base_report_auto_create_qweb/__openerp__.py
  3. 3
      base_report_auto_create_qweb/models/__init__.py
  4. 4
      base_report_auto_create_qweb/models/report_xml.py
  5. 3
      base_report_auto_create_qweb/wizard/__init__.py
  6. 4
      base_report_auto_create_qweb/wizard/report_duplicate.py

3
base_report_auto_create_qweb/__init__.py

@ -1,7 +1,4 @@
# -*- coding: utf-8 -*-
# Authors: See README.RST
# Copyright 2016 See README.rst for Authors
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import models
from . import wizard

4
base_report_auto_create_qweb/__openerp__.py

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Authors: See README.RST
# Copyright 2016 See README.rst for Authors
# Authors: See README.RST for Contributors
# Copyright 2015-2016 See __openerp__.py for Authors
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{

3
base_report_auto_create_qweb/models/__init__.py

@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-
# Authors: See README.RST
# Copyright 2016 See README.rst for Authors
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import report_xml

4
base_report_auto_create_qweb/models/report_xml.py

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Authors: See README.RST
# Copyright 2016 See README.rst for Authors
# Authors: See README.RST for Contributors
# Copyright 2015-2016 See __openerp__.py for Authors
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openerp import models, api, exceptions, _

3
base_report_auto_create_qweb/wizard/__init__.py

@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-
# Authors: See README.RST
# Copyright 2016 See README.rst for Authors
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import report_duplicate

4
base_report_auto_create_qweb/wizard/report_duplicate.py

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Authors: See README.RST
# Copyright 2016 See README.rst for Authors
# Authors: See README.RST for Contributors
# Copyright 2015-2016 See __openerp__.py for Authors
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openerp import api, fields, models

Loading…
Cancel
Save