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
676 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 Andreas Stauder (brain-tec AG)
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  4. {
  5. "name": "Contact Company first",
  6. "summary": "Prints address with company in firstname and contact person "
  7. "in the second line instead of Name, Company",
  8. "version": "8.0.1.0.0",
  9. "category": "Uncategorized",
  10. "website": "https://github.com/OCA/partner-contact",
  11. "author": "brain-tec AG, Odoo Community Association (OCA)",
  12. "license": "AGPL-3",
  13. "application": False,
  14. "installable": True,
  15. "depends": [
  16. "base",
  17. ],
  18. "data": [
  19. "views/base_contact_view.xml",
  20. ],
  21. }