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.

49 lines
1.3 KiB

  1. # -*- coding: utf-8 -*-
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. "name": "CROCK Mass mailing",
  5. "version": "1.0.0",
  6. "summary": """
  7. """,
  8. "description": """
  9. """,
  10. "author": "RemiFr82",
  11. "website": "https://remifr82.me",
  12. "license": "AGPL-3",
  13. "category": "Technical",
  14. "depends": [
  15. "mass_mailing",
  16. ],
  17. "data": [
  18. # Base data
  19. # "data/ir_model.xml",
  20. # Security
  21. # 'security/res_groups.xml',
  22. # 'security/ir.model.access.csv',
  23. # 'security/ir_rule.xml',
  24. # Views
  25. # "views/res_partner.xml",
  26. # Wizards
  27. # 'wizards/transient_model.xml',
  28. # Reports
  29. # 'reports/report_assets.xml',
  30. # 'reports/report_templates.xml',
  31. # 'reports/sql_view.xml',
  32. ],
  33. # 'assets': {
  34. # 'web.report_assets_common': [
  35. # 'ffck_color_paddles/static/src/scss/report_pdf.scss',
  36. # ],
  37. # },
  38. "demo": [],
  39. "auto_install": False,
  40. "external_dependencies": [],
  41. "application": True,
  42. "css": [],
  43. "images": [],
  44. "installable": True,
  45. "maintainer": "RemiFr82",
  46. # "pre_init_hook": "",
  47. # "post_init_hook": "",
  48. # "uninstall_hook": "",
  49. }