mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
22 lines
493 B
Python
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,
|
|
}
|