Product Template Reference by Product Category
by CLuedoo https://www.cluedoo.com/shop/lic-clu-set-seq-0010-product-template-reference-by-product-category-6580$ 150.86
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Discuss (mail) |
| Lines of code | 553 |
| Technical Name |
fal_product_reference_by_category |
| License | OPL-1 |
| Website | https://www.cluedoo.com/shop/lic-clu-set-seq-0010-product-template-reference-by-product-category-6580 |
| Versions | 17.0 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Discuss (mail) |
| Lines of code | 553 |
| Technical Name |
fal_product_reference_by_category |
| License | OPL-1 |
| Website | https://www.cluedoo.com/shop/lic-clu-set-seq-0010-product-template-reference-by-product-category-6580 |
| Versions | 17.0 18.0 19.0 |
STORY BEHIND THE FEATURE
ODOO BEHAVIOR
CLUEDOO BEHAVIOR
- It provides the ability to update the reference for duplicated products
- It also supports the ability to either update or retain the reference whenever the product category is changed
MODULE +
With Odoo standard and manual records of internal references, internal references do not help to organize your master data and quickly become messy. So, you just use the name, with all the risks behind a name (not unique, subjective,...).
With Cluedoo, internal references should be automatic, help your team to keep well-structured and organized master data, improve quick search of the product, and improve understanding of the product category structure.
HOW TO USE THIS MODULE
1- Go to Inventory/ Configuration/ Product Categories - Open a Product Category. - Check the Lock ODS checkbox. - Product ref : By sequence: formulate sequence by fill in the Internal Reference and choose the Separator . Python code: formulate sequence by Python code and choose Separator - Click Create Sequence to create a new sequence template from combination above - Action/ Compute Sequence to compute sequence all the existing products of the product category.
Result: Sequences are generated |
|
2
|
|
3
|
|
|
Update v18 Compute sequences based on the configured Python Code1Select By Python Code in the Product Reference field > Click on the Compute Sequence button Ex : result = product_template_id.name + "_" + product_template_id.type |
|
2
|
|
Compute variant sequences in a particular product template
|
|
Update the reference of a duplicated productDuplicate an existing product > Can see that the Duplicated Product checkbox is automatically checked in the duplicated product form > Click on Update Reference > Can see that the Reference is automatically generated
|
|
Allow recomputing the reference of a product when changing to another product category
|
|
2
|
|
|
Note 1:
If you want the product reference to
remain stable
whenever changing to a different product category, you need to
uncheck
the
Product Reference by Category
checkbox
Note 2:
If you
install
the module for
the first time
or
update
it and want to ensure that the reference of products which is
created before
the module installation
remain unchanged
, please follow these steps:
> You only need to do this step
once
after installing the module
|
|
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module