mirror of
https://github.com/SARL-PACIFIC-ERP/odoo-sh-test.git
synced 2025-06-25 17:42:22 +00:00
18 lines
425 B
Python
18 lines
425 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_views.xml',
|
|
'views/estate_menus_view.xml',
|
|
'security/ir.model.access.csv'
|
|
],
|
|
'license': 'AGPL-3',
|
|
} |