diff --git a/rma/__manifest__.py b/rma/__manifest__.py index 873c7b36..44b1d604 100644 --- a/rma/__manifest__.py +++ b/rma/__manifest__.py @@ -9,7 +9,7 @@ "summary": "Introduces the return merchandise authorization (RMA) process " "in odoo", "author": "ForgeFlow", - "website": "https://github.com/ForgeFlow/stock-rma", + "website": "https://github.com/OCA/account-budgeting", "depends": ["stock", "mail", "web"], "demo": ["demo/stock_demo.xml"], "data": [ diff --git a/rma/data/stock_data.xml b/rma/data/stock_data.xml index eab5ee67..f78880a3 100644 --- a/rma/data/stock_data.xml +++ b/rma/data/stock_data.xml @@ -46,10 +46,7 @@ RMA → Customer - + outgoing @@ -58,10 +55,7 @@ Customer → RMA Customer → RMA - + incoming @@ -72,10 +66,7 @@ RMA -> Supplier - + outgoing @@ -84,10 +75,7 @@ Supplier -> RMA Supplier -> RMA - + incoming @@ -97,14 +85,8 @@ Customer -> Supplier Customer -> Supplier - - + + incoming @@ -113,14 +95,8 @@ Supplier -> Customer Supplier -> Customer - - + + incoming @@ -214,10 +190,7 @@ make_to_stock - + diff --git a/rma/demo/stock_demo.xml b/rma/demo/stock_demo.xml index 8149b189..087e143f 100644 --- a/rma/demo/stock_demo.xml +++ b/rma/demo/stock_demo.xml @@ -41,14 +41,8 @@ Customer -> Supplier - - + + incoming @@ -56,14 +50,8 @@ Supplier -> Customer - - + + incoming @@ -105,10 +93,7 @@ make_to_stock - + diff --git a/rma/models/rma_order.py b/rma/models/rma_order.py index 38c53a93..99851202 100644 --- a/rma/models/rma_order.py +++ b/rma/models/rma_order.py @@ -226,8 +226,7 @@ class RmaOrder(models.Model): return result def _get_valid_lines(self): - """:return: A recordset of rma lines. - """ + """:return: A recordset of rma lines.""" self.ensure_one() return self.rma_line_ids diff --git a/rma/report/rma_report_templates.xml b/rma/report/rma_report_templates.xml index d9815000..fd218c2b 100644 --- a/rma/report/rma_report_templates.xml +++ b/rma/report/rma_report_templates.xml @@ -2,10 +2,7 @@