12345678910111213 |
- # -*- 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',
- ],
- "license": "LGPL-3",
- }
|