Add module purchase_stock_usability

Port purchase_usability to v12
This commit is contained in:
Alexis de Lattre
2019-02-01 19:45:59 +01:00
parent ee3b872e66
commit 92a175ea97
12 changed files with 160 additions and 165 deletions

View File

@@ -1,19 +1,18 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2014-2017 Akretion (http://www.akretion.com)
# Copyright (C) 2014-2019 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': 'Purchase Usability',
'version': '10.0.0.1.0',
'category': 'Purchase Management',
'version': '12.0.1.0.0',
'category': 'Purchases',
'license': 'AGPL-3',
'summary': 'Show invoices and receptions on PO',
'summary': 'Usability improvements on purchase module',
'description': """
Purchase Usability Extension
============================
Purchase Usability
==================
Display Invoices and Incoming Shipments on Purchase Order form view (in dedicated tabs).
Several usability improvements on the official purchase module:
Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com> for any help or question about this module.
""",
@@ -22,7 +21,6 @@ Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com> for
'depends': ['purchase'],
'data': [
'purchase_view.xml',
'stock_view.xml',
],
'active': False,
'installable': True,
}