mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
7 lines
111 B
Python
7 lines
111 B
Python
from odoo.tools import config
|
|
|
|
from . import models
|
|
|
|
if not config.get("without_demo"):
|
|
from . import demo
|