mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[MIG]rma v10
This commit is contained in:
committed by
JasminSForgeFlow
parent
9df2e3f3e9
commit
c3e4bb75eb
37
rma/__manifest__.py
Normal file
37
rma/__manifest__.py
Normal file
@@ -0,0 +1,37 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# © 2017 Eficent Business and IT Consulting Services S.L.
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
|
||||
|
||||
{
|
||||
'name': 'RMA (Return Merchandise Authorization)',
|
||||
'version': '10.0.1.0.0',
|
||||
'license': 'LGPL-3',
|
||||
'category': 'RMA',
|
||||
'summary': 'Introduces the return merchandise authorization (RMA) process '
|
||||
'in odoo',
|
||||
'author': "Eficent",
|
||||
'website': 'http://www.github.com/OCA/rma',
|
||||
'depends': ['stock', 'mail', 'procurement'],
|
||||
'demo': ['demo/stock_demo.xml',
|
||||
],
|
||||
'data': ['security/rma.xml',
|
||||
'security/ir.model.access.csv',
|
||||
'data/rma_sequence.xml',
|
||||
'data/stock_data.xml',
|
||||
'data/rma_operation.xml',
|
||||
'views/rma_order_view.xml',
|
||||
'views/rma_operation_view.xml',
|
||||
'views/rma_order_line_view.xml',
|
||||
'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',
|
||||
'wizards/stock_config_settings.xml',
|
||||
'wizards/rma_order_line_make_supplier_rma_view.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
}
|
||||
Reference in New Issue
Block a user