# -*- coding: utf-8 -*-
{
    'name': 'Real Estate',
    'category': 'Tutorials/Estate',
    'application': True,
    'installable': True,
    'author': 'Matt Marcha',
    'depends': [
        'base',
    ],
    'data': [
        'views/estate_property_offer_views.xml',
        'views/estate_property_views.xml',
        'views/estate_menus_view.xml',
        'security/ir.model.access.csv'
    ],
    'license': 'AGPL-3',
}