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.

52 lines
1.4 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": "Association",
  16. "depends": [
  17. "base",
  18. "contacts",
  19. "l10n_fr",
  20. "l10n_fr_department_state",
  21. "partner_contact_age_range",
  22. "partner_contact_gender",
  23. "partner_contact_majority",
  24. "partner_contact_persons",
  25. "partner_multi_relation",
  26. "partner_firstname",
  27. ],
  28. "data": [
  29. # Base data
  30. "data/res_partner_relation_instance.xml",
  31. # "data/res_partner_relation_type.xml",
  32. # Security
  33. "security/ir.model.access.csv",
  34. # Views
  35. "views/res_country.xml",
  36. "views/res_partner.xml",
  37. "views/res_partner_relation_instance.xml",
  38. "views/res_partner_relation_type.xml",
  39. ],
  40. "assets": {},
  41. "demo": [],
  42. "auto_install": False,
  43. "external_dependencies": [],
  44. "application": True,
  45. "css": [],
  46. "images": [],
  47. "installable": True,
  48. "maintainer": "RemiFr82",
  49. "pre_init_hook": "",
  50. "post_init_hook": "post_init_hook",
  51. "uninstall_hook": "",
  52. }