odoo/ext/3rd-party-addons/website_multi_company/__init__.py

6 lines
162 B
Python

from . import models
def post_load():
# use post_load to avoid overriding _get_search_domain when this module is not installed
from . import controllers