shopinvader/odoo-shopinvader

View on GitHub
shopinvader_locomotive_contact_company/__manifest__.py

Summary

Maintainability
A
1 hr
Test Coverage
# -*- coding: utf-8 -*-
# Copyright 2017 Akretion (http://www.akretion.com)
# Sébastien BEAU <sebastien.beau@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
    "name": "Shopinvader Locomotive Contact Company",
    "summary": "Synchronize the contact_name with customer name",
    "version": "10.0.1.0.0",
    "category": "e-commerce",
    "website": "https://github.com/shopinvader/odoo-shopinvader",
    "author": "Akretion",
    "license": "AGPL-3",
    "application": False,
    "installable": True,
    "auto_install": True,
    "external_dependencies": {"python": [], "bin": []},
    "depends": ["shopinvader_locomotive", "shopinvader_contact_company"],
    "data": [],
    "demo": [],
    "qweb": [],
}