añadido pos_product_available desde odoo app
https://apps.odoo.com/apps/modules/12.0/pos_product_available/
This commit is contained in:
parent
89d58a2aff
commit
f1c8cf8414
24 changed files with 1030 additions and 0 deletions
47
pos_product_available/doc/src/index.html
Normal file
47
pos_product_available/doc/src/index.html
Normal file
|
@ -0,0 +1,47 @@
|
|||
|
||||
<section class="oe_container"><div class="oe_row oe_spaced"> <div class="oe_span12">
|
||||
</div>
|
||||
|
||||
<div class="oe_span6">
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
<img src="screenshot.png"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="oe_span6">
|
||||
<p class="oe_mt32">
|
||||
Adds available quantity at order panel
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container oe_dark">
|
||||
<div class="oe_row oe_spaced">
|
||||
<div class="oe_span6">
|
||||
<p class="oe_mt32">
|
||||
Adds available quantity at products.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="oe_span6">
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
<img src="screenshot-2.png"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<div class="oe_span12">
|
||||
<h2>Usage</h2>
|
||||
<p class="oe_mt32">
|
||||
There no any settings. Just install the module and start POS.
|
||||
</p>
|
||||
<p class="oe_mt32">
|
||||
Works in offline mode.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
1
pos_product_available/doc/src/info.yaml
Normal file
1
pos_product_available/doc/src/info.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
slogan: Let a cashier know how many products are available
|
Loading…
Add table
Add a link
Reference in a new issue