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.

20 lines
561 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': 'GPL-3',
  7. 'website': "https://yelizariev.github.io",
  8. # Categories can be used to filter modules in modules listing
  9. # Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
  10. # for the full list
  11. 'category': 'Tools',
  12. 'version': '1.0.0',
  13. # any module necessary for this one to work correctly
  14. 'depends': ['base'],
  15. # always loaded
  16. 'data': [],
  17. }