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.

19 lines
519 B

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