[SET] Correct website URL for RMA modules

This commit is contained in:
Bhavesh Odedra
2019-05-24 13:28:54 +05:30
committed by Aarón Henríquez
parent c5c89fc6f7
commit 44ee908d6d
5 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -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': [

View File

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

View File

@@ -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"

View File

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