Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div name="product_technical_requirements">
- <p style="page-break-after:always"/>
- <table class="table table-sm">
- <tbody>
- <tr t-foreach="doc.order_line" t-as="x2many_record" t-if="x2many_record.product_id.detailed_type == 'product'>
- <td>
- <table class="table table-bordered o_table">
- <tbody>
- <tr class="text-center">
- <td>
- <font style="color: rgb(0, 0, 255);">
- <span class="text-center h4-fs" t-field="x2many_record.product_id.name"/> </font>
- <br/>
- </td>
- </tr>
- </tbody>
- <tbody>
- <tr class="text-center">
- <td style="background-color: rgba(0, 0, 255, 0.6);">
- <font class="text-o-color-4">
- Performance Specifications
- </font>
- </td>
- </tr>
- </tbody>
- </table>
- <table class="table table-bordered o_table">
- </table>
- <table class="table table-bordered o_table">
- <tbody>
- <tr>
- <td>
- Loading/ Unloading Sleeve
- </td>
- <td>
- <span t-field="x2many_record.product_id.x_studio_loading_unloading_sleeve"/>
- </td>
- </tr>
- <tr>
- <td>
- Max. Mounting Time per Plate
- </td>
- <td>
- <span t-field="x2many_record.product_id.x_studio_max_mounting_time_per_plate"/>
- </td>
- </tr>
- <tr>
- <td>
- Avg. Mounting Time per plate
- </td>
- <td>
- <span t-field="x2many_record.product_id.x_studio_avg_mounting_time_per_plate"/>
- </td>
- </tr>
- <tr style="height: 48px;">
- <td>
- Min. Mounting Mark Size
- </td>
- <td>
- <span t-field="x2many_record.product_id.x_studio_min_mounting_mark_size_1"/>
- </td>
- </tr>
- <tr>
- <td>
- Positioning accuracy
- </td>
- <td>
- <span t-field="x2many_record.product_id.x_studio_positioning_accuracy"/>
- </td>
- </tr>
- <tr style="height: 48px;">
- <td>
- Min. Plate Width
- </td>
- <td>
- <span t-field="x2many_record.product_id.x_studio_min_plate_width"/>
- </td>
- </tr>
- <tr style="height: 48px;">
- <td>
- Max. Plate Width </td>
- <td>
- <span t-field="x2many_record.product_id.x_studio_max_plate_width"/>
- </td>
- </tr>
- <tr style="height: 48px;">
- <td>
- Min. Plate Height
- </td>
- <td>
- <span t-field="x2many_record.product_id.x_studio_min_plate_height"/>
- </td>
- </tr>
- </tbody>
- </table>
- <table class="table table-bordered o_table">
- <tbody>
- <tr class="text-center">
- <td style="background-color: rgba(0, 0, 255, 0.6);">
- <font class="text-o-color-4">
- <strong>Technical Details</strong>
- </font>
- </td>
- </tr>
- </tbody>
- </table>
- <table class="table table-bordered o_table">
- <tbody>
- <tr>
- <td>
- Max Sleeve Width
- </td>
- <td>
- <span t-field="x2many_record.product_id.x_studio_max_sleeve_width"/>
- </td>
- </tr>
- <tr>
- <td>
- Max Repeat Length
- </td>
- <td>
- <span t-field="x2many_record.product_id.x_studio_max_repeat_length"/>
- </td>
- </tr>
- <tr style="height: 48px;">
- <td>
- Min Repeat Length
- </td>
- <td>
- <span t-field="x2many_record.product_id.x_studio_min_repeat_length"/>
- </td>
- </tr>
- <tr>
- <td>
- Length x Width x Height
- </td>
- <td>
- <span t-field="x2many_record.product_id.x_studio_length_x_width_x_height"/>
- </td>
- </tr>
- <tr style="height: 48px;">
- <td>
- Input voltage
- </td>
- <td>
- <span t-field="x2many_record.product_id.x_studio_input_voltage"/>
- </td>
- </tr>
- <tr style="height: 48px;">
- <td>
- Air Pressure (Bar)</td>
- <td>
- <span t-field="x2many_record.product_id.x_studio_air_pressure_bar_1"/>
- </td>
- </tr>
- <tr style="height: 48px;">
- <td>
- Net Weight Approx (Kg)
- </td>
- <td>
- <span t-field="x2many_record.product_id.x_studio_net_weight_approx_kg"/>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement