shopinvader/odoo-shopinvader

View on GitHub
product_online_category/__manifest__.py

Summary

Maintainability
A
0 mins
Test Coverage
# -*- coding: utf-8 -*-
# © 2017-2018 Akretion (http://www.akretion.com)
# Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
    "name": "Product Online Category",
    "version": "10.0.1.0.0",
    "category": "Tools",
    "license": "AGPL-3",
    "summary": "Product categories dedicated to online shop",
    "author": "Akretion",
    "website": "https://github.com/shopinvader/odoo-shopinvader",
    "depends": ["product_multi_category"],
    "data": [],
    "installable": True,
}