# -*- coding: utf-8 -*-
{
    'name': "Partner Autocomplete extends Address autocomplete",
    'summary': """
        Correct address formating when both modules are installed""",
    'author': "Odoo SA",
    'category': 'Tools',
    'version': '1.0',
    'depends': ['partner_autocomplete', 'base_address_extended'],
    'auto_install': True,
}
