Hello,
I Create a doctype that has different sizes for different types of products. For example, we have four types: child, men’s, ladies’s, and child ladies’s. Each type has its own size range. For instance, child sizes start from 20/1 to 20/20, while men’s sizes start from 33/1 to 33/40. To manage this, I created a doctype for product types and assigned in the Item master. example if a item is related child then the product type is a child, if a item is related men then the product type is a men. So far, everything is working, but the problem is that when we create a sales order or add an item, we need to show the size of the assigned product type in the sales order item table.