Mint-System/Odoo-Apps-Product-Attribute

I can't display this file in the delivery slip pdf.

Closed this issue · 1 comments

i added this code to the report but with no luck

                        </tr>
                    </thead>
                    <tbody>
                        <t t-set="lines" t-value=" x: x.product_uom_qty)"/>
                        <tr t-foreach="lines" t-as="move">
                            <td>
                                <span t-field="move.product_id"/>
                                <p t-if="move.description_picking != 
                                    <span t-field="move.description_picking"/>
                                </p>
                            </td>
                            <td>
                                <span t-field="move.product_uom_qty"/>
                                <span t-field="move.product_uom"/>
                            </td>
                            <td>
                              
                                <span <span t-esc="move.country_of_origin_id"/>  
                            </td>
Product Quantity Country