Files
odoo-usability/partner_tree_default/__manifest__.py
2018-12-25 17:08:44 -02:00

27 lines
846 B
Python

# -*- coding: utf-8 -*-
# © 2016 Akretion (http://www.akretion.com)
# @author Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Partner Tree Default',
'version': '10.0.1.0.0',
'category': 'Partner',
'license': 'AGPL-3',
'summary': 'Tree view by default instead of kanban for partners',
'description': """
Partner Tree Default
====================
With this module, when you select a *Customer* or *Supplier* menu entry, you will see the list view by default instead of the kanban view.
This module has been written by Alexis de Lattre <alexis.delattre@akretion.com> from Akretion.
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['base'],
'data': ['partner_view.xml'],
'installable': True,
}