1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/sale_mrp_renting/__manifest__.py
2024-12-10 09:04:09 +07:00

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",
}