24 lines
781 B
Python
Executable File
24 lines
781 B
Python
Executable File
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "Warehouse Stock Value Revaluation",
|
|
'summary': """
|
|
Inventory Cost Revaluation, Stock Revaluation for Accurate Accounting
|
|
""",
|
|
'description': """
|
|
Inventory Revaluation Odoo App provides a solution for businesses to reassess and recalculate the value of their stock.
|
|
It allows creating backdate inventory adjustment and revaluation.
|
|
""",
|
|
'author': "Antigravity",
|
|
'website': "https://www.mapan.co.id",
|
|
'category': 'Inventory/Inventory',
|
|
'version': '17.0.1.0.0',
|
|
'depends': ['stock_account'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'views/stock_inventory_revaluation_views.xml',
|
|
],
|
|
'license': 'LGPL-3',
|
|
'installable': True,
|
|
'application': True,
|
|
}
|