forked from Mapan/odoo17e
15 lines
415 B
Python
15 lines
415 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "Rental Manufacturing Bridge",
|
|
'version': "1.0",
|
|
'category': "Hidden",
|
|
'depends': ['sale_stock_renting', 'sale_mrp'],
|
|
'description': """
|
|
This module serves as a bridge between Rental and Manufacturing, specifically in the case of renting kits.
|
|
""",
|
|
'summary': "Kits rental",
|
|
'installable': True,
|
|
'auto_install': True,
|
|
'license': "OEEL-1",
|
|
}
|