Browse Source
Merge pull request #49 from NL66278/11.0-invalid-encoding
[FIX] date_range. Remove '\xc2' character from models/__init__.py
pull/50/head
Pedro M. Baeza
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with
18 additions and
22 deletions
-
date_range/__init__.py
-
date_range/__manifest__.py
-
date_range/models/__init__.py
-
date_range/models/date_range.py
-
date_range/models/date_range_type.py
-
date_range/tests/__init__.py
-
date_range/tests/test_date_range.py
-
date_range/tests/test_date_range_generator.py
-
date_range/tests/test_date_range_type.py
-
date_range/wizard/__init__.py
-
date_range/wizard/date_range_generator.py
|
|
@ -1,5 +1,4 @@ |
|
|
|
# © 2016 ACSONE SA/NV (<http://acsone.eu>) |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). |
|
|
|
|
|
|
|
from . import models |
|
|
|
from . import wizard |
|
|
@ -1,5 +1,5 @@ |
|
|
|
# © 2016 ACSONE SA/NV (<http://acsone.eu>) |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
# Copyright 2016 ACSONE SA/NV (<https://acsone.eu>) |
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). |
|
|
|
{ |
|
|
|
"name": "Date Range", |
|
|
|
"summary": "Manage all kind of date range", |
|
|
|
|
|
@ -1,5 +1,4 @@ |
|
|
|
# © 2016 ACSONE SA/NV (<http://acsone.eu>) |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). |
|
|
|
|
|
|
|
from . import date_range_type |
|
|
|
from . import date_range |
|
|
@ -1,5 +1,5 @@ |
|
|
|
# © 2016 ACSONE SA/NV (<http://acsone.eu>) |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
# Copyright 2016 ACSONE SA/NV (<https://acsone.eu>) |
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). |
|
|
|
|
|
|
|
from odoo import api, fields, models |
|
|
|
from odoo.tools.translate import _ |
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
# © 2016 ACSONE SA/NV (<http://acsone.eu>) |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
# Copyright 2016 ACSONE SA/NV (<https://acsone.eu>) |
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). |
|
|
|
|
|
|
|
from odoo import api, fields, models |
|
|
|
from odoo.tools.translate import _ |
|
|
|
|
|
@ -1,5 +1,4 @@ |
|
|
|
# © 2016 ACSONE SA/NV (<http://acsone.eu>) |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). |
|
|
|
|
|
|
|
from . import test_date_range_type |
|
|
|
from . import test_date_range |
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
# © 2016 ACSONE SA/NV (<http://acsone.eu>) |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) |
|
|
|
# Copyright 2016 ACSONE SA/NV (<https://acsone.eu>) |
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl) |
|
|
|
|
|
|
|
from odoo.tests.common import TransactionCase |
|
|
|
from odoo.exceptions import ValidationError |
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
# © 2016 ACSONE SA/NV (<http://acsone.eu>) |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)nses/agpl). |
|
|
|
# Copyright 2016 ACSONE SA/NV (<https://acsone.eu>) |
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl) |
|
|
|
|
|
|
|
from odoo.tests.common import TransactionCase |
|
|
|
from odoo.exceptions import ValidationError |
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
# © 2016 ACSONE SA/NV (<http://acsone.eu>) |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) |
|
|
|
# Copyright 2016 ACSONE SA/NV (<https://acsone.eu>) |
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl) |
|
|
|
|
|
|
|
from odoo.tests.common import TransactionCase |
|
|
|
from odoo.tools import mute_logger |
|
|
|
|
|
@ -1,4 +1,3 @@ |
|
|
|
# © 2016 ACSONE SA/NV (<http://acsone.eu>) |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). |
|
|
|
|
|
|
|
from . import date_range_generator |
|
|
@ -1,5 +1,5 @@ |
|
|
|
# © 2016 ACSONE SA/NV (<http://acsone.eu>) |
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
# Copyright 2016 ACSONE SA/NV (<https://acsone.eu>) |
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). |
|
|
|
|
|
|
|
from odoo import api, fields, models |
|
|
|
from odoo.tools.translate import _ |
|
|
|