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.

22 lines
630 B

9 years ago
9 years ago
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Trim partner's email",
  4. 'summary': "",
  5. 'author': "IT-Projects LLC, Ivan Yelizariev",
  6. 'license': 'LGPL-3',
  7. "support": "apps@it-projects.info",
  8. 'website': "https://yelizariev.github.io",
  9. # Categories can be used to filter modules in modules listing
  10. # Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
  11. # for the full list
  12. "category": "Discuss",
  13. 'version': '1.0.0',
  14. # any module necessary for this one to work correctly
  15. 'depends': ['base'],
  16. # always loaded
  17. 'data': [],
  18. 'installable': False,
  19. }