diff --git a/views/report_delivery_ap_template.xml b/views/report_delivery_ap_template.xml index 4c9c2f056217568344b3d11947ef4fa3f7a0e2e0..0698059189ffd465951b690bb9fca4ad7c827662 100644 --- a/views/report_delivery_ap_template.xml +++ b/views/report_delivery_ap_template.xml @@ -41,11 +41,14 @@ </tr> </thead> <tbody> - <t t-set="product_category" t-value="[]"/> + <t t-set="product_category" t-value="[]" /> <t t-foreach="o.move_ids_without_package" t-as="l"> - <t t-set="product_category" t-value="product_category+[l.product_id.categ_id]"/> + <t + t-set="product_category" + t-value="product_category+[l.product_id.categ_id]" + /> </t> @@ -54,7 +57,7 @@ <tr> <td /> <td> - <div><strong t-esc="category.name"/></div> + <div><strong t-esc="category.name" /></div> </td> <td> </td> @@ -68,21 +71,21 @@ <td /> <td> <span - t-field="l.product_id.display_name" - /><br /> + t-field="l.product_id.display_name" + /><br /> <span - t-field="l.product_id.description_picking" - /> + t-field="l.product_id.description_picking" + /> </td> <td> <span - t-if="l.state != 'done'" - t-field="l.product_uom_qty" - /> + t-if="l.state != 'done'" + t-field="l.product_uom_qty" + /> <span - t-if="l.state == 'done'" - t-field="l.qty_done" - /> + t-if="l.state == 'done'" + t-field="l.qty_done" + /> </td> </tr> </t> diff --git a/views/res_company_views.xml b/views/res_company_views.xml index 37aaa01f030c9ef053060e1241ef2af3bd8910e1..5e3dfa2a3de839c5ce64df983d5e80cb18a99c97 100644 --- a/views/res_company_views.xml +++ b/views/res_company_views.xml @@ -15,5 +15,5 @@ </field> </record> - </data> + </data> </odoo>