mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[SET] Correct website URL for RMA modules
This commit is contained in:
committed by
Aarón Henríquez
parent
c5c89fc6f7
commit
44ee908d6d
@@ -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',
|
||||
],
|
||||
|
||||
@@ -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': [
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user