Files
suite/product_catch_weight/__manifest__.py
2019-09-20 16:36:54 -04:00

21 lines
434 B
Python

{
'name': 'Product Catch Weight',
'version': '12.0.1.0.0',
'category': 'Warehouse',
'depends': [
'sale_stock',
'purchase',
],
'description': """
""",
'author': 'Hibou Corp.',
'license': 'AGPL-3',
'website': 'https://hibou.io/',
'data': [
'views/account_invoice_views.xml',
'views/stock_views.xml',
],
'installable': True,
'application': False,
}