addons-cm/pos_product_available_link/__manifest__.py

13 lines
413 B
Python

{
"name": "POS Product Available Link",
"summary": "Automatically enable/disable available_in_pos when sale_ok is checked/unchecked.",
"version": "16.0.1.0.0",
"category": "Point of Sale",
"license": "AGPL-3",
"author": "Criptomart",
"website": "https://criptomart.net",
"depends": ["point_of_sale", "product"],
"data": [],
"installable": True,
"application": False,
}