Files
suite/stock_location_account_company/__manifest__.py
2022-05-16 17:29:50 +00:00

22 lines
493 B
Python

{
'name': 'Multi-company Stock Location Accounting',
'summary': 'Multi-company Stock Location Accounting',
'version': '15.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_account',
],
'demo': [],
'data': [
],
'auto_install': False,
'installable': True,
}