Skip to content

Commit

Permalink
🚑 minor fix after merging 11 to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
KolushovAlexandr committed Dec 12, 2018
1 parent 336a3d3 commit f71bdcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions web_website/__manifest__.py
@@ -1,4 +1,5 @@
# Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
{
"name": """Website Switcher in Backend""",
Expand Down
2 changes: 1 addition & 1 deletion web_website/models/ir_property.py
Expand Up @@ -3,7 +3,7 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
import logging
from odoo import models, fields, api
from odoo.addons.base.res.ir_property import TYPE2FIELD
from odoo.addons.base.models.ir_property import TYPE2FIELD


_logger = logging.getLogger(__name__)
Expand Down

0 comments on commit f71bdcf

Please sign in to comment.