bemade-addons/product_supplierinfo_tracking/__manifest__.py

31 lines
691 B
Python
Raw Normal View History

2025-04-08 10:10:47 -04:00
# -*- coding: utf-8 -*-
{
"name": "Product Supplierinfo Tracking",
2025-08-29 09:43:24 -04:00
"version": "18.0.3.0.0",
2025-04-08 10:10:47 -04:00
"license": "AGPL-3",
"author": "Bemade",
2025-08-29 09:43:24 -04:00
"category": "Tools",
2025-04-08 10:10:47 -04:00
"depends": [
"base",
"product",
"stock",
"sale",
"purchase",
"mrp",
],
"description": """
2025-08-29 09:43:24 -04:00
This module extends basic inventory support for supplierinfo chatter making price
updates visible in the chatter.
2025-04-08 10:10:47 -04:00
""",
"demo": [],
'data': [
'views/product_view.xml',
2025-08-29 09:43:24 -04:00
'views/supplierinfo.xml',
2025-04-08 10:10:47 -04:00
],
'test': [],
'installable': True,
'active': False
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: