-
Agreement Service Profile Tree
@@ -15,7 +14,6 @@
-
Agreement Service Profile Form
@@ -65,7 +63,7 @@
-
+
@@ -75,7 +73,6 @@
-
Agreement Service Profile Kanban
@@ -97,7 +94,6 @@
-
Agreement Service Profile Search
@@ -126,20 +122,17 @@
-
Service Profiles
agreement.serviceprofile
tree,form
-
Service Profiles
agreement.serviceprofile
kanban,tree,form
-
-
-
diff --git a/agreement_serviceprofile/views/product.xml b/agreement_serviceprofile/views/product.xml
index 574b86064..f57a0dfc9 100644
--- a/agreement_serviceprofile/views/product.xml
+++ b/agreement_serviceprofile/views/product.xml
@@ -1,7 +1,6 @@
-
product.template.form.view
@@ -20,7 +19,6 @@
-
product.product.form.view
@@ -39,5 +37,4 @@
-
diff --git a/setup/agreement_serviceprofile/odoo/addons/agreement_serviceprofile b/setup/agreement_serviceprofile/odoo/addons/agreement_serviceprofile
new file mode 120000
index 000000000..40322396f
--- /dev/null
+++ b/setup/agreement_serviceprofile/odoo/addons/agreement_serviceprofile
@@ -0,0 +1 @@
+../../../../agreement_serviceprofile
\ No newline at end of file
diff --git a/setup/agreement_serviceprofile/setup.py b/setup/agreement_serviceprofile/setup.py
new file mode 100644
index 000000000..28c57bb64
--- /dev/null
+++ b/setup/agreement_serviceprofile/setup.py
@@ -0,0 +1,6 @@
+import setuptools
+
+setuptools.setup(
+ setup_requires=['setuptools-odoo'],
+ odoo_addon=True,
+)