mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
34 lines
894 B
Python
34 lines
894 B
Python
# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': 'Hibou RMAs',
|
|
'version': '15.0.1.0.0',
|
|
'category': 'Warehouse',
|
|
'author': 'Hibou Corp.',
|
|
'license': 'OPL-1',
|
|
'website': 'https://hibou.io/',
|
|
'depends': [
|
|
'hibou_professional',
|
|
'stock',
|
|
'delivery',
|
|
],
|
|
'demo': [
|
|
'demo/rma_demo.xml',
|
|
],
|
|
'data': [
|
|
'data/cron_data.xml',
|
|
'data/ir_sequence_data.xml',
|
|
'security/ir.model.access.csv',
|
|
'security/rma_security.xml',
|
|
'views/account_views.xml',
|
|
'views/portal_templates.xml',
|
|
'views/rma_views.xml',
|
|
'views/stock_picking_views.xml',
|
|
'wizard/rma_lines_views.xml',
|
|
'wizard/rma_make_rtv_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': True,
|
|
'auto_install': False,
|
|
}
|