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.

53 lines
1.4 KiB

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