mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
5 lines
100 B
Python
5 lines
100 B
Python
from odoo.tools import config
|
|
|
|
if not config["without_demo"]:
|
|
from . import backend_dummy_model
|