Files
web/web_apply_field_style/__init__.py
2023-10-02 11:26:17 +02:00

7 lines
111 B
Python

from odoo.tools import config
from . import models
if not config.get("without_demo"):
from . import demo