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.

54 lines
1.4 KiB

  1. # -*- coding: utf-8 -*-
  2. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  3. {
  4. "name": "Contact majority",
  5. "version": "16.0.1.0.0",
  6. "summary": "Module summary",
  7. "description": """
  8. Module description
  9. """,
  10. "author": "RemiFr82",
  11. "contributors": "",
  12. "maintainer": "RemiFr82",
  13. "website": "https://git.myceliandre.fr/RemiFr82/odoo-contact-addons.git",
  14. "license": "AGPL-3",
  15. "category": "CRM",
  16. # "price": 0,
  17. # "currency": "EUR",
  18. "application": False,
  19. "installable": True,
  20. "auto_install": False,
  21. # "pre_init_hook": "",
  22. "post_init_hook": "post_init_hook",
  23. # "uninstall_hook": "",
  24. # "excludes": [],
  25. # "external_dependencies": [],
  26. "depends": [
  27. "partner_contact_birthdate",
  28. "partner_contact_birthplace",
  29. "partner_contact_nationality",
  30. ],
  31. "data": [
  32. # Base data
  33. # "data/ir_model.xml",
  34. # Security
  35. # 'security/res_groups.xml',
  36. "security/ir.model.access.csv",
  37. # 'security/ir_rule.xml',
  38. # Views
  39. "views/res_country.xml",
  40. "views/res_country_state.xml",
  41. "views/res_partner.xml",
  42. # Wizards
  43. "wizard/res_partner_emancipate.xml",
  44. # Reports
  45. # 'reports/report_templates.xml',
  46. # 'reports/sql_view.xml',
  47. ],
  48. # "assets": [],
  49. # "css": [],
  50. # "images": [],
  51. # "js": [],
  52. # "test": [],
  53. # "demo": [],
  54. }