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