diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 2894822..f0041c3 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -12,13 +12,13 @@ jobs: pre-commit: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: python-version: "3.11" - name: Get python version run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV - - uses: actions/cache@v1 + - uses: actions/cache@v4 with: path: ~/.cache/pre-commit key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }} diff --git a/README.md b/README.md index c15ecf5..cf9d43f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,4 @@ Aeroo Reports for Odoo v14.0 -More information ----------------- -* Meet us at https://bit.ly/numigi-com + diff --git a/account_check_printing_aeroo/README.md b/account_check_printing_aeroo/README.md index 1944c44..ed72456 100644 --- a/account_check_printing_aeroo/README.md +++ b/account_check_printing_aeroo/README.md @@ -17,9 +17,8 @@ To define an aeroo as check report: Contributors ------------ -* Savoir-faire Linux -* Numigi (tm) and all its contributors (https://bit.ly/numigiens) -More information ----------------- -* Meet us at https://bit.ly/numigi-com +* Savoir-Faire Linux +* The [Numigi](https://numigi.com/r/home) team is the contributor to this project. We help Quebec companies implement Odoo and Konvergo ERP. + + diff --git a/account_check_printing_aeroo/__init__.py b/account_check_printing_aeroo/__init__.py index 7724235..50b4533 100644 --- a/account_check_printing_aeroo/__init__.py +++ b/account_check_printing_aeroo/__init__.py @@ -1,5 +1,5 @@ # Copyright 2017 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). from . import models diff --git a/account_check_printing_aeroo/__manifest__.py b/account_check_printing_aeroo/__manifest__.py index bab47f4..af769fd 100644 --- a/account_check_printing_aeroo/__manifest__.py +++ b/account_check_printing_aeroo/__manifest__.py @@ -1,5 +1,5 @@ # Copyright 2017 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). { diff --git a/account_check_printing_aeroo/models/__init__.py b/account_check_printing_aeroo/models/__init__.py index 79f91e2..6e02eba 100644 --- a/account_check_printing_aeroo/models/__init__.py +++ b/account_check_printing_aeroo/models/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). from . import account_payment, account_journal diff --git a/account_check_printing_aeroo/models/account_journal.py b/account_check_printing_aeroo/models/account_journal.py index acb135f..d84266b 100644 --- a/account_check_printing_aeroo/models/account_journal.py +++ b/account_check_printing_aeroo/models/account_journal.py @@ -1,5 +1,5 @@ # Copyright 2017 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). from odoo import fields, models diff --git a/account_check_printing_aeroo/models/account_payment.py b/account_check_printing_aeroo/models/account_payment.py index 29db101..f681f18 100644 --- a/account_check_printing_aeroo/models/account_payment.py +++ b/account_check_printing_aeroo/models/account_payment.py @@ -1,5 +1,5 @@ # Copyright 2017 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). from odoo import models, _ diff --git a/account_check_printing_aeroo/tests/__init__.py b/account_check_printing_aeroo/tests/__init__.py index 325b63b..dd438a2 100644 --- a/account_check_printing_aeroo/tests/__init__.py +++ b/account_check_printing_aeroo/tests/__init__.py @@ -1,3 +1,3 @@ # Copyright 2017 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). diff --git a/account_check_printing_aeroo/tests/test_check_printing.py b/account_check_printing_aeroo/tests/test_check_printing.py index ecb3b6c..259344a 100644 --- a/account_check_printing_aeroo/tests/test_check_printing.py +++ b/account_check_printing_aeroo/tests/test_check_printing.py @@ -1,5 +1,5 @@ # Copyright 2017 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). from odoo.tests import common diff --git a/report_aeroo/README.rst b/report_aeroo/README.rst index 5736fff..2b4d567 100644 --- a/report_aeroo/README.rst +++ b/report_aeroo/README.rst @@ -675,7 +675,8 @@ The difference between this feature and a report attachment from `Advanced Setti The attachment name will be the one defined on the report. Contributors -============ +------------ + * Alistek * Savoir-faire Linux -* Numigi (tm) and all its contributors (https://bit.ly/numigiens) +* The `Numigi `_ team is the contributor to this project. We help Quebec companies implement Odoo and Konvergo ERP. \ No newline at end of file diff --git a/report_aeroo/__init__.py b/report_aeroo/__init__.py index 57ceb1d..44fa4ad 100644 --- a/report_aeroo/__init__.py +++ b/report_aeroo/__init__.py @@ -1,6 +1,6 @@ # Copyright 2008-2014 Alistek # Copyright 2016-2018 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License GPL-3.0 or later (http://www.gnu.org/licenses/gpl). from . import controllers diff --git a/report_aeroo/__manifest__.py b/report_aeroo/__manifest__.py index bf4ba88..6bec67c 100644 --- a/report_aeroo/__manifest__.py +++ b/report_aeroo/__manifest__.py @@ -1,6 +1,6 @@ # Copyright 2008-2014 Alistek # Copyright 2016-2018 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License GPL-3.0 or later (http://www.gnu.org/licenses/gpl). { @@ -10,7 +10,7 @@ "summary": "Enterprise grade reporting solution", "author": "Alistek", "maintainer": "Numigi", - "website": "https://bit.ly/numigi-com", + "website": "https://numigi.com/r/home", "depends": ["mail"], "external_dependencies": { "python": ["aeroolib", "babel", "genshi"], diff --git a/report_aeroo/barcode/qr.py b/report_aeroo/barcode/qr.py index dafc40e..4aed5ba 100644 --- a/report_aeroo/barcode/qr.py +++ b/report_aeroo/barcode/qr.py @@ -1,4 +1,4 @@ -# Copyright 2022 - today Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/report_aeroo/controllers/__init__.py b/report_aeroo/controllers/__init__.py index acc6289..6df5c74 100644 --- a/report_aeroo/controllers/__init__.py +++ b/report_aeroo/controllers/__init__.py @@ -1,5 +1,5 @@ # Copyright 2017 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License GPL-3.0 or later (http://www.gnu.org/licenses/gpl). from . import main, portal diff --git a/report_aeroo/controllers/main.py b/report_aeroo/controllers/main.py index c1ae3db..0099eff 100644 --- a/report_aeroo/controllers/main.py +++ b/report_aeroo/controllers/main.py @@ -1,5 +1,5 @@ # Copyright 2017 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License GPL-3.0 or later (http://www.gnu.org/licenses/gpl). import json diff --git a/report_aeroo/controllers/portal.py b/report_aeroo/controllers/portal.py index 7802559..2ce3a4e 100644 --- a/report_aeroo/controllers/portal.py +++ b/report_aeroo/controllers/portal.py @@ -1,4 +1,4 @@ -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/gpl). from odoo.addons.portal.controllers.portal import CustomerPortal diff --git a/report_aeroo/extra_functions.py b/report_aeroo/extra_functions.py index a473045..cc73139 100755 --- a/report_aeroo/extra_functions.py +++ b/report_aeroo/extra_functions.py @@ -1,6 +1,6 @@ # Copyright 2008-2014 Alistek # Copyright 2016-2018 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License GPL-3.0 or later (http://www.gnu.org/licenses/gpl). import babel.numbers diff --git a/report_aeroo/models/__init__.py b/report_aeroo/models/__init__.py index aa9c1a3..d38400c 100644 --- a/report_aeroo/models/__init__.py +++ b/report_aeroo/models/__init__.py @@ -1,5 +1,5 @@ # Copyright 2016-2018 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License GPL-3.0 or later (http://www.gnu.org/licenses/gpl). from . import ( diff --git a/report_aeroo/models/aeroo_filename_line.py b/report_aeroo/models/aeroo_filename_line.py index e8f9bdb..f2c8b2b 100644 --- a/report_aeroo/models/aeroo_filename_line.py +++ b/report_aeroo/models/aeroo_filename_line.py @@ -1,4 +1,4 @@ -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License GPL-3.0 or later (http://www.gnu.org/licenses/gpl). from odoo import fields, models diff --git a/report_aeroo/models/aeroo_mimetype.py b/report_aeroo/models/aeroo_mimetype.py index 3f7997e..22ac998 100644 --- a/report_aeroo/models/aeroo_mimetype.py +++ b/report_aeroo/models/aeroo_mimetype.py @@ -1,6 +1,6 @@ # Copyright 2008-2014 Alistek # Copyright 2016-2018 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License GPL-3.0 or later (http://www.gnu.org/licenses/gpl). from odoo import fields, models diff --git a/report_aeroo/models/aeroo_template_line.py b/report_aeroo/models/aeroo_template_line.py index 44336f1..e5c44d8 100644 --- a/report_aeroo/models/aeroo_template_line.py +++ b/report_aeroo/models/aeroo_template_line.py @@ -1,5 +1,5 @@ # Copyright 2016-2018 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License GPL-3.0 or later (http://www.gnu.org/licenses/gpl). import base64 diff --git a/report_aeroo/models/ir_actions_report.py b/report_aeroo/models/ir_actions_report.py index 5aa5bf0..f640d6b 100644 --- a/report_aeroo/models/ir_actions_report.py +++ b/report_aeroo/models/ir_actions_report.py @@ -1,6 +1,6 @@ # Copyright 2008-2014 Alistek # Copyright 2016-2018 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License GPL-3.0 or later (http://www.gnu.org/licenses/gpl). import base64 diff --git a/report_aeroo/models/mail_template.py b/report_aeroo/models/mail_template.py index d6ca788..d14f254 100644 --- a/report_aeroo/models/mail_template.py +++ b/report_aeroo/models/mail_template.py @@ -1,6 +1,6 @@ # Copyright 2008-2014 Alistek # Copyright 2016-2018 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License GPL-3.0 or later (http://www.gnu.org/licenses/gpl). import base64 diff --git a/report_aeroo/tests/__init__.py b/report_aeroo/tests/__init__.py index 5995a75..d39287e 100644 --- a/report_aeroo/tests/__init__.py +++ b/report_aeroo/tests/__init__.py @@ -1,5 +1,5 @@ # Copyright 2016-2018 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from . import ( diff --git a/report_aeroo/tests/test_email_template.py b/report_aeroo/tests/test_email_template.py index ada14b6..abd803a 100644 --- a/report_aeroo/tests/test_email_template.py +++ b/report_aeroo/tests/test_email_template.py @@ -1,4 +1,4 @@ -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo.tests import common diff --git a/report_aeroo/tests/test_extra_functions.py b/report_aeroo/tests/test_extra_functions.py index edfae3d..eddcaa3 100644 --- a/report_aeroo/tests/test_extra_functions.py +++ b/report_aeroo/tests/test_extra_functions.py @@ -1,4 +1,4 @@ -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import io diff --git a/report_aeroo/tests/test_load_views.py b/report_aeroo/tests/test_load_views.py index 24c148a..ee20d94 100644 --- a/report_aeroo/tests/test_load_views.py +++ b/report_aeroo/tests/test_load_views.py @@ -1,4 +1,4 @@ -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo.tests import common diff --git a/report_aeroo/tests/test_report_aeroo.py b/report_aeroo/tests/test_report_aeroo.py index 29702c9..3663e1b 100644 --- a/report_aeroo/tests/test_report_aeroo.py +++ b/report_aeroo/tests/test_report_aeroo.py @@ -1,5 +1,5 @@ # Copyright 2016-2018 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import base64 diff --git a/report_aeroo/tests/test_report_aeroo_access.py b/report_aeroo/tests/test_report_aeroo_access.py index 706a70b..e3e5391 100644 --- a/report_aeroo/tests/test_report_aeroo_access.py +++ b/report_aeroo/tests/test_report_aeroo_access.py @@ -1,5 +1,5 @@ # Copyright 2016-2018 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo.tests import common diff --git a/report_aeroo/tests/test_report_aeroo_company_eval.py b/report_aeroo/tests/test_report_aeroo_company_eval.py index 022da4b..298525f 100644 --- a/report_aeroo/tests/test_report_aeroo_company_eval.py +++ b/report_aeroo/tests/test_report_aeroo_company_eval.py @@ -1,4 +1,4 @@ -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo.tests import common diff --git a/report_aeroo/tests/test_report_aeroo_lang_eval.py b/report_aeroo/tests/test_report_aeroo_lang_eval.py index 1bdf75e..ecbd742 100644 --- a/report_aeroo/tests/test_report_aeroo_lang_eval.py +++ b/report_aeroo/tests/test_report_aeroo_lang_eval.py @@ -1,4 +1,4 @@ -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo.tests import common diff --git a/report_aeroo/tests/test_report_aeroo_multi.py b/report_aeroo/tests/test_report_aeroo_multi.py index d0369cd..77cf3e8 100644 --- a/report_aeroo/tests/test_report_aeroo_multi.py +++ b/report_aeroo/tests/test_report_aeroo_multi.py @@ -1,5 +1,5 @@ # Copyright 2016-2018 Savoir-faire Linux -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import base64 diff --git a/report_aeroo_invoice/README.rst b/report_aeroo_invoice/README.rst index f862642..ead4e02 100644 --- a/report_aeroo_invoice/README.rst +++ b/report_aeroo_invoice/README.rst @@ -26,4 +26,5 @@ To set the main Aeroo invoice template: Contributors ------------ -* Numigi (tm) and all its contributors (https://bit.ly/numigiens) + +The `Numigi `_ team is the contributor to this project. We help Quebec companies implement Odoo and Konvergo ERP. diff --git a/report_aeroo_invoice/__init__.py b/report_aeroo_invoice/__init__.py index c0a527d..93c0dcd 100644 --- a/report_aeroo_invoice/__init__.py +++ b/report_aeroo_invoice/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). from . import controllers, models diff --git a/report_aeroo_invoice/__manifest__.py b/report_aeroo_invoice/__manifest__.py index 12d3728..8d6887c 100644 --- a/report_aeroo_invoice/__manifest__.py +++ b/report_aeroo_invoice/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). { @@ -8,7 +8,7 @@ "summary": "Allow Printing an Aeroo Invoice", "author": "Numigi", "maintainer": "Numigi", - "website": "https://bit.ly/numigi-com", + "website": "https://numigi.com/r/home", "depends": [ "account", "report_aeroo", diff --git a/report_aeroo_invoice/controllers/__init__.py b/report_aeroo_invoice/controllers/__init__.py index 8ae9162..1f87d63 100644 --- a/report_aeroo_invoice/controllers/__init__.py +++ b/report_aeroo_invoice/controllers/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). from . import portal diff --git a/report_aeroo_invoice/controllers/portal.py b/report_aeroo_invoice/controllers/portal.py index 9e67dfa..022130d 100644 --- a/report_aeroo_invoice/controllers/portal.py +++ b/report_aeroo_invoice/controllers/portal.py @@ -1,4 +1,4 @@ -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/gpl). from odoo import http diff --git a/report_aeroo_invoice/models/__init__.py b/report_aeroo_invoice/models/__init__.py index 5bbf37e..b7bffeb 100644 --- a/report_aeroo_invoice/models/__init__.py +++ b/report_aeroo_invoice/models/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/gpl). from . import account_move, res_config_settings diff --git a/report_aeroo_invoice/models/account_move.py b/report_aeroo_invoice/models/account_move.py index f86635a..caaacd6 100644 --- a/report_aeroo_invoice/models/account_move.py +++ b/report_aeroo_invoice/models/account_move.py @@ -1,4 +1,4 @@ -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/gpl). from odoo import models diff --git a/report_aeroo_invoice/models/res_config_settings.py b/report_aeroo_invoice/models/res_config_settings.py index 8489d81..47d671f 100644 --- a/report_aeroo_invoice/models/res_config_settings.py +++ b/report_aeroo_invoice/models/res_config_settings.py @@ -1,4 +1,4 @@ -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/gpl). from odoo import api, fields, models diff --git a/report_aeroo_invoice/tests/__init__.py b/report_aeroo_invoice/tests/__init__.py index fc10416..24865da 100644 --- a/report_aeroo_invoice/tests/__init__.py +++ b/report_aeroo_invoice/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/gpl). from . import test_res_config_settings diff --git a/report_aeroo_invoice/tests/test_res_config_settings.py b/report_aeroo_invoice/tests/test_res_config_settings.py index d6ab376..4e4751b 100644 --- a/report_aeroo_invoice/tests/test_res_config_settings.py +++ b/report_aeroo_invoice/tests/test_res_config_settings.py @@ -1,4 +1,4 @@ -# Copyright 2018 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/gpl). from odoo.tests import common diff --git a/report_aeroo_replace_qweb/README.rst b/report_aeroo_replace_qweb/README.rst index 4d3226b..599a2a1 100644 --- a/report_aeroo_replace_qweb/README.rst +++ b/report_aeroo_replace_qweb/README.rst @@ -38,6 +38,4 @@ Do not forget to add your aeroo report to the related email templates. .. image:: static/description/sale_order_email_template_2.png -More information ----------------- -* Meet us at https://bit.ly/numigi-com + diff --git a/report_aeroo_replace_qweb/__init__.py b/report_aeroo_replace_qweb/__init__.py index 100822a..93c0dcd 100644 --- a/report_aeroo_replace_qweb/__init__.py +++ b/report_aeroo_replace_qweb/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2019 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). from . import controllers, models diff --git a/report_aeroo_replace_qweb/__manifest__.py b/report_aeroo_replace_qweb/__manifest__.py index 1b115b2..8a9b4bf 100644 --- a/report_aeroo_replace_qweb/__manifest__.py +++ b/report_aeroo_replace_qweb/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2019 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). { @@ -8,7 +8,7 @@ "summary": "Replace an aeroo report with a Qweb report", "author": "Numigi", "maintainer": "Numigi", - "website": "https://bit.ly/numigi-com", + "website": "https://numigi.com/r/home", "depends": ["report_aeroo"], "data": [ "views/ir_actions_report.xml", diff --git a/report_aeroo_replace_qweb/controllers/__init__.py b/report_aeroo_replace_qweb/controllers/__init__.py index aa06bd2..9f85829 100644 --- a/report_aeroo_replace_qweb/controllers/__init__.py +++ b/report_aeroo_replace_qweb/controllers/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2019 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). from . import main, portal diff --git a/report_aeroo_replace_qweb/controllers/main.py b/report_aeroo_replace_qweb/controllers/main.py index 36b86bf..1415a09 100644 --- a/report_aeroo_replace_qweb/controllers/main.py +++ b/report_aeroo_replace_qweb/controllers/main.py @@ -1,4 +1,4 @@ -# Copyright 2019 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License GPL-3.0 or later (http://www.gnu.org/licenses/gpl). import json diff --git a/report_aeroo_replace_qweb/controllers/portal.py b/report_aeroo_replace_qweb/controllers/portal.py index 28cc4b6..c7b1e47 100644 --- a/report_aeroo_replace_qweb/controllers/portal.py +++ b/report_aeroo_replace_qweb/controllers/portal.py @@ -1,4 +1,4 @@ -# Copyright 2019 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/gpl). from odoo.addons.portal.controllers.portal import CustomerPortal diff --git a/report_aeroo_replace_qweb/models/__init__.py b/report_aeroo_replace_qweb/models/__init__.py index 122534c..6558158 100644 --- a/report_aeroo_replace_qweb/models/__init__.py +++ b/report_aeroo_replace_qweb/models/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2019 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). from . import ir_actions_report diff --git a/report_aeroo_replace_qweb/models/ir_actions_report.py b/report_aeroo_replace_qweb/models/ir_actions_report.py index fe45c69..ea06c6b 100644 --- a/report_aeroo_replace_qweb/models/ir_actions_report.py +++ b/report_aeroo_replace_qweb/models/ir_actions_report.py @@ -1,4 +1,4 @@ -# Copyright 2019 Numigi (tm) and all its contributors (https://bit.ly/numigiens) +# © Numigi (tm) and all its contributors (https://numigi.com/r/home) # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). from odoo import fields, models