mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[11.0] MIG: RMA module
This commit is contained in:
committed by
Mateu Griful
parent
37821a55c8
commit
c8c497aadc
5
rma/__manifest__.py
Normal file → Executable file
5
rma/__manifest__.py
Normal file → Executable 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',
|
||||
|
||||
Reference in New Issue
Block a user