Mass rename from __openerp__.py to __manifest__.py
This commit is contained in:
22
partner_search/__manifest__.py
Normal file
22
partner_search/__manifest__.py
Normal file
@@ -0,0 +1,22 @@
|
||||
# coding: utf-8
|
||||
# © 2016 David BEAL @ Akretion
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
'name': 'Partner Search',
|
||||
'version': '0.8',
|
||||
'category': 'Base',
|
||||
'summary': "Search view improved",
|
||||
'description': """
|
||||
Search view improved: filter on postal code, city, mail, phone, etc...
|
||||
""",
|
||||
'author': 'Akretion',
|
||||
'website': 'http://www.akretion.com',
|
||||
'depends': [
|
||||
'base',
|
||||
],
|
||||
'data': [
|
||||
'partner_view.xml',
|
||||
],
|
||||
'installable': False,
|
||||
}
|
||||
Reference in New Issue
Block a user