Odoo modules extending contacts / partners
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
890 B

  1. # -*- coding: utf-8 -*-
  2. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  3. {
  4. "name": "Partner department state",
  5. "version": "1.0.0",
  6. "summary": "Get state from department (FR)",
  7. "description": "",
  8. "author": "RemiFr82",
  9. "contributors": "",
  10. "maintainer": "RemiFr82",
  11. "website": "https://remifr82.me",
  12. "license": "LGPL-3",
  13. "category": "",
  14. # "price": 0,
  15. # "currency": "EUR",
  16. "application": False,
  17. "installable": True,
  18. "auto_install": False,
  19. # "pre_init_hook": "",
  20. # "post_init_hook": "",
  21. # "uninstall_hook": "",
  22. # "excludes": [],
  23. # "external_dependencies": [],
  24. "depends": [
  25. "l10n_fr_department",
  26. ],
  27. "data": [
  28. # Views
  29. "views/res_partner.xml",
  30. ],
  31. # "assets": [],
  32. # "css": [],
  33. # "images": [],
  34. # "js": [],
  35. # "test": [],
  36. # "demo": [],
  37. }