Files
suite/stock_landed_costs_average/__manifest__.py
2019-08-28 12:54:04 -04:00

22 lines
483 B
Python

{
'name': 'Landed Costs Average',
'summary': 'Use Landed Costs on Average Cost inventory.',
'version': '12.0.1.0.0',
'author': "Hibou Corp. <hello@hibou.io>",
'category': 'Warehouse',
'license': 'AGPL-3',
'complexity': 'expert',
'images': [],
'website': "https://hibou.io",
'description': """
""",
'depends': [
'stock_landed_costs',
],
'demo': [],
'data': [
],
'auto_install': False,
'installable': True,
}