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.

19 lines
644 B

  1. # Copyright 2017-2018 ACSONE SA/NV
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Partner Company Type",
  5. "summary": "Adds a company type to partner that are companies",
  6. "version": "14.0.1.0.1",
  7. "license": "AGPL-3",
  8. "author": "ACSONE SA/NV,Odoo Community Association (OCA)",
  9. "website": "https://github.com/OCA/partner-contact",
  10. "depends": ["base", "contacts"],
  11. "data": [
  12. "security/res_partner_company_type.xml",
  13. "views/res_partner_company_type.xml",
  14. "views/res_partner.xml",
  15. ],
  16. "demo": ["demo/res_partner_company_type.xml"],
  17. "installable": True,
  18. }