Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@

Aeroo Reports for Odoo v14.0

More information
----------------
* Meet us at https://bit.ly/numigi-com

Check notice on line 6 in README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

README.md#L6

Expected: 1; Actual: 2
9 changes: 4 additions & 5 deletions account_check_printing_aeroo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@

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.

Check notice on line 22 in account_check_printing_aeroo/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

account_check_printing_aeroo/README.md#L22

Expected: 80; Actual: 140


Check notice on line 24 in account_check_printing_aeroo/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

account_check_printing_aeroo/README.md#L24

Expected: 1; Actual: 2
2 changes: 1 addition & 1 deletion account_check_printing_aeroo/__init__.py
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion account_check_printing_aeroo/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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).

{
Expand Down
2 changes: 1 addition & 1 deletion account_check_printing_aeroo/models/__init__.py
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion account_check_printing_aeroo/models/account_journal.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion account_check_printing_aeroo/models/account_payment.py
Original file line number Diff line number Diff line change
@@ -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, _
Expand Down
2 changes: 1 addition & 1 deletion account_check_printing_aeroo/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion account_check_printing_aeroo/tests/test_check_printing.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions report_aeroo/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://numigi.com/r/home>`_ team is the contributor to this project. We help Quebec companies implement Odoo and Konvergo ERP.
2 changes: 1 addition & 1 deletion report_aeroo/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions report_aeroo/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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).

{
Expand All @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo/barcode/qr.py
Original file line number Diff line number Diff line change
@@ -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).


Expand Down
2 changes: 1 addition & 1 deletion report_aeroo/controllers/__init__.py
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion report_aeroo/controllers/main.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo/controllers/portal.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo/extra_functions.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo/models/__init__.py
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo/models/aeroo_filename_line.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo/models/aeroo_mimetype.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo/models/aeroo_template_line.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo/models/ir_actions_report.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo/models/mail_template.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo/tests/test_email_template.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo/tests/test_extra_functions.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo/tests/test_load_views.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo/tests/test_report_aeroo.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo/tests/test_report_aeroo_access.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo/tests/test_report_aeroo_company_eval.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo/tests/test_report_aeroo_lang_eval.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo/tests/test_report_aeroo_multi.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion report_aeroo_invoice/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ To set the main Aeroo invoice template:

Contributors
------------
* Numigi (tm) and all its contributors (https://bit.ly/numigiens)

The `Numigi <https://numigi.com/r/home>`_ team is the contributor to this project. We help Quebec companies implement Odoo and Konvergo ERP.
2 changes: 1 addition & 1 deletion report_aeroo_invoice/__init__.py
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions report_aeroo_invoice/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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).

{
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo_invoice/controllers/__init__.py
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion report_aeroo_invoice/controllers/portal.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo_invoice/models/__init__.py
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion report_aeroo_invoice/models/account_move.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo_invoice/models/res_config_settings.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo_invoice/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion report_aeroo_invoice/tests/test_res_config_settings.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 1 addition & 3 deletions report_aeroo_replace_qweb/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion report_aeroo_replace_qweb/__init__.py
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions report_aeroo_replace_qweb/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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).

{
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo_replace_qweb/controllers/__init__.py
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion report_aeroo_replace_qweb/controllers/main.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo_replace_qweb/controllers/portal.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion report_aeroo_replace_qweb/models/__init__.py
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion report_aeroo_replace_qweb/models/ir_actions_report.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down