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

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