[14.0] group_backend: new module and rename group_backend to base_group_backend

As a developer we have to keep in mind using this module and grant a user with 's group is
equivalent to grant 's group everywhere  has been used.

Co-authored-by: Jean-Charles Drubay <jcdrubay@users.noreply.github.com>
This commit is contained in:
Pierre Verkest
2021-03-18 23:48:52 +01:00
committed by David Beal
parent 1e7e7199fd
commit b22c4bdf51
21 changed files with 896 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../../../base_group_backend

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)