Files
app-odoo/app_product_sequence/static/description/index.html
2017-11-11 16:49:01 +08:00

162 lines
7.2 KiB
HTML

<section class="oe_container oe_dark">
<div class="oe_row oe_padded">
<h2 class="oe_slogan" style="color:#875A7B;">App Product Auto Sequence, Auto Code(Variants Supported)</h2>
<div>
<p>
This module allows to associate a sequence to the product reference.<br/>
The reference (default code) is unique (SQL constraint) and required.<br/>
Support Product with or without Variants.
</p>
<ul>
<li>
Auto Sequence or code for every product.
</li>
<li>
Auto Sequence or for every product variants, like product20171130-001.
</li>
<li>
Product code must be Unique.
</li>
<li>
Define different product type, each product type use own rule of sequence.
</li>
<li>
Quick access in sale , inventory, system menu.
</li>
<li>
Multi language support.
</li>
</ul>
<div>
<img class="oe_picture oe_screenshot" src="set1.jpg">
</div>
<div>
<img class="oe_picture oe_screenshot" src="set2.jpg">
</div>
<h2>Sample Rule: if we create on oct 2017</h2>
<ul>
<li>
Manufactured Products: M20171100001
</li>
<li>
Components Products: C20171100001
</li>
<li>
Sourced Products: S20171100001
</li>
</ul>
<p>
Sepcial for variants. add [-00?]<br/>
<ul>
<li>
Products with color[red]: M20171100001-001
</li>
<li>
Products with color[blue]: M20171100001-002
</li>
<li>
Products with color[white]: M20171100001-003
</li>
</ul>
</p>
<h2>Installation:</h2>
<p>
Prior to installing this module, if you have any existing products you should ensure they already have a
unique reference (or no reference) set.<br/>
Products with a default_code of '/' or empty will automatically be assigned a code of "!!DP!!" followed
by the system id for that product.<br/>
Otherwise the setting of the unique constraint will fail and the module will fail to install.<br/>
Notice:<br/>
Odoo product variants is very special.<br/>
When u create a product(not product template) with attribute, It would delete the first product, which
have no attribute.
So it's very normal that the first product variants begin wit ???-002.<br/>
And we make a rule that the product variants can only create after you create normal product template.
</p>
<h2>How to use: Very simple</h2>
<p>
After installed the app. You can Go to anyone of the menu:<br/>
<ul>
<li>
Sales->Configuration->Products->Product Internal Type
</li>
<li>
Inventory->Configuration->Products->Product Internal Type
</li>
<li>
Settings->Sequences & Identifiers->Product Internal Type
</li>
</ul>
</p>
<p>
You would see the default Product Intertype we create.
<div>
<img class="oe_picture oe_screenshot" src="set3.jpg">
</div>
</p>
<p>
And create the product and code by yourself.
<div>
<img class="oe_picture oe_screenshot" src="set4.jpg">
</div>
</p>
<p>
Notice: The "Sequence Code" Field of sequence must be "product.product"
<div>
<img class="oe_picture oe_screenshot" src="set5.jpg">
</div>
</p>
Go to Prior to installing this module, if you have any existing products you should ensure they already have
a
unique reference (or no reference) set.<br/>
Products with a default_code of '/' or empty will automatically be assigned a code of "!!DP!!" followed
by the system id for that product.<br/>
Otherwise the setting of the unique constraint will fail and the module will fail to install.<br/>
Notice:<br/>
Odoo product variants is very special.<br/>
When u create a product(not product template) with attribute, It would delete the first product, which
have no attribute.
So it's very normal that the first product variants begin wit ???-002.<br/>
And we make a rule that the product variants can only create after you create normal product template.
</p>
</div>
</div>
</section>
<section class="oe_container oe_separator">
</section>
<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>