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.

21 lines
650 B

  1. # Copyright (C) 2021 - TODAY, Open Source Integrators
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Partner Identification Notification",
  5. "version": "14.0.1.0.0",
  6. "category": "Contact",
  7. "depends": [
  8. "partner_identification",
  9. ],
  10. "author": "Open Source Integrators," "Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "website": "https://github.com/OCA/partner-contact",
  13. "data": [
  14. "data/ir_cron_data.xml",
  15. "views/res_partner_id_category_view.xml",
  16. "views/res_partner_id_number_view.xml",
  17. ],
  18. "installable": True,
  19. "application": False,
  20. }