Files
odoo-usability/stock_account_usability/__manifest__.py
Alexis de Lattre 86ec56b610 Remove un-needed code in stock_account_usability
As the module is now empty, don't make it installable for the moment
2020-12-03 23:26:16 +01:00

29 lines
749 B
Python

# Copyright 2019-2020 Akretion France (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': '14.0.1.0.0',
'category': 'Hidden',
'license': 'AGPL-3',
'summary': 'Several usability enhancements on stock_account',
'description': """
Stock Account Usability
=======================
The usability enhancements include:
NONE
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': [
],
'installable': False,
}