Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
odoo_docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Filament
odoo_docker
Commits
db0e9f20
Commit
db0e9f20
authored
5 years ago
by
remi-filament
Browse files
Options
Downloads
Patches
Plain Diff
Add auth_session_timeout
parent
50fef3e6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
12.0.Dockerfile
+3
-1
3 additions, 1 deletion
12.0.Dockerfile
README.md
+3
-2
3 additions, 2 deletions
README.md
with
6 additions
and
3 deletions
12.0.Dockerfile
+
3
−
1
View file @
db0e9f20
...
@@ -72,7 +72,9 @@ RUN set -x; \
...
@@ -72,7 +72,9 @@ RUN set -x; \
/tmp/oca-repos/partner-contact/partner_disable_gravatar
\
/tmp/oca-repos/partner-contact/partner_disable_gravatar
\
/opt/odoo/additional_addons/
&&
\
/opt/odoo/additional_addons/
&&
\
git clone
-b
12.0
--depth
1 https://github.com/OCA/server-auth.git /tmp/oca-repos/server-auth
&&
\
git clone
-b
12.0
--depth
1 https://github.com/OCA/server-auth.git /tmp/oca-repos/server-auth
&&
\
mv
/tmp/oca-repos/server-auth/password_security /opt/odoo/additional_addons/
&&
\
mv
/tmp/oca-repos/server-auth/auth_session_timeout
\
/tmp/oca-repos/server-auth/password_security
\
/opt/odoo/additional_addons/
&&
\
git clone
-b
12.0
--depth
1 https://github.com/OCA/server-brand.git /tmp/oca-repos/server-brand
&&
\
git clone
-b
12.0
--depth
1 https://github.com/OCA/server-brand.git /tmp/oca-repos/server-brand
&&
\
mv
/tmp/oca-repos/server-brand/disable_odoo_online /opt/odoo/additional_addons/
&&
\
mv
/tmp/oca-repos/server-brand/disable_odoo_online /opt/odoo/additional_addons/
&&
\
git clone
-b
12.0
--depth
1 https://github.com/OCA/server-ux.git /tmp/oca-repos/server-ux
&&
\
git clone
-b
12.0
--depth
1 https://github.com/OCA/server-ux.git /tmp/oca-repos/server-ux
&&
\
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
2
View file @
db0e9f20
...
@@ -35,13 +35,14 @@ The following OCA addons are included (in v10.0, and only the ones followed by *
...
@@ -35,13 +35,14 @@ The following OCA addons are included (in v10.0, and only the ones followed by *
modules
:
modules
:
-
partner_firstname *
-
partner_firstname *
-
partner_disable_gravatar *
-
partner_disable_gravatar *
-
repo
:
server-auth (only in v12)
-
repo
:
server-auth (only in v12
, modules were in server-tools in v10
)
modules
:
modules
:
-
auth_session_timeout
-
password_security
-
password_security
-
repo
:
server-tools
-
repo
:
server-tools
modules
:
modules
:
-
date_range (moved to server-ux in v12)
-
date_range (moved to server-ux in v12)
-
auth_session_timeout
-
auth_session_timeout
(moved to server-auth in v12)
-
auth_brute_force
-
auth_brute_force
-
password_security (moved to server-auth in v12)
-
password_security (moved to server-auth in v12)
-
repo
:
server-brand (only in v12)
-
repo
:
server-brand (only in v12)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment