Files
rental-tools/product_rental_leads/__manifest__.py
2022-04-19 12:29:34 +02:00

59 lines
1.4 KiB
Python
Executable File

# -*- coding: utf-8 -*-
{
"name": "Product Rental Leads",
"category": "Product",
"version": "14.0.1.0",
"summary": "Link a CRM lead to a Rental booking",
"author": "Elabore",
"website": "https://elabore.coop/",
"installable": True,
"application": False,
"auto_install": False,
"description": """
====================
Product Rental Leads
====================
This module allows to link a Rental Booking to a CRM lead.
Installation
============
Just install product_rental_leads, all dependencies will be installed by default.
Known issues / Roadmap
======================
Bug Tracker
===========
Bugs are tracked on `GitHub Issues
<https://github.com/elabore-coop/.../issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smashing it by providing a detailed and welcomed feedback.
Credits
=======
Images
------
* Elabore: `Icon <https://elabore.coop/web/image/res.company/1/logo?unique=f3db262>`_.
Contributors
------------
* Stéphan Sainléger <https://github.com/stephansainleger>
Funders
-------
The development of this module has been financially supported by:
* Elabore (https://elabore.coop)
Maintainer
----------
This module is maintained by ELABORE.
""",
"depends": ["product_rental_bookings", "crm"],
"data": [
"views/menus.xml",
],
"qweb": [],
}