[11.0] MIG: RMA module

This commit is contained in:
Bhavesh Odedra
2018-02-09 21:56:28 +05:30
committed by Mateu Griful
parent 37821a55c8
commit c8c497aadc
40 changed files with 640 additions and 781 deletions

5
rma/__manifest__.py Normal file → Executable file
View File

@@ -4,14 +4,14 @@
{
'name': 'RMA (Return Merchandise Authorization)',
'version': '10.0.1.0.0',
'version': '11.0.1.0.0',
'license': 'LGPL-3',
'category': 'RMA',
'summary': 'Introduces the return merchandise authorization (RMA) process '
'in odoo',
'author': "Eficent, Odoo Community Association (OCA)",
'website': 'http://www.github.com/OCA/rma',
'depends': ['stock', 'mail', 'procurement'],
'depends': ['stock', 'mail'],
'demo': ['demo/stock_demo.xml',
],
'data': ['security/rma.xml',
@@ -25,7 +25,6 @@
'views/stock_view.xml',
'views/stock_warehouse.xml',
'views/product_view.xml',
'views/procurement_view.xml',
'views/res_partner_view.xml',
'wizards/rma_make_picking_view.xml',
'wizards/rma_add_stock_move_view.xml',