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
f174c295
Commit
f174c295
authored
1 year ago
by
Rémi - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
[ADD@ crm_stage_probability and sale_timesheet_invoice_description
parent
dd012766
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Pipelines
100
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
16.0.Dockerfile
+3
-8
3 additions, 8 deletions
16.0.Dockerfile
with
3 additions
and
8 deletions
16.0.Dockerfile
+
3
−
8
View file @
f174c295
...
...
@@ -57,13 +57,10 @@ RUN set -x; \
curl
-L
https://github.com/OCA/account-financial-tools/tarball/16.0 |
tar
-xzC
/tmp/oca-repos/
--one-top-level
=
"account-financial-tools"
--strip-components
1
&&
\
mv
/tmp/oca-repos/account-financial-tools/account_lock_date_update
\
/tmp/oca-repos/account-financial-tools/account_move_name_sequence
\
# /tmp/oca-repos/account-financial-tools/account_reconcile_show_boolean
\
/tmp/oca-repos/account-financial-tools/account_usability
\
/opt/odoo/additional_addons/
&&
\
# https://github.com/OCA/account-invoicing/pull/1419
# curl -L https://github.com/OCA/account-invoicing/tarball/16.0 | tar -xzC /tmp/oca-repos/ --one-top-level="account-invoicing" --strip-components 1 &&\
# mv /tmp/oca-repos/account-invoicing/sale_timesheet_invoice_description \
# /opt/odoo/additional_addons/ &&\
curl
-L
https://github.com/OCA/account-invoicing/tarball/16.0 |
tar
-xzC
/tmp/oca-repos/
--one-top-level
=
"account-invoicing"
--strip-components
1
&&
\
mv
/tmp/oca-repos/account-invoicing/sale_timesheet_invoice_description /opt/odoo/additional_addons/
&&
\
curl
-L
https://github.com/OCA/account-reconcile/tarball/16.0 |
tar
-xzC
/tmp/oca-repos/
--one-top-level
=
"account-reconcile"
--strip-components
1
&&
\
mv
/tmp/oca-repos/account-reconcile/account_statement_base
\
/tmp/oca-repos/account-reconcile/account_reconcile_oca
\
...
...
@@ -73,9 +70,7 @@ RUN set -x; \
/tmp/oca-repos/bank-statement-import/account_statement_import_file
\
/tmp/oca-repos/bank-statement-import/account_statement_import_ofx
\
/opt/odoo/additional_addons/
&&
\
# Until PR merged into OCA (https://github.com/OCA/crm/pull/531)
curl -L https://github.com/lefilament/crm/tarball/16.0-mig-crm_stage_probability | tar -xzC /tmp/oca-repos/ --one-top-level="crm" --strip-components 1 &&\
# curl -L https://github.com/OCA/crm/tarball/16.0 | tar -xzC /tmp/oca-repos/ --one-top-level="crm" --strip-components 1 &&\
curl
-L
https://github.com/OCA/crm/tarball/16.0 |
tar
-xzC
/tmp/oca-repos/
--one-top-level
=
"crm"
--strip-components
1
&&
\
mv
/tmp/oca-repos/crm/crm_stage_probability /opt/odoo/additional_addons/
&&
\
curl
-L
https://github.com/OCA/l10n-france/tarball/16.0 |
tar
-xzC
/tmp/oca-repos/
--one-top-level
=
"l10n-france"
--strip-components
1
&&
\
mv
/tmp/oca-repos/l10n-france/l10n_fr_siret
\
...
...
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