1234567891011121314151617 |
- # -*- coding: utf-8 -*-
- # Part of Odoo. See LICENSE file for full copyright and licensing details.
- {
- 'name': 'estate',
- 'version': '1.0',
- 'category': 'estate',
- 'summary': 'practice demo',
- 'depends': [
- 'base',
- ],
- "data": [
- "security/ir.model.access.csv",
- "estate_property_views.xml",
- ],
- "license": "LGPL-3",
- }
|