FoodcoopBCN/foodcoopbcn#167 add pos_product_available_link
This commit is contained in:
parent
dab4123379
commit
bf02699b61
6 changed files with 111 additions and 0 deletions
13
pos_product_available_link/__manifest__.py
Normal file
13
pos_product_available_link/__manifest__.py
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue