David Vidal
8 years ago
8 changed files with 45 additions and 59 deletions
-
22partner_capital/README.rst
-
3partner_capital/__init__.py
-
24partner_capital/__manifest__.py
-
21partner_capital/__openerp__.py
-
6partner_capital/models/res_partner.py
-
6partner_capital/models/res_partner_turnover_range.py
-
11partner_capital/views/res_partner_turnover_range_view.xml
-
11partner_capital/views/res_partner_view.xml
@ -1,6 +1,3 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# © 2015 Antiun Ingeniería S.L. - Antonio Espinosa |
|||
# © 2015 Antiun Ingeniería S.L. - Jairo Llopis |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
|
|||
from . import models |
@ -0,0 +1,24 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Copyright 2015 Antonio Espinosa <antonio.espinosa@tecnativa.com> |
|||
# Copyright 2015 Jairo Llopis <jairo.llopis@tecnativa.com> |
|||
# Copyright 2017 David Vidal <david.vidal@tecnativa.com> |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
|
|||
{ |
|||
'name': 'Partners Capital', |
|||
'version': '10.0.1.0.0', |
|||
'category': 'Customer Relationship Management', |
|||
'author': 'Antiun Ingeniería S.L., ' |
|||
'Tecnativa, ' |
|||
'Odoo Community Association (OCA)', |
|||
'website': 'https://www.tecnativa.com', |
|||
'depends': [ |
|||
'sale', |
|||
], |
|||
'data': [ |
|||
'views/res_partner_turnover_range_view.xml', |
|||
'views/res_partner_view.xml', |
|||
'security/ir.model.access.csv', |
|||
], |
|||
"installable": True, |
|||
} |
@ -1,21 +0,0 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# © 2015 Antiun Ingeniería S.L. - Antonio Espinosa |
|||
# © 2015 Antiun Ingeniería S.L. - Jairo Llopis |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
|
|||
{ |
|||
'name': 'Partners Capital', |
|||
'version': '8.0.1.0.0', |
|||
'category': 'Customer Relationship Management', |
|||
'author': 'Antiun Ingeniería S.L.', |
|||
'website': 'http://www.antiun.com', |
|||
'depends': [ |
|||
'base', |
|||
], |
|||
'data': [ |
|||
'views/res_partner_turnover_range_view.xml', |
|||
'views/res_partner_view.xml', |
|||
'security/ir.model.access.csv', |
|||
], |
|||
"installable": True, |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue