This commit is contained in:
Benoît Vézina 2024-03-04 14:53:44 -05:00
parent 2419c964ae
commit f98b7ed38b

View file

@ -19,14 +19,20 @@
{ {
'name': 'Stock Quant Valuation', 'name': 'Stock Quant Valuation',
'version': '17.0.1.0.0', 'version': '17.0.1.0.0',
'summary': 'Adds valuation to stock quant for better inventory adjustment management', 'summary': """
Adds valuation to stock quant for better inventory adjustment management'
""",
'description': '', 'description': '',
'category': 'Inventory', 'category': 'Inventory',
'author': 'Bemade Inc.', 'author': 'Bemade Inc.',
'website': 'https://www.bemade.org', 'website': 'https://www.bemade.org',
'license': 'OPL-1', 'license': 'OPL-1',
'depends': ['stock_account'], 'depends': [
'data': ['views/stock_account_views.xml'], 'stock_account'
],
'data': [
'views/stock_account_views.xml'
],
'demo': [], 'demo': [],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,