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',