FIX base_grp_backend: precommit and better names in ir.model.access

This commit is contained in:
David Beal
2023-08-07 17:38:47 +02:00
parent b22c4bdf51
commit 48a8d4eec1
8 changed files with 80 additions and 72 deletions

View File

@@ -1,5 +1,4 @@
from odoo.tools import config
if not config['without_demo']:
if not config["without_demo"]:
from . import backend_dummy_model