@@ -161,9 +146,7 @@
t-field="doc.in_warehouse_id.partner_id"
t-options='{"widget": "contact", "fields": ["address", "name", "phone", "fax"], "no_marker": True, "phone_icons": True}'
/>
-
VAT: VAT:
@@ -241,10 +224,7 @@
|
-
+
|
diff --git a/rma/security/rma.xml b/rma/security/rma.xml
index d6de5e04..e525e177 100644
--- a/rma/security/rma.xml
+++ b/rma/security/rma.xml
@@ -10,19 +10,13 @@
RMA Customer User
-
+
RMA Supplier User
-
+
diff --git a/rma/views/product_view.xml b/rma/views/product_view.xml
index 368b3e49..9c3486f1 100644
--- a/rma/views/product_view.xml
+++ b/rma/views/product_view.xml
@@ -3,10 +3,7 @@
product.category.form
product.category
-
+
diff --git a/rma/views/rma_order_line_view.xml b/rma/views/rma_order_line_view.xml
index 20c4ee4d..6a7b9fe3 100644
--- a/rma/views/rma_order_line_view.xml
+++ b/rma/views/rma_order_line_view.xml
@@ -39,10 +39,7 @@
-
+
@@ -233,11 +230,7 @@
-
+
@@ -480,18 +473,10 @@
-
+
-
+
@@ -561,10 +546,7 @@
help="My RMAs"
/>
-
+
-
+
tree
-
+
form
diff --git a/rma/views/rma_order_view.xml b/rma/views/rma_order_view.xml
index e471e9e9..6c9bb306 100644
--- a/rma/views/rma_order_view.xml
+++ b/rma/views/rma_order_view.xml
@@ -7,11 +7,7 @@
-
+
@@ -24,11 +20,7 @@
-
+
@@ -75,11 +67,7 @@
icon="fa-list"
groups="rma.group_rma_customer_user"
>
-
+
-
+
@@ -232,11 +217,7 @@
icon="fa-list"
groups="rma.group_rma_supplier_user"
>
-
+
@@ -293,10 +274,7 @@
name="assigned_to"
attrs="{'readonly':[('state', '!=', 'draft')]}"
/>
-
+
diff --git a/rma/views/stock_view.xml b/rma/views/stock_view.xml
index c097ff3c..564ec7ce 100644
--- a/rma/views/stock_view.xml
+++ b/rma/views/stock_view.xml
@@ -13,10 +13,7 @@
-
+
stock.location.route.form
stock.location.route
diff --git a/rma/views/stock_warehouse.xml b/rma/views/stock_warehouse.xml
index ebdf941c..701edd8e 100644
--- a/rma/views/stock_warehouse.xml
+++ b/rma/views/stock_warehouse.xml
@@ -5,10 +5,7 @@
stock.warehouse
-
+
diff --git a/rma/wizards/rma_add_stock_move_view.xml b/rma/wizards/rma_add_stock_move_view.xml
index 53e4f392..e0b4cbc5 100644
--- a/rma/wizards/rma_add_stock_move_view.xml
+++ b/rma/wizards/rma_add_stock_move_view.xml
@@ -35,11 +35,7 @@
groups="stock.group_stock_multi_locations"
/>
-
+
@@ -63,20 +59,14 @@
-
+
Add from Stock Move
ir.actions.act_window
rma_add_stock_move
form
new
-
+
@@ -131,26 +121,17 @@
-
+
Add from Stock Move
ir.actions.act_window
rma_add_stock_move
form
new
-
+
-
+
rma.order.supplier.form - stock.move wizard
rma.order
diff --git a/rma/wizards/rma_order_line_make_supplier_rma_view.xml b/rma/wizards/rma_order_line_make_supplier_rma_view.xml
index cbba885c..f862c775 100644
--- a/rma/wizards/rma_order_line_make_supplier_rma_view.xml
+++ b/rma/wizards/rma_order_line_make_supplier_rma_view.xml
@@ -25,15 +25,8 @@
-
-
+
+
@@ -56,10 +49,7 @@
-
+
Create Supplier RMA
ir.actions.act_window
rma.order.line.make.supplier.rma
diff --git a/setup/rma/odoo/addons/rma b/setup/rma/odoo/addons/rma
new file mode 120000
index 00000000..8475ad50
--- /dev/null
+++ b/setup/rma/odoo/addons/rma
@@ -0,0 +1 @@
+../../../../rma
\ No newline at end of file
diff --git a/setup/rma/setup.py b/setup/rma/setup.py
new file mode 100644
index 00000000..28c57bb6
--- /dev/null
+++ b/setup/rma/setup.py
@@ -0,0 +1,6 @@
+import setuptools
+
+setuptools.setup(
+ setup_requires=['setuptools-odoo'],
+ odoo_addon=True,
+)
|