[MIG] agreement_project migration

This commit is contained in:
Yves Goldberg
2019-04-02 10:50:21 +02:00
parent 90c4014d87
commit cd7a8a6015
4 changed files with 6 additions and 29 deletions

View File

@@ -4,13 +4,14 @@
{
'name': 'Agreement - Project',
'summary': 'Link projects to an agreement',
'version': '11.0.0.0.1',
'version': '12.0.1.0.0',
'category': 'Contract',
'author': 'Open Source Integrators, '
'Yves Goldberg (Ygol Internetwork), '
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/contract',
'depends': [
'agreement',
'agreement_legal',
'project',
],
'data': [
@@ -22,6 +23,7 @@
'development_status': 'Beta',
'maintainers': [
'smangukiya',
'ygol',
'max3903',
],
}