Description Concatenation Configuration

https://www.cluedoo.com/web/image/product.template/5301/image_1920?unique=c308023

Design your own product description on sales order line.

US$ 0,00 0.0 USD US$ 0,00 Tidak Termasuk PPN

US$ 0,00 Tidak Termasuk PPN

Not Available For Sale

Kombinasi ini tidak tersedia.

Syarat dan Ketentuan
Jaminan 30-hari uang-kembali
Pengiriman: 2-3 Hari Kerja

Description Concatenation Configuration

Design your own product description on sales order line.

US$ 0,00 0.0 USD US$ 0,00 Tidak Termasuk PPN

US$ 0,00 Tidak Termasuk PPN

Not Available For Sale

Kombinasi ini tidak tersedia.

STORY BEHIND THE FEATURES

ODOO'S FUNCTIONS
Odoo provides a hardcoded description on each sales order line, which is "Product ref / Product name", and does not give any flexibility to define priorities.
For instance, if you put a supplier reference on the supplier pricelist, the description on the purchase order lines only show the Supplier ref and none of your product reference. 

CLUEDOO'S FUNCTIONS
Cluedoo lets you configure the description using Python code in the product categories. This way, you can vary the description by categories and have more control on what you will have on the Sales/Purchase order.

HOW TO USE THIS MODULE

1

On Product Categories, we can input Python code to enable a product description on the sales order line / purchase order line.
We can input values for sales order lines (sale.order.line), product templates (product.template), and product variants (product.product).


2

For example, we want to put the internal reference number and country (a custom field made in Studio) in the description on order lines.


3

We can write the python code like this:
result = product_template_id.x_studio_country + ' ' + product_template_id.taxes_id.default_code
string ' ' (to add space)


Then, when you create a sales order and select the product that is included within the product category "Office Furniture", you will have country and internal reference displayed in the description.