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
8 changes: 4 additions & 4 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 All @@ -33,4 +33,4 @@ jobs:
echo "Please check-in the following files:"
echo "$newfiles"
exit 1
fi
fi
5 changes: 1 addition & 4 deletions date_range_field_template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,5 @@

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

More information
----------------
* Meet us at https://bit.ly/numigi-com
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 115 in date_range_field_template/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

date_range_field_template/README.md#L115

Expected: 80; Actual: 138
2 changes: 1 addition & 1 deletion date_range_field_template/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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
4 changes: 2 additions & 2 deletions date_range_field_template/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# © 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).

{
'name': 'Date Range Field Template',
'version': '1.1.0',
'author': 'Numigi',
'maintainer': 'Numigi',
'website': 'https://bit.ly/numigi-com',
'website': 'https://numigi.com/r/home',
'license': 'LGPL-3',
'category': 'Karma',
'summary': 'Enable generating computed fields from templates based on date ranges.',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 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 openupgradelib.openupgrade import logged_query
Expand Down
2 changes: 1 addition & 1 deletion date_range_field_template/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 (
Expand Down
2 changes: 1 addition & 1 deletion date_range_field_template/models/date_range.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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).

import pytz
Expand Down
2 changes: 1 addition & 1 deletion date_range_field_template/models/field.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 api, fields, models
Expand Down
2 changes: 1 addition & 1 deletion date_range_field_template/models/field_computing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 functools import partial
Expand Down
2 changes: 1 addition & 1 deletion date_range_field_template/models/field_template.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 date_range_field_template/models/tools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 typing import Optional
Expand Down
2 changes: 1 addition & 1 deletion date_range_field_template/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# © 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 date_range_field_template/tests/test_date_interval.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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).

import pytz
Expand Down
2 changes: 1 addition & 1 deletion date_range_field_template/tests/test_field_template.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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).

import pytz
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 form_view_image_120px/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# © 2023 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).
4 changes: 2 additions & 2 deletions form_view_image_120px/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# © 2023 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).

{
'name': 'Form View Image 120px',
'version': '1.0.0',
'author': 'Numigi',
'maintainer': 'Numigi',
'website': 'https://bit.ly/numigi-com',
'website': 'https://numigi.com/r/home',
'license': 'LGPL-3',
'category': 'Karma',
'summary': 'Make the avatar image in form views 120px.',
Expand Down
9 changes: 3 additions & 6 deletions karma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,9 @@

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

The Karma app logo was taken from font-awesome and adapted:
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 296 in karma/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

karma/README.md#L296

Expected: 80; Actual: 138

https://fontawesome.com/icons/crown
The Karma app logo was taken from font-awesome and adapted by [Kapreon](https://kapreon.com):

More information
----------------
* Meet us at https://bit.ly/numigi-com
https://fontawesome.com/icons/crown
2 changes: 1 addition & 1 deletion karma/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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, computation
4 changes: 2 additions & 2 deletions karma/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# © 2023 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).

{
"name": "Karma",
"version": "1.1.1",
"author": "Numigi",
"maintainer": "Numigi",
"website": "https://bit.ly/numigi-com",
"website": "https://numigi.com/r/home",
"license": "LGPL-3",
"category": "Karma",
"summary": "Compute scores on all types of records.",
Expand Down
2 changes: 1 addition & 1 deletion karma/computation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 .condition import ConditionKarmaComputer
Expand Down
2 changes: 1 addition & 1 deletion karma/computation/condition.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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).

import sys
Expand Down
2 changes: 1 addition & 1 deletion karma/computation/inherited.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 karma/computation/karma_with_anticipate_computation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 karma/computation/karma_with_computation_job.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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).

import functools
Expand Down
2 changes: 1 addition & 1 deletion karma/computation/karma_with_computation_scheduling.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 datetime import datetime, timedelta
Expand Down
2 changes: 1 addition & 1 deletion karma/computation/karma_with_compute.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 api, models
Expand Down
2 changes: 1 addition & 1 deletion karma/computation/karma_with_compute_on_save.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 api, fields, models
Expand Down
2 changes: 1 addition & 1 deletion karma/computation/karma_with_number_evaluated_lines.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 api, fields, models
Expand Down
2 changes: 1 addition & 1 deletion karma/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 (
Expand Down
2 changes: 1 addition & 1 deletion karma/models/karma.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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).

import ast
Expand Down
2 changes: 1 addition & 1 deletion karma/models/karma_score.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 collections import defaultdict
Expand Down
2 changes: 1 addition & 1 deletion karma/models/karma_session.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 api, fields, models
Expand Down
2 changes: 1 addition & 1 deletion karma/safe_eval.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2022 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 opcode import opmap
Expand Down
2 changes: 1 addition & 1 deletion karma/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# © 2023 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 karma/tests/common.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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
2 changes: 1 addition & 1 deletion karma/tests/test_computation_scheduling.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 datetime import datetime
Expand Down
2 changes: 1 addition & 1 deletion karma/tests/test_compute_on_save.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 .test_condition_computation import ComputedKarmaCase
Expand Down
2 changes: 1 addition & 1 deletion karma/tests/test_condition_computation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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.common import SavepointCase
Expand Down
2 changes: 1 addition & 1 deletion karma/tests/test_condition_safe_eval.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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).

import pytest
Expand Down
2 changes: 1 addition & 1 deletion karma/tests/test_inherited_computation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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.common import SavepointCase
Expand Down
2 changes: 1 addition & 1 deletion karma/tests/test_karma_display_on_form_view.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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.common import SavepointCase
Expand Down
2 changes: 1 addition & 1 deletion karma/tests/test_number_evaluated_lines.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 .common import BasicKarmaTestMixin
Expand Down
2 changes: 1 addition & 1 deletion karma/tests/test_score_record_display_name.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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.common import SavepointCase
Expand Down
5 changes: 1 addition & 4 deletions karma_crm/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ This module adds the karma widget to the CRM Leads and teams form view.

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

More information
----------------
* Meet us at https://bit.ly/numigi-com
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 karma_crm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# © 2023 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).
4 changes: 2 additions & 2 deletions karma_crm/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# © 2023 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).

{
'name': 'Karma CRM',
'version': '1.0.0',
'author': 'Numigi',
'maintainer': 'Numigi',
'website': 'https://bit.ly/numigi-com',
'website': 'https://numigi.com/r/home',
'license': 'LGPL-3',
'category': 'Karma',
'summary': 'Add the karma widget on the crm leads and teams form view.',
Expand Down
5 changes: 1 addition & 4 deletions karma_grade/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,5 @@

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

More information
----------------
* Meet us at https://bit.ly/numigi-com
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 25 in karma_grade/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

karma_grade/README.md#L25

Expected: 80; Actual: 138
2 changes: 1 addition & 1 deletion karma_grade/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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
4 changes: 2 additions & 2 deletions karma_grade/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# © 2023 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).

{
'name': 'Karma Grade',
'version': '1.0.1',
'author': 'Numigi',
'maintainer': 'Numigi',
'website': 'https://bit.ly/numigi-com',
'website': 'https://numigi.com/r/home',
'license': 'LGPL-3',
'category': 'Karma',
'depends': ['karma'],
Expand Down
2 changes: 1 addition & 1 deletion karma_grade/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 karma_with_grades
2 changes: 1 addition & 1 deletion karma_grade/models/karma_with_grades.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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 api, fields, models
Expand Down
2 changes: 1 addition & 1 deletion karma_grade/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# © 2023 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 karma_grade/tests/test_karma_grade.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# © 2023 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.addons.karma.computation import ConditionKarmaComputer
Expand Down
Loading