diff --git a/rma/__manifest__.py b/rma/__manifest__.py index d10f0387..9d232f43 100644 --- a/rma/__manifest__.py +++ b/rma/__manifest__.py @@ -9,7 +9,7 @@ 'summary': 'Introduces the return merchandise authorization (RMA) process ' 'in odoo', 'author': "Eficent, Odoo Community Association (OCA)", - 'website': 'http://www.github.com/OCA/rma', + 'website': 'https://github.com/Eficent/stock-rma', 'depends': ['stock', 'mail', 'web'], 'demo': ['demo/stock_demo.xml', ], diff --git a/rma_account/__manifest__.py b/rma_account/__manifest__.py index 67ed41f6..c53aa567 100644 --- a/rma_account/__manifest__.py +++ b/rma_account/__manifest__.py @@ -8,7 +8,7 @@ 'category': 'RMA', 'summary': 'Integrates RMA with Invoice Processing', 'author': "Eficent, Odoo Community Association (OCA)", - 'website': 'http://www.github.com/OCA/rma', + 'website': 'https://github.com/Eficent/stock-rma', 'depends': ['stock_account', 'rma'], 'demo': ['data/rma_operation.xml'], 'data': [ diff --git a/rma_purchase/__manifest__.py b/rma_purchase/__manifest__.py index 19b6d255..62f3a5b1 100644 --- a/rma_purchase/__manifest__.py +++ b/rma_purchase/__manifest__.py @@ -8,7 +8,7 @@ 'summary': 'RMA from PO', 'license': 'LGPL-3', 'author': 'Eficent, Odoo Community Association (OCA)', - 'website': 'http://www.github.com/OCA/rma', + 'website': 'https://github.com/Eficent/stock-rma', 'depends': ['rma_account', 'purchase'], 'data': [ 'wizards/rma_order_line_make_purchase_order_view.xml', diff --git a/rma_repair/__manifest__.py b/rma_repair/__manifest__.py index d69d5705..399bbaeb 100644 --- a/rma_repair/__manifest__.py +++ b/rma_repair/__manifest__.py @@ -8,7 +8,7 @@ "category": "RMA", "summary": "Links RMA with Repairs.", "author": "Eficent, Odoo Community Association (OCA)", - "website": "http://www.github.com/OCA/rma", + "website": "https://github.com/Eficent/stock-rma", "depends": [ "rma_account", "repair_refurbish" diff --git a/rma_sale/__manifest__.py b/rma_sale/__manifest__.py index 4d107f8d..2ecb3bb7 100644 --- a/rma_sale/__manifest__.py +++ b/rma_sale/__manifest__.py @@ -8,7 +8,7 @@ 'category': 'RMA', 'summary': 'Links RMA with Sales Orders', 'author': "Eficent, Odoo Community Association (OCA)", - 'website': 'http://www.github.com/OCA/rma', + 'website': 'https://github.com/Eficent/stock-rma', 'depends': ['rma_account', 'sale_stock'], 'data': [ 'data/rma_operation.xml',