Advertisement
rht_odoo

[QW][4154212] Purchase Agreement

Sep 4th, 2024 (edited)
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.39 KB | None | 0 0
  1.         <div name="product_technical_requirements">
  2.           <p style="page-break-after:always"/>
  3.           <table class="table table-sm">
  4.             <tbody>
  5.               <tr t-foreach="doc.order_line" t-as="x2many_record" t-if="x2many_record.product_id.detailed_type == 'product'>
  6.                 <td>
  7.                   <table class="table table-bordered o_table">
  8.                     <tbody>
  9.                       <tr class="text-center">
  10.                         <td>
  11.                           <font style="color: rgb(0, 0, 255);">
  12.                           <span class="text-center h4-fs" t-field="x2many_record.product_id.name"/> </font>
  13.                           <br/>
  14.                         </td>
  15.                       </tr>
  16.                     </tbody>
  17.                     <tbody>
  18.                       <tr class="text-center">
  19.                         <td style="background-color: rgba(0, 0, 255, 0.6);">
  20.                           <font class="text-o-color-4">
  21.                             Performance Specifications
  22.                           </font>
  23.                         </td>
  24.                       </tr>
  25.                     </tbody>
  26.                   </table>
  27.                   <table class="table table-bordered o_table">
  28.                    
  29.                   </table>
  30.                   <table class="table table-bordered o_table">
  31.                     <tbody>
  32.                       <tr>
  33.                         <td>
  34.                        
  35.                             Loading/ Unloading Sleeve
  36.                        
  37.                         </td>
  38.                         <td>
  39.                           <span t-field="x2many_record.product_id.x_studio_loading_unloading_sleeve"/>
  40.                         </td>
  41.                       </tr>
  42.                       <tr>
  43.                         <td>
  44.                          
  45.                             Max. Mounting Time per Plate
  46.                          
  47.                         </td>
  48.                         <td>
  49.                           <span t-field="x2many_record.product_id.x_studio_max_mounting_time_per_plate"/>
  50.                         </td>
  51.                       </tr>
  52.                       <tr>
  53.                         <td>
  54.                          
  55.                             Avg. Mounting Time per plate
  56.                          
  57.                         </td>
  58.                         <td>
  59.                           <span t-field="x2many_record.product_id.x_studio_avg_mounting_time_per_plate"/>
  60.                         </td>
  61.                       </tr>
  62.                       <tr style="height: 48px;">
  63.                         <td>
  64.                          Min. Mounting Mark Size
  65.                         </td>
  66.                         <td>
  67.                           <span t-field="x2many_record.product_id.x_studio_min_mounting_mark_size_1"/>
  68.                         </td>
  69.                       </tr>
  70.                       <tr>
  71.                         <td>
  72.                          
  73.                             Positioning accuracy
  74.                         </td>
  75.                         <td>
  76.                           <span t-field="x2many_record.product_id.x_studio_positioning_accuracy"/>
  77.                         </td>
  78.                       </tr>
  79.                       <tr style="height: 48px;">
  80.                         <td>
  81.                          Min. Plate Width
  82.                         </td>
  83.                         <td>
  84.                           <span t-field="x2many_record.product_id.x_studio_min_plate_width"/>
  85.                         </td>
  86.                       </tr>
  87.                       <tr style="height: 48px;">
  88.                         <td>
  89.                           Max. Plate Width </td>
  90.                         <td>
  91.                           <span t-field="x2many_record.product_id.x_studio_max_plate_width"/>
  92.                         </td>
  93.                       </tr>
  94.                       <tr style="height: 48px;">
  95.                         <td>
  96.                           Min. Plate Height
  97.                         </td>
  98.                         <td>
  99.                           <span t-field="x2many_record.product_id.x_studio_min_plate_height"/>
  100.                         </td>
  101.                       </tr>
  102.                     </tbody>
  103.                   </table>
  104.                   <table class="table table-bordered o_table">
  105.                     <tbody>
  106.                       <tr class="text-center">
  107.                         <td style="background-color: rgba(0, 0, 255, 0.6);">
  108.                           <font class="text-o-color-4">
  109.                             <strong>Technical Details</strong>
  110.                           </font>
  111.                         </td>
  112.                       </tr>
  113.                     </tbody>
  114.                   </table>
  115.                   <table class="table table-bordered o_table">
  116.                     <tbody>
  117.                       <tr>
  118.                         <td>
  119.                          
  120.                             Max Sleeve Width
  121.                          
  122.                         </td>
  123.                         <td>
  124.                           <span t-field="x2many_record.product_id.x_studio_max_sleeve_width"/>
  125.                         </td>
  126.                       </tr>
  127.                       <tr>
  128.                         <td>
  129.                          
  130.                             Max Repeat Length
  131.                          
  132.                         </td>
  133.                         <td>
  134.                           <span t-field="x2many_record.product_id.x_studio_max_repeat_length"/>
  135.                         </td>
  136.                       </tr>
  137.                       <tr style="height: 48px;">
  138.                         <td>
  139.                          Min Repeat Length
  140.                         </td>
  141.                         <td>
  142.                           <span t-field="x2many_record.product_id.x_studio_min_repeat_length"/>
  143.                         </td>
  144.                       </tr>
  145.                       <tr>
  146.                         <td>
  147.                          
  148.                             Length x Width x Height
  149.                         </td>
  150.                         <td>
  151.                           <span t-field="x2many_record.product_id.x_studio_length_x_width_x_height"/>
  152.                         </td>
  153.                       </tr>
  154.                       <tr style="height: 48px;">
  155.                         <td>
  156.                          Input voltage
  157.                         </td>
  158.                         <td>
  159.                           <span t-field="x2many_record.product_id.x_studio_input_voltage"/>
  160.                         </td>
  161.                       </tr>
  162.                       <tr style="height: 48px;">
  163.                         <td>
  164.                           Air Pressure (Bar)</td>
  165.                         <td>
  166.                           <span t-field="x2many_record.product_id.x_studio_air_pressure_bar_1"/>
  167.                         </td>
  168.                       </tr>
  169.                       <tr style="height: 48px;">
  170.                         <td>
  171.                           Net Weight Approx (Kg)
  172.                         </td>
  173.                         <td>
  174.                           <span t-field="x2many_record.product_id.x_studio_net_weight_approx_kg"/>
  175.                         </td>
  176.                       </tr>
  177.                     </tbody>
  178.                   </table>
  179.                 </td>
  180.               </tr>
  181.             </tbody>
  182.           </table>
  183.         </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement