[ADD] agreement_maintenance

This commit is contained in:
Bhavesh Odedra
2018-10-26 22:55:31 +05:30
committed by Murtuza Saleh
parent b0f6356e84
commit 0a9bdc0d76
18 changed files with 381 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# Copyright (C) 2018 - TODAY, Pavlov Media
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Maintenance Agreements',
'summary': 'Manage maintenance agreements and contracts',
'author': 'Pavlov Media, '
'Open Source Integrators, '
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/contract',
'category': 'Partner',
'license': 'AGPL-3',
'version': '11.0.0.0.1',
'depends': [
'agreement',
'maintenance',
'fieldservice',
],
'data': [
'security/ir.model.access.csv',
'views/agreement.xml',
'views/agreement_serviceprofile.xml',
'views/product.xml',
'views/menu.xml',
],
'application': False,
'development_status': 'Beta',
'maintainers': ['max3903'],
}