mirror of
https://github.com/SARL-PACIFIC-ERP/odoo-sh-test.git
synced 2025-06-25 09:32:22 +00:00
21 lines
553 B
Python
21 lines
553 B
Python
# -*- 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_type_views.xml',
|
|
'views/estate_property_tag_views.xml',
|
|
'views/estate_property_views.xml',
|
|
'views/res_users_views.xml',
|
|
'views/estate_menus.xml',
|
|
'security/ir.model.access.csv',
|
|
],
|
|
'license': 'AGPL-3',
|
|
} |