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.

21 lines
567 B

  1. # -*- coding: utf-8 -*-
  2. # (c) 2015 Antiun Ingeniería S.L. - Sergio Teruel
  3. # (c) 2015 Antiun Ingeniería S.L. - Carlos Dauden
  4. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  5. {
  6. 'name': "Base Custom Info",
  7. 'summary': "Add custom field in models",
  8. 'category': 'Customize',
  9. 'version': '8.0.1.0.0',
  10. 'depends': [
  11. 'base',
  12. ],
  13. 'data': [
  14. ],
  15. 'author': 'Antiun Ingeniería S.L., '
  16. 'Incaser Informatica S.L., ',
  17. 'website': 'http://www.antiun.com',
  18. 'license': 'AGPL-3',
  19. 'installable': True,
  20. }