Skip to content

Commit

Permalink
[16.0][MIG] - auth_api_key_group
Browse files Browse the repository at this point in the history
  • Loading branch information
sbejaoui committed Aug 1, 2023
1 parent 7c69993 commit 68309b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions auth_api_key_group/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
Grouping per se does nothing. This feature is supposed to be used by other modules
to limit access to services or records based on groups of keys.
""",
"version": "15.0.1.0.0",
"development_status": "Alpha",
"version": "16.0.1.0.0",
"license": "LGPL-3",
"website": "https://github.com/OCA/server-auth",
"author": "Camptcamp,Odoo Community Association (OCA)",
Expand Down
1 change: 1 addition & 0 deletions setup/auth_api_key_group/odoo/addons/auth_api_key_group
6 changes: 6 additions & 0 deletions setup/auth_api_key_group/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit 68309b6

Please sign in to comment.