__manifest__.py 270 B

12345678910111213
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. {
  4. 'name': 'estate',
  5. 'version': '1.0',
  6. 'category': 'estate',
  7. 'summary': 'practice demo',
  8. 'depends': [
  9. 'base',
  10. ],
  11. "license": "LGPL-3",
  12. }