mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
add purchase bug fix
This commit is contained in:
BIN
app_purchase_quantity_fix/static/description/bug1.jpg
Normal file
BIN
app_purchase_quantity_fix/static/description/bug1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 93 KiB |
BIN
app_purchase_quantity_fix/static/description/bug2.jpg
Normal file
BIN
app_purchase_quantity_fix/static/description/bug2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
BIN
app_purchase_quantity_fix/static/description/bug3.jpg
Normal file
BIN
app_purchase_quantity_fix/static/description/bug3.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 69 KiB |
BIN
app_purchase_quantity_fix/static/description/bug_purchase1.jpg
Normal file
BIN
app_purchase_quantity_fix/static/description/bug_purchase1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 151 KiB |
BIN
app_purchase_quantity_fix/static/description/icon.png
Normal file
BIN
app_purchase_quantity_fix/static/description/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 88 KiB |
73
app_purchase_quantity_fix/static/description/index.html
Normal file
73
app_purchase_quantity_fix/static/description/index.html
Normal file
@@ -0,0 +1,73 @@
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced" style="max-width: 800px;">
|
||||
<div class="oe_span12">
|
||||
<h2 class="oe_slogan">odoo 10 purchase quantity bug fix</h2>
|
||||
<div class="oe_demo" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;">
|
||||
<p>This moduld Fix the big purchase bug(only in odoo 10)
|
||||
<h3>Lastest update: v10.0.4.17, 2018-04-17</h3>
|
||||
<ul>
|
||||
<li>Create a PO with product</li>
|
||||
<li>Validate a picking</li>
|
||||
<li>Make a return picking.</li>
|
||||
<li>Valide this return.</li>
|
||||
<li>-> The quantity received is not update (except Master)</li>
|
||||
<li>Make a return of return (to return in initial situation). (better than to do a copy of original to keep the link with purchase and
|
||||
parent picking).
|
||||
</li>
|
||||
<li>Validate partialy this return-return</li>
|
||||
<li>-> The quantity received is not update</li>
|
||||
<li>-> The action to show pickings doesn’t show the return-return picking</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="bug1.jpg" style="border:1px solid black"/>
|
||||
<br/>
|
||||
</div>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="bug2.jpg" style="border:1px solid black"/>
|
||||
<br/>
|
||||
</div>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="bug3.jpg" style="border:1px solid black"/>
|
||||
<br/>
|
||||
</div>
|
||||
<div class="oe_demo oe_screenshot">
|
||||
<img src="bug1.jpg" style="border:1px solid black"/>
|
||||
<br/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<section class="oe_container oe_dark">
|
||||
<div class="oe_row oe_spaced text-center">
|
||||
<div class="oe_span12">
|
||||
<h2 class="oe_slogan">Technical Help & Support</h2>
|
||||
</div>
|
||||
<div class="col-md-12 pad0">
|
||||
<div class="oe_mt16">
|
||||
<p><h4>
|
||||
For any type of technical help & support requests, Feel free to contact us</h4></p>
|
||||
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
|
||||
class="btn btn-warning btn-lg" rel="nofollow" href="mailto:guohuadeng@hotmail.com"><span
|
||||
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
|
||||
<i class="fa fa-envelope"></i> guohuadeng@hotmail.com</a>
|
||||
<p><h4>
|
||||
Via QQ: 300883</h4></p>
|
||||
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
|
||||
class="btn btn-warning btn-lg" rel="nofollow" href="mailto:300883@qq.com"><span
|
||||
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
|
||||
<i class="fa fa-envelope"></i> 300883@qq.com</a>
|
||||
</div>
|
||||
<div class="oe_mt16">
|
||||
<p><h4>
|
||||
Visit our website for more support.</h4></p>
|
||||
<a style="background: #002e5a none repeat scroll 0% 0%; color: rgb(255, 255, 255);position: relative; overflow: hidden;"
|
||||
class="btn btn-warning btn-lg" rel="nofollow" href="http://www.sunpop.cn" target="_blank"><span
|
||||
style="height: 354px; width: 354px; top: -147.433px; left: -6.93335px;" class="o_ripple"></span>
|
||||
<i class="fa fa-web"></i>http://www.sunpop.cn</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user