Skip to content
Snippets Groups Projects
Commit e7e8f4de authored by Houzefa Abbasbhay's avatar Houzefa Abbasbhay :slight_smile:
Browse files

Move files around

parent 3e25ffa1
No related branches found
No related tags found
No related merge requests found
import controllers import controllers
import auth_saml import model
import res_users
import saml_token
...@@ -32,4 +32,5 @@ ...@@ -32,4 +32,5 @@
'maintainer': 'XCG Consulting s.a.s.', 'maintainer': 'XCG Consulting s.a.s.',
'website': 'http://www.xcg-consulting.fr', 'website': 'http://www.xcg-consulting.fr',
'depends': ['base', 'web', 'base_setup'], 'depends': ['base', 'web', 'base_setup'],
'data': [ 'data': [
...@@ -35,6 +36,8 @@ ...@@ -35,6 +36,8 @@
'data': [ 'data': [
'auth_saml_data.xml', 'data/auth_saml.xml',
'res_users.xml',
'auth_saml_view.xml', 'security/ir.model.access.csv',
'security/ir.model.access.csv'
'views/auth_saml.xml',
'views/res_users.xml',
], ],
...@@ -40,4 +43,5 @@ ...@@ -40,4 +43,5 @@
], ],
'js': ['static/src/js/auth_saml.js'], 'js': ['static/src/js/auth_saml.js'],
'css': [ 'css': [
'static/lib/zocial/css/zocial.css', 'static/lib/zocial/css/zocial.css',
......
# flake8: noqa
import auth_saml
import res_users
import saml_token
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment