update capacity

This commit is contained in:
ivan deng
2019-07-12 18:31:41 +08:00
parent 501070ba77
commit 302b8e3511
7 changed files with 22 additions and 15 deletions

View File

@@ -23,7 +23,7 @@
{
'name': 'Odoo Customize(Debranding, My Odoo)',
'version': '12.19.07.10',
'version': '13.19.07.12',
'author': 'Sunpop.cn',
'category': 'Productivity',
'website': 'https://www.sunpop.cn',

View File

@@ -23,21 +23,22 @@
{
'name': "Capacity of Stock Location货架容量管理",
'version': '12.19.03.18',
'version': '12.19.07.12',
'author': 'Sunpop.cn',
'category': 'Warehouse',
'website': 'http://www.sunpop.cn',
'license': 'LGPL-3',
'sequence': 2,
'summary': """
Add stock shelf, stock rack, stock slot manager. Shelf Auto Name with XYZ like WH-X1-Y2-Z6.
Add shelf menu.
Capacity manage for stock location.
Capacity by quantity and certain order, like sale order.
set prepare location for sale order.
""",
'description': """
1.
""",
'price': 68.00,
'price': 98.00,
'currency': 'EUR',
'depends': [
'stock',

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View File

@@ -1,9 +1,9 @@
<section class="oe_container">
<div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_span12">
<h2 class="oe_slogan">App Shelf manage of stock</h2>
<h2 class="oe_slogan">Capacity of Stock Location</h2>
<div class="" style=" margin: 30px auto 0; padding: 0 15px 0 0; border:none; width: 96%;">
<p>This moduld allows user to manager shelf report. </p>
<p>This moduld allows user to manager Capacity of Stock Location. </p>
<h3>Lastest update: v12.19.1.6</h3>
<div class="oe_span12 oe_spaced">
<div class="alert alert-info" style="padding:8px;font-weight: 300; font-size: 20px;">
@@ -11,11 +11,11 @@
<ul class="list-unstyled">
<li>
<i class="fa fa-check-square-o text-primary"></i>
1. Add shelf manage menu, default value.
1. Add Capacity manage for stock location.
</li>
<li>
<i class="fa fa-check-square-o text-primary"></i>
2. Shelf Auto Name with XYZ like WH-X1-Y2-Z6.
2. Capacity by quantity and certain order. set location for every sale order
</li>
</ul>
</div>
@@ -31,18 +31,24 @@
<div class="oe_row oe_spaced" style="max-width: 95%;">
<div class="oe_demo"
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;">
<h2 class='oe_mt32'>Add stock shelf, stock rack, stock slot manager. Shelf Auto Name with XYZ like WH-X1-Y2-Z6.</h2>
<h2 class='oe_mt32'>Capacity manage for stock location.</h2>
</div>
<div class="oe_demo oe_screenshot">
<img src="demo.jpg" style="border:1px solid black"/>
<p></p>
<h2 class='oe_mt32'>Set is shelf location?</h2>
<img src="demo1.jpg" style="border:1px solid black"/>
<p></p>
<h2 class='oe_mt32'>Auto name shelf.</h2>
</div>
<div class="oe_demo oe_screenshot">
<img src="demo2.jpg" style="border:1px solid black"/>
<p></p>
</div>
<div class="oe_demo"
style="margin: 20px auto; padding: 0 15px 0 0; border:none; border-top:solid 1px #dedede; width: 96%;">
<h2 class='oe_mt32'>Capacity by quantity and certain order.</h2>
</div>
<div class="oe_demo oe_screenshot">
<img src="demo3.jpg" style="border:1px solid black"/>
<p></p>
</div>
</div>
</section>

View File

@@ -69,7 +69,7 @@
<field name="inherit_id" ref="stock.view_location_form"/>
<field name="arch" type="xml">
<!--库存占用-->
<xpath expr="//form/group" position="inside">
<xpath expr="//form//group" position="inside">
<group string="Capacity" attrs="{'invisible': [('usage', 'not in', ('internal', 'transit'))]}">
<field name="capacity_type"/>
<field name="occupied_order" readonly="1" attrs="{'invisible': [('capacity_type', '!=', 'model')]}"/>