Files
2024-02-14 15:44:30 +00:00

22 lines
752 B
Python

{
"name": "Sale Stock On Hand Popup",
"author": "PyTech SRL, Ooops404, Odoo Community Association (OCA)",
"maintainers": ["aleuffre", "renda-dev", "PicchiSeba"],
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"version": "14.0.2.0.0",
"license": "AGPL-3",
"depends": ["sale_stock", "stock_available"],
"data": [
"security/ir.model.access.csv",
"security/security.xml",
"views/assets.xml",
"views/res_config_settings_views.xml",
"views/sale_order_views.xml",
"wizards/product_quant_wizard_views.xml",
],
"qweb": ["static/src/xml/stock_on_hand_widget.xml"],
"installable": True,
"application": False,
}