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
43
pos_product_available_link/README.rst
Normal file
43
pos_product_available_link/README.rst
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
POS Product Available Link
|
||||
=========================
|
||||
|
||||
Automatically disables available_in_pos when sale_ok is unchecked on products.
|
||||
|
||||
Features
|
||||
========
|
||||
|
||||
* When you uncheck "Can be Sold" (sale_ok), the product is also removed from POS (available_in_pos).
|
||||
* Prevents products with sale_ok=False from appearing in POS.
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
Install this module as usual via Apps or with odoo-bin.
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
No configuration required.
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
1. Go to Products.
|
||||
2. Uncheck "Can be Sold".
|
||||
3. The product will no longer be available in POS.
|
||||
|
||||
Known issues / Roadmap
|
||||
======================
|
||||
|
||||
* Only disables available_in_pos when sale_ok is unchecked. Does not re-enable.
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
||||
Authors
|
||||
-------
|
||||
* Your Name
|
||||
|
||||
Contributors
|
||||
------------
|
||||
* Odoo Community Association (OCA)
|
||||
Loading…
Add table
Add a link
Reference in a new issue