Replies: 1 comment 19 replies
|
Im using docker-compose images |
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to import the "https://github.com/OCA/sale-workflow/tree/16.0/sale_force_invoiced" repository and somehow everything t tried didnt work.
This is my repos.yaml:
./odoo:
defaults:
# Shallow repositories ($DEPTH_DEFAULT=1) are faster & thinner
# You may need a bigger depth when merging PRs (use $DEPTH_MERGE
# for a sane value of 100 commits)
depth: $DEPTH_DEFAULT
remotes:
ocb: https://github.com/OCA/OCB.git
odoo: https://github.com/odoo/odoo.git
openupgrade: https://github.com/OCA/OpenUpgrade.git
target: ocb $ODOO_VERSION
merges:
- ocb $ODOO_VERSION
# Example of a merge of the PR with the number
# - oca refs/pull//head
./sale-workflow:
defaults:
depth: $DEPTH_DEFAULT
remotes:
sale_workflow: https://github.com/OCA/sale-workflow.git
target: sale_workflow 15.0
merges:
- sale_workflow 15.0
-
and this is my addons.yaml:
./sale-workflow:
All reactions