Description Concatenation Configuration

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

Design your own product description on sales order line.

US$ 0.00 0.0 USD US$ 0.00 不含增值税

US$ 0.00 不含增值税

Not Available For Sale

    此组合不存在。

    条款和条件
    30天退款保证
    运输:2-3 个工作日

    Description Concatenation Configuration

    Design your own product description on sales order line.

    US$ 0.00 0.0 USD US$ 0.00 不含增值税

    US$ 0.00 不含增值税

    Not Available For Sale

      此组合不存在。

      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.