Odoo modules about association management
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.

47 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": "French association",
  5. "version": "1.0.0",
  6. "summary": """
  7. Add fields on partners for franch associations (law from 1901)
  8. """,
  9. "description": """
  10. TO WRITE
  11. """,
  12. "author": "RemiFr82",
  13. "website": "https://remifr82.me",
  14. "license": "AGPL-3",
  15. "category": "Human Resources",
  16. "depends": [
  17. "base",
  18. "contacts",
  19. "l10n_fr",
  20. "l10n_fr_department_state",
  21. "partner_multi_relation",
  22. ],
  23. "data": [
  24. # Base data
  25. "data/res_partner_relation_instance.xml",
  26. # "data/res_partner_relation_type.xml",
  27. # Security
  28. "security/ir.model.access.csv",
  29. # Views
  30. "views/res_country.xml",
  31. "views/res_partner.xml",
  32. "views/res_partner_relation_instance.xml",
  33. "views/res_partner_relation_type.xml",
  34. ],
  35. "assets": {},
  36. "demo": [],
  37. "auto_install": False,
  38. "external_dependencies": [],
  39. "application": True,
  40. "css": [],
  41. "images": [],
  42. "installable": True,
  43. "maintainer": "RemiFr82",
  44. "pre_init_hook": "",
  45. "post_init_hook": "post_init_hook",
  46. "uninstall_hook": "",
  47. }