FoodcoopBCN/foodcoopbcn#167 add pos_product_available_link

This commit is contained in:
Luis 2026-02-24 13:37:26 +01:00
parent dab4123379
commit bf02699b61
6 changed files with 111 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
"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,
}