From bb6839bf06ff14857d122b3df796a784391ba110 Mon Sep 17 00:00:00 2001 From: Mathias Colpaert Date: Thu, 4 Jun 2015 20:43:43 +0200 Subject: [PATCH 1/3] [IMP] manufacturing dependency on oca/product-attribute --- oca_dependencies.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 oca_dependencies.txt diff --git a/oca_dependencies.txt b/oca_dependencies.txt new file mode 100644 index 000000000..0f49141ed --- /dev/null +++ b/oca_dependencies.txt @@ -0,0 +1,3 @@ +# List the OCA project dependencies, one per line +# Add a repository url and branch if you need a forked version +product-attribute \ No newline at end of file From 9232e2fb6332e4ca3fdaf16c85aa6fc5ae2487f1 Mon Sep 17 00:00:00 2001 From: mathi123 Date: Mon, 8 Jun 2015 16:24:10 +0200 Subject: [PATCH 2/3] [FIX] oca_dependencies to OCA/product-attribute instead of my fork --- oca_dependencies.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oca_dependencies.txt b/oca_dependencies.txt index 0f49141ed..b7c13a808 100644 --- a/oca_dependencies.txt +++ b/oca_dependencies.txt @@ -1,3 +1,3 @@ # List the OCA project dependencies, one per line # Add a repository url and branch if you need a forked version -product-attribute \ No newline at end of file +https://github.com/OCA/product-attribute.git \ No newline at end of file From 0a2a0e79de081e96876e39e9016a0c3e3637bdd7 Mon Sep 17 00:00:00 2001 From: mathi123 Date: Mon, 8 Jun 2015 16:35:21 +0200 Subject: [PATCH 3/3] [FIX] undo fix --- oca_dependencies.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oca_dependencies.txt b/oca_dependencies.txt index b7c13a808..0f49141ed 100644 --- a/oca_dependencies.txt +++ b/oca_dependencies.txt @@ -1,3 +1,3 @@ # List the OCA project dependencies, one per line # Add a repository url and branch if you need a forked version -https://github.com/OCA/product-attribute.git \ No newline at end of file +product-attribute \ No newline at end of file