reports_shipping: comment out non-matching xpath expression

This needs investigation/fixing
This commit is contained in:
Harald Welte 2017-01-02 14:55:43 +01:00
parent d32d812812
commit eb0c93f6bb
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
t-field-options='{"widget": "contact", "fields": ["address", "name", "phone", "fax"], "no_marker": true}'/>
</div>
</xpath>
<!--
<xpath expr="//th[@name='td_sched_date_h']" position="after">
<th t-if="o.picking_type_id.code == 'outgoing'"><strong>Carrier</strong></th>
<th><strong>Weight</strong></th>
@ -20,6 +21,7 @@
<span t-field="o.weight"/>
</td>
</xpath>
-->
</template>
</data>
</openerp>