1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/stock_accountant/__manifest__.py
2024-12-10 09:04:09 +07:00

20 lines
540 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Stock Accounting",
'version': "1.0",
'category': 'Inventory/Inventory',
'summary': "Bridge between Stock and Accounting",
'description': """
Filters the stock lines out of the reconciliation widget
""",
'depends': ['stock_account', 'account_accountant'],
'data': [
'views/res_config_settings_views.xml',
],
'installable': True,
'auto_install': True,
'license': 'OEEL-1',
}