You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
393 B

5 years ago
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Base menu for Odoo Galicea Ecosystem",
  4. 'summary': """
  5. Menu only
  6. """,
  7. 'author': "Jurek Wawro",
  8. 'maintainer': "Galicea",
  9. 'website': "http://galicea.pl",
  10. 'category': 'Technical Settings',
  11. 'version': '12.0.1.0',
  12. 'depends': ['web',],
  13. 'data': [
  14. 'views/base_menu.xml',
  15. ],
  16. 'installable': True
  17. }