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
612 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Strip email in partner form",
  4. 'summary': """Trim email's field""",
  5. 'description': """Email will be trim when create/save""",
  6. 'author': "It-Projects LLC",
  7. 'website': "https://www.it-projects.info/",
  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': 'Base',
  12. 'version': '1.0.0',
  13. # any module necessary for this one to work correctly
  14. 'depends': ['base'],
  15. # always loaded
  16. 'data': [ ],
  17. }