Description Concatenation Configuration
Design your own product description on sales order line.
30-day money-back guarantee.
Buy now, get in 2 days
Price includes: Module - Maintenance - Migration
Try it now for free on Demo
STORY BEHIND THE FEATURES
ODOO BEHAVIOR
Odoo proposes a hardcoded description on sales order line which is Product ref / Product name and without any flexibility to define priorities.
For instance, if you give supplier reference on the supplier pricelist, description on purchase order lines only show the Supplier ref and no more your product reference.
CLUEDOO BEHAVIOR
MODULE +
<input>
CLUEDOO RECOMMENDATIONS
<input>
HOW TO USE THIS MODULE
1
On Product Categories, we can input python code to enable product description on sale order line / purchase order line.
We can put the value from object: sale order line (sale.order.line), product template (product.template), product variant (product.product)
2
For example, we want to put barcode and customer tax from product template on the description on order lines
3
We can write the phyton code like this:
product_template_id.barcode + product_template_id.taxes_id.name
Then when you create a sale order and select the product that is included in the product category Office Furniture, you will have barcode and tax information on the description.