7 lines
211 B
Python
7 lines
211 B
Python
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import base_language_install
|
||
|
from . import portal_wizard
|
||
|
from . import website_robots
|
||
|
from . import blocked_third_party_domains
|