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