tab
This commit is contained in:
parent
2419c964ae
commit
f98b7ed38b
1 changed files with 9 additions and 3 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue