Browse Source

FIX metadata

pull/200/head
eLBati 9 years ago
parent
commit
1c42befe87
  1. 11
      partner_relations/__openerp__.py
  2. 2
      partner_relations/model/res_partner_relation_type_selection.py
  3. 1
      partner_relations/tests/test_partner_relations.py

11
partner_relations/__openerp__.py

@ -24,6 +24,7 @@
"author": "Therp BV,Camptocamp,Odoo Community Association (OCA)", "author": "Therp BV,Camptocamp,Odoo Community Association (OCA)",
"complexity": "normal", "complexity": "normal",
"category": "Customer Relationship Management", "category": "Customer Relationship Management",
"license": "AGPL-3",
"depends": [ "depends": [
'base', 'base',
], ],
@ -32,7 +33,6 @@
], ],
"test": [ "test": [
"test/test_allow.yml", "test/test_allow.yml",
# "test/test_disallow.yml",
], ],
"data": [ "data": [
"view/res_partner_relation_all.xml", "view/res_partner_relation_all.xml",
@ -42,15 +42,6 @@
'view/menu.xml', 'view/menu.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
], ],
"js": [
],
"css": [
],
"qweb": [
],
"auto_install": False, "auto_install": False,
"installable": True, "installable": True,
"external_dependencies": {
'python': [],
},
} }

2
partner_relations/model/res_partner_relation_type_selection.py

@ -1,4 +1,4 @@
# -*- coding: UTF-8 -*-
# -*- coding: utf-8 -*-
''' '''
Created on 23 may 2014 Created on 23 may 2014

1
partner_relations/tests/test_partner_relations.py

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
# Author: Charbel Jacquin # Author: Charbel Jacquin
# Copyright 2015 Camptocamp SA # Copyright 2015 Camptocamp SA
# #

Loading…
Cancel
Save