You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

29 lines
843 B

# 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'],
}