测试数据清理工具,可以快速清理预先定义的业务数据,或者创建自定义清理列表,用来清理任意非原生模块的业务对象数据。
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

38 lignes
1.3KB

  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. #
  4. # Copyright (C) 2018~2022 Dmmsys <124358678@qq.com guoyihot@outlook.com>
  5. # All Rights Reserved
  6. #
  7. ##############################################################################
  8. {
  9. 'author': 'Dmmsys 124358678@qq.com ',
  10. 'website': 'www.bonainfo.com,www.dmmsys.com',
  11. 'version': '15.0.1.1.0',
  12. 'category': 'Extra Tools',
  13. 'license': 'OPL-1',
  14. 'support': '124358678@qq.com, bower_guo@msn.com',
  15. 'price': '0',
  16. 'currency': 'EUR',
  17. 'images': ['static/description/main_banner.gif'],
  18. 'name': 'Data Clear Tools',
  19. 'author':'Bonainfo guoyihot@outlook.com ',
  20. 'summary': """A powerful testing tool.Easily clear any odoo object data what you want. """,
  21. 'description': """Business Testing Data Clear. You can define default model group list by yourself to help your work. """,
  22. 'images': ['static/description/main_banner.png'],
  23. # any module necessary for this one to work correctly
  24. 'depends': ['base'],
  25. # always loaded
  26. 'data': [
  27. 'data/clear_data.xml',
  28. 'security/ir.model.access.csv',
  29. 'views/clear_data_views.xml',
  30. ],
  31. # only loaded in demonstration mode
  32. 'demo': [
  33. #'demo/demo.xml',
  34. ],
  35. }
上海开阖软件有限公司 沪ICP备12045867号-1