mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[ADD] agreement_maintenance
This commit is contained in:
committed by
Murtuza Saleh
parent
b0f6356e84
commit
0a9bdc0d76
29
agreement_maintenance/__manifest__.py
Normal file
29
agreement_maintenance/__manifest__.py
Normal 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'],
|
||||
}
|
||||
Reference in New Issue
Block a user