Files
odoo-usability/partner_search/__openerp__.py
2016-02-04 17:49:20 +01:00

23 lines
527 B
Python
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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': True,
}