[MIG] sale_stock_usability

This commit is contained in:
Alexis de Lattre
2020-12-03 22:43:10 +01:00
parent e060de7efc
commit 92cf447add
9 changed files with 145 additions and 101 deletions

View File

@@ -1,11 +1,11 @@
# Copyright 2015-2019 Akretion (http://www.akretion.com)
# Copyright 2015-2020 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': 'Sale Stock Usability',
'version': '12.0.1.0.0',
'version': '14.0.1.0.0',
'category': 'Sales Management',
'license': 'AGPL-3',
'summary': 'Small usability improvements to the sale_stock module',
@@ -22,6 +22,11 @@ This module has been written by Alexis de Lattre from Akretion <alexis.delattre@
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['sale_stock'],
'data': ['sale_stock_view.xml'],
'installable': False,
'data': [
'views/sale_order.xml',
'views/procurement_group.xml',
'views/stock_move.xml',
'views/stock_picking.xml',
],
'installable': True,
}