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.

37 lines
917 B

  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. ],
  22. "data": [
  23. "views/res_partner.xml",
  24. ],
  25. "assets": {},
  26. "demo": [],
  27. "auto_install": False,
  28. "external_dependencies": [],
  29. "application": True,
  30. "css": [],
  31. "images": [],
  32. "installable": True,
  33. "maintainer": "RemiFr82",
  34. "pre_init_hook": "",
  35. "post_init_hook": "",
  36. "uninstall_hook": "",
  37. }