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
efbbc6ed
Commit
efbbc6ed
authored
2 years ago
by
Rémi - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
[UPD] add module_change_auto_install
parent
3bb67076
No related branches found
No related tags found
No related merge requests found
Changes
2
Pipelines
11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
14.0.Dockerfile
+2
-0
2 additions, 0 deletions
14.0.Dockerfile
odoo.conf
+5
-2
5 additions, 2 deletions
odoo.conf
with
7 additions
and
2 deletions
14.0.Dockerfile
+
2
−
0
View file @
efbbc6ed
...
...
@@ -83,6 +83,7 @@ RUN set -x; \
/opt/odoo/additional_addons/
&&
\
git clone
-b
14.0
--depth
1 https://github.com/OCA/server-tools.git /tmp/oca-repos/server-tools
&&
\
mv
/tmp/oca-repos/server-tools/base_search_fuzzy
\
/tmp/oca-repos/server-tools/module_change_auto_install
\
/opt/odoo/additional_addons/
&&
\
git clone
-b
14.0
--depth
1 https://github.com/OCA/server-ux.git /tmp/oca-repos/server-ux
&&
\
mv
/tmp/oca-repos/server-ux/base_technical_features
\
...
...
@@ -92,6 +93,7 @@ RUN set -x; \
git clone
-b
14.0
--depth
1 https://github.com/OCA/social.git /tmp/oca-repos/social
&&
\
mv
/tmp/oca-repos/social/base_search_mail_content
\
/tmp/oca-repos/social/mail_debrand
\
/tmp/oca-repos/social/mail_tracking
\
/opt/odoo/additional_addons/
&&
\
git clone
-b
14.0
--depth
1 https://github.com/OCA/web.git /tmp/oca-repos/web
&&
\
mv
/tmp/oca-repos/web/web_environment_ribbon
\
...
...
This diff is collapsed.
Click to expand it.
odoo.conf
+
5
−
2
View file @
efbbc6ed
...
...
@@ -21,8 +21,11 @@ db_name = odoo
;
logfile
=
None
;
longpolling_port
=
8072
;
max_cron_threads
=
2
modules_auto_install_disabled
=
account_edi
,
mail_bot
,
web_unsplash
modules_auto_install_enabled
=
account_move_name_sequence
,
account_reconcile_show_boolean
,
account_reconciliation_widget
,
disable_odoo_online
,
mail_debrand
,
partner_disable_gravatar
,
partner_firstname
,
password_security
,
remove_login_links
,
remove_odoo_enterprise
,
web_responsive
,
web_no_bubble
;
osv_memory_age_limit
=
1
.
0
;
osv_memory_count_limit
=
False
server_wide_modules
=
web
,
module_change_auto_install
;
smtp_password
=
False
;
smtp_port
=
25
;
smtp_server
=
localhost
...
...
@@ -31,8 +34,8 @@ db_name = odoo
unaccent
=
True
;
workers
=
0
;
xmlrpc
=
True
;
xmlrpc_interface
=
;
xmlrpc_interface
=
;
xmlrpc_port
=
8069
;
xmlrpcs
=
True
;
xmlrpcs_interface
=
;
xmlrpcs_interface
=
;
xmlrpcs_port
=
8071
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