Files
odoo-usability/stock_account_usability/__manifest__.py
Alexis de Lattre cadbd840d9 Add support for filter by location on inventory report and inventory valuation
Refund option enabled by default on Return wizard
2019-08-12 00:25:20 +02:00

32 lines
932 B
Python

# -*- coding: utf-8 -*-
# Copyright 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': 'Stock Account Usability',
'version': '12.0.1.0.0',
'category': 'Hidden',
'license': 'AGPL-3',
'summary': 'Several usability enhancements on stock_account',
'description': """
Stock Account Usability
=======================
The usability enhancements include:
* activate the refund option by default in return wizard on pickings
* add ability to select a stock location on the inventory valuation report
This module has been written by Alexis de Lattre from Akretion <alexis.delattre@akretion.com>.
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['stock_account'],
'data': ['wizard/stock_quantity_history_view.xml'],
'installable': True,
}