mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
25 lines
679 B
Python
25 lines
679 B
Python
# Copyright 2020 - TODAY, Open Source Integrators
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Agreement Helpdesk Mgmt',
|
|
'summary': """
|
|
Link a helpdesk ticket to an agreement""",
|
|
'version': '12.0.1.0.2',
|
|
'license': 'AGPL-3',
|
|
'author': 'Open Source Integrators,Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/contract',
|
|
'images': ['static/description/banner.png'],
|
|
'depends': [
|
|
"helpdesk_mgmt",
|
|
"agreement_serviceprofile",
|
|
],
|
|
'data': [
|
|
'views/helpdesk_ticket.xml',
|
|
'views/agreement.xml',
|
|
],
|
|
'maintainers': [
|
|
'bodedra'
|
|
],
|
|
}
|