Odoo18-Base/addons/purchase_price_diff/__manifest__.py

22 lines
567 B
Python
Raw Permalink Normal View History

2025-03-10 11:12:23 +07:00
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'WMS Accounting',
'version': '1.1',
'summary': 'Inventory, Logistic, Valuation, Accounting',
'description': """
WMS Accounting module
======================
This module adds the price difference account. Used in standard perpetual valuation.
""",
'depends': ['purchase_stock'],
'data': [
'views/product_views.xml',
],
'category': 'Hidden',
'sequence': 16,
'auto_install': True,
'license': 'LGPL-3',
}