Advertisement
rht_odoo

Quotation Order / Loan Agreement

Feb 14th, 2025
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 22.42 KB | None | 0 0
  1. <data>
  2.   <data>
  3.     <xpath position="after" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/t[4]" meta-t-if="doc.partner_shipping_id == doc.partner_invoice_id                              and doc.partner_invoice_id != doc.partner_id                              or doc.partner_shipping_id != doc.partner_invoice_id">
  4.       <div class="page">
  5.         <o-diff-hole for="20"/>
  6.         <o-diff-hole for="21"/>
  7.         <o-diff-hole for="22"/>
  8.         <o-diff-hole for="27"/>
  9.         <o-diff-hole for="49"/>
  10.         <o-diff-hole for="50"/>
  11.         <div>
  12.           <strong>
  13.             <font style="color: rgb(8, 82, 148);">Account Number:</font>
  14.           </strong>
  15.           <span t-field="doc.display_name">Loan Number</span>
  16.         </div>
  17.         <table class="table table-bordered o_table">
  18.           <tbody>
  19.             <tr>
  20.               <td>
  21.                 <font style="color: rgb(8, 82, 148);">
  22.                   <strong>Date:</strong>
  23.                 </font>
  24.               </td>
  25.               <td>
  26.                 <font style="color: rgb(8, 82, 148);">
  27.                   <strong>LENDER (The Lender)</strong>
  28.                 </font>
  29.               </td>
  30.               <td>
  31.                 <font style="color: rgb(8, 82, 148);">
  32.                   <strong>BORROWER (The Borrower):</strong>
  33.                 </font>
  34.               </td>
  35.             </tr>
  36.             <tr>
  37.               <td>
  38.                 <span t-esc="context_timestamp(datetime.datetime.now()).date()"/>
  39.               </td>
  40.               <td>
  41.                                 EANGUS WCFA dba NGRF
  42.                                
  43.                                 <br/>
  44.                                1 Massachusetts Ave NW Ste 880
  45.                                
  46.                                 <br/>
  47.                                 WASHINGTON, DC 20001
  48.                            
  49.                             </td>
  50.               <td>
  51.                 <span t-field="doc.partner_id" t-options="{'widget': 'contact', 'fields': ['address', 'name'], 'no_marker': True}" style="font-weight: bolder;"/>
  52.               </td>
  53.             </tr>
  54.           </tbody>
  55.         </table>
  56.       This lending agreement (The Contract) is entered into between The Lender and The Borrower.
  57.       <br/>
  58.         <strong>
  59.           <font style="color: rgb(8, 82, 148);">PROMISE TO PAY AND PAYMENT TERMS:</font>
  60.         </strong>
  61.       The Borrower to repay to The Lender the principal amount of
  62.       <span t-field="doc.x_studio_loan_total">$500</span>
  63.       until the loan balance is paid in full.
  64.       <p style="margin-bottom: 0px;">
  65.           <br/>
  66.         </p>
  67.         <h2>
  68.           <span class="oe-tabs" style="width: 40px;"/>
  69.                            
  70.                    
  71.                    
  72.                 <span class="oe-tabs" style="width: 40px;"/>​TRUTH-IN-LENDING DISCLOSURES
  73.                        
  74.                
  75.                
  76.             </h2>
  77.         <table class="table table-bordered o_table" style="width: 728.888px;">
  78.           <tbody>
  79.             <tr>
  80.               <td style="width: 244.025px;">
  81.                 <strong>
  82.                   <font style="color: rgb(8, 82, 148);">AMOUNT FINANCED
  83.                 </font>
  84.                   <br/>
  85.                 </strong>The amount of credit provided to you or on your behalf
  86.                
  87.                                        
  88.                                
  89.                                
  90.                             <p>
  91.                   <span t-field="doc.x_studio_loan_total">$500</span>
  92.                 </p>
  93.               </td>
  94.               <td style="width: 244.025px;">
  95.                 <strong>
  96.                   <font style="color: rgb(8, 82, 148);">TOTAL OF PAYMENTS</font>
  97.                 </strong>
  98.                 <br/>The amount you will have paid when you have made all scheduled payments
  99.                
  100.                                        
  101.                                
  102.                                
  103.                             <p>
  104.                   <span t-field="doc.x_studio_loan_total">$500</span>
  105.                 </p>
  106.               </td>
  107.               <td style="width: 244.025px;">
  108.                 <strong>
  109.                   <font style="color: rgb(8, 82, 148);">TOTAL AMOUNT</font>
  110.                 </strong>
  111.                 <br/>The total cost of your Loan.
  112.                
  113.                                        
  114.                                
  115.                                
  116.                             <p>
  117.                   <span t-field="doc.x_studio_loan_total">$500</span>
  118.                 </p>
  119.               </td>
  120.             </tr>
  121.           </tbody>
  122.         </table>
  123.         <div style="margin-bottom: 0px;">
  124.           <strong>
  125.             <font style="color: rgb(8, 82, 148);">PREPAYMENT: </font>
  126.           </strong>The Borrower may prepay this Contract in full or in part at any time. Any partial prepayment will not excuse any later scheduled payments until the Contract is paid in full.
  127.                        
  128.                
  129.                
  130.             </div>
  131.         <div style="margin-bottom: 0px;">
  132.           <strong>
  133.             <font style="color: rgb(8, 82, 148);">PAYMENT SCHEDULE:</font>
  134.           </strong>
  135.         </div>
  136.         <ul style="margin-bottom: 0px;">
  137.           <li>First Payment Due Date: 
  138.                                
  139.                        
  140.                        
  141.                     <span t-esc="(context_timestamp(datetime.datetime.now()) + datetime.timedelta(days=45)).date()"/>
  142.           </li>
  143.           <li>Payment Amount:
  144.                                
  145.                        
  146.                        
  147.                     <span t-field="doc.amount_total">$50</span>
  148.           </li>
  149.         </ul>
  150.         <p> </p>
  151.         <h2>SUPPLEMENTAL PROMISSORY NOTE AGREEMENT-AUTO DEBIT</h2>
  152.         <p>
  153.           <br/>
  154.         </p>
  155.         <div class="row mb-4" id="informations">
  156.           <div class="col" name="partner_id_name">
  157.             <strong>1. Applicant's Name (Last, first, MI):</strong>
  158.             <div t-field="doc.partner_id.name">Customer Name</div>
  159.           </div>
  160.           <div class="col" name="partner_id_ss">
  161.             <strong>2. SS #: </strong>
  162.             <div t-field="doc.partner_id.x_studio_social_security_number"/>
  163.           </div>
  164.           <div class="col" name="order_id">
  165.             <strong>3. EANGUS-WCFA Client ID:</strong>
  166.             <div t-field="doc.display_name"> Loan Number</div>
  167.           </div>
  168.           <div class="col" name="start_date">
  169.             <strong>4. Effective Date:</strong>
  170.             <div t-field="doc.start_date"/>
  171.           </div>
  172.           <div class="col" name="personal_email">
  173.             <strong>5. Personal Email:</strong>
  174.             <div t-field="doc.partner_id.email"/>
  175.           </div>
  176.           <div class="col" name="phone">
  177.             <strong>6. Phone #:</strong>
  178.             <div t-field="doc.partner_id.phone"/>
  179.           </div>
  180.           <div class="col" name="mailing_address">
  181.             <strong>7. Mailing Address of Applicant:</strong>
  182.             <div t-field="doc.partner_id.email"/>
  183.           </div>
  184.         </div>
  185.         <p>
  186.           <br/>
  187.         </p>
  188.         <div>
  189.           <strong>
  190.             <font style="color: rgb(8, 82, 148);">8a. Agreement Information: </font>
  191.           </strong>In receiving the EANGUS-WCFA dba NGRF Loan Number
  192.      
  193.                            
  194.                    
  195.                    
  196.                 <span t-field="doc.name"/>
  197.       awarded for the amount of
  198.      
  199.                            
  200.                    
  201.                    
  202.                 <span t-field="doc.x_studio_loan_total"/>
  203.       I will make the monthly payments directly to EANGUS- WCFA  through Debit/Credit Card.
  204.                        
  205.                
  206.                
  207.             </div>
  208.         <p>
  209.           <strong>
  210.             <font style="color: rgb(8, 82, 148);">8b. </font>
  211.           </strong>I authorize EANGUS-WCFA dba NGRF to debit my account as identified in the original loan request to include the unpaid/uncollectible amount, if any, for a total re-payment of
  212.      
  213.                            
  214.                    
  215.                    
  216.                 <span t-field="doc.x_studio_loan_total"/>
  217.       (new request + previous unpaid balance). The monthly payments are
  218.      
  219.                            
  220.                    
  221.                    
  222.                 <span t-field="doc.amount_total"/>
  223.       per month for
  224.      
  225.                            
  226.                    
  227.                    
  228.                 <span t-field="doc.sale_order_template_id.name"/>
  229.       .
  230.                        
  231.                
  232.                
  233.             </p>
  234.         <p>
  235.           <strong>
  236.             <font style="color: rgb(8, 82, 148);">8c.</font>
  237.           </strong> The first payment will be deducted on
  238.                            
  239.                    
  240.                    
  241.                 <span t-field="doc.start_date"/> (date of first draft).
  242.                        
  243.                
  244.                
  245.             </p>
  246.         <p>
  247.           <font style="color: rgb(8, 82, 148);">8d. </font>In authorizing EANGUS-WCFA dba NGRF to debit my account, I understand that I also authorize EANGUS-WCFA dba NGRF to establish an on-line account if I have not already done so.</p>
  248.         <div>
  249.           <strong>
  250.             <font style="color: rgb(8, 82, 148);">9. ACKNOWLEDGEMENT</font>
  251.           </strong>
  252.         </div>
  253.         <blockquote>I understand that I cannot stop these payments without permission from EANGUS-WCFA dba NGRF, or until the account is paid in full.</blockquote>
  254.         <blockquote>I have read and received a copy of this agreement.</blockquote>
  255.         <blockquote>I Authorize EANGUS WCFA dba NGRF to automatically process payments from my above account on the frequency and dates selected in section 8. I understand that I am authorizing this account to be put on file on my loan account.</blockquote>
  256.         <p>
  257.           <br/>
  258.         </p>
  259.         <o-diff-hole for="52"/>
  260.         <o-diff-hole for="100"/>
  261.         <o-diff-hole for="107"/>
  262.         <o-diff-hole for="108"/>
  263.         <o-diff-hole for="109"/>
  264.         <o-diff-hole for="116"/>
  265.         <o-diff-hole for="117"/>
  266.         <o-diff-hole for="140"/>
  267.         <o-diff-hole for="151"/>
  268.       </div>
  269.     </xpath>
  270.     <xpath expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//o-diff-hole[@for='20']" position="replace">
  271.       <xpath position="move" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div[2]/div" meta-class="oe_structure"/>
  272.     </xpath>
  273.     <xpath expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//o-diff-hole[@for='21']" position="replace">
  274.       <xpath position="move" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//t[@t-set='is_proforma']" meta-t-set="is_proforma" meta-t-value="env.context.get('proforma', False) or is_pro_forma"/>
  275.     </xpath>
  276.     <xpath expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//o-diff-hole[@for='22']" position="replace">
  277.       <xpath position="move" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//t[@t-set='layout_document_title']" meta-t-set="layout_document_title"/>
  278.     </xpath>
  279.     <xpath expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//o-diff-hole[@for='27']" position="replace">
  280.       <xpath position="move" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div[2]/div[@id='informations']" meta-class="row mb-4" meta-id="informations"/>
  281.     </xpath>
  282.     <xpath expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//o-diff-hole[@for='49']" position="replace">
  283.       <xpath position="move" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//t[@t-set='lines_to_report']" meta-t-set="lines_to_report" meta-t-value="doc._get_order_lines_to_report()"/>
  284.     </xpath>
  285.     <xpath expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//o-diff-hole[@for='50']" position="replace">
  286.       <xpath position="move" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//t[@t-set='display_discount']" meta-t-set="display_discount" meta-t-value="any(l.discount for l in lines_to_report)"/>
  287.     </xpath>
  288.     <xpath expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//o-diff-hole[@for='52']" position="replace">
  289.       <xpath position="move" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div[2]/table" meta-class="o_has_total_table table o_main_table table-borderless"/>
  290.     </xpath>
  291.     <xpath expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//o-diff-hole[@for='100']" position="replace">
  292.       <xpath position="move" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//div[@name='so_total_summary']" meta-class="clearfix" meta-name="so_total_summary"/>
  293.     </xpath>
  294.     <xpath expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//o-diff-hole[@for='107']" position="replace">
  295.       <xpath position="move" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div[2]/div[2]" meta-class="oe_structure"/>
  296.     </xpath>
  297.     <xpath expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//o-diff-hole[@for='108']" position="replace">
  298.       <xpath position="move" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div[2]/div[2]" meta-t-if="not doc.signature" meta-class="oe_structure"/>
  299.     </xpath>
  300.     <xpath expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//o-diff-hole[@for='109']" position="replace">
  301.       <xpath position="move" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//div[@name='signature']" meta-t-else="" meta-class="mt-4 ml64 mr4" meta-name="signature"/>
  302.     </xpath>
  303.     <xpath expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//o-diff-hole[@for='116']" position="replace">
  304.       <xpath position="move" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div[2]/div[2]" meta-t-if="not (doc.sale_order_option_ids and doc.state in ['draft', 'sent'])" meta-class="oe_structure"/>
  305.     </xpath>
  306.     <xpath expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//o-diff-hole[@for='117']" position="replace">
  307.       <xpath position="move" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div[2]/div[2]" meta-t-else=""/>
  308.     </xpath>
  309.     <xpath expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//o-diff-hole[@for='140']" position="replace">
  310.       <xpath position="move" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div[2]/div[2]"/>
  311.     </xpath>
  312.     <xpath expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//o-diff-hole[@for='151']" position="replace">
  313.       <xpath position="move" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div[2]/div[2]" meta-class="oe_structure"/>
  314.     </xpath>
  315.   </data>
  316.   <data>
  317.     <xpath position="inside" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div/div" meta-class="oe_structure">
  318.       <br/>
  319.     </xpath>
  320.   </data>
  321.   <data>
  322.     <xpath position="replace" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div/div[@id='informations']/div[4]" meta-t-if="doc.user_id.name" meta-class="col"/>
  323.   </data>
  324.   <data>
  325.     <xpath position="replace" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//div[@name='informations_date']/strong[2]" meta-t-elif="doc.state in ['draft', 'sent']"/>
  326.     <xpath position="replace" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//div[@name='informations_date']/strong[2]" meta-t-else=""/>
  327.     <xpath position="after" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//div[@name='informations_date']/strong" meta-t-if="is_proforma">
  328.       <strong t-elif="doc.state in ['draft', 'sent']">Date</strong>
  329.       <strong t-else="">Date</strong>
  330.     </xpath>
  331.   </data>
  332.   <data>
  333.     <xpath position="replace" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div/table[3]/thead/tr/th[@name='th_taxes']" meta-name="th_taxes" meta-class="text-end" meta-t-if="not doc.is_avatax"/>
  334.     <xpath position="replace" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div/table[3]/thead/tr/th[@name='th_quantity']" meta-name="th_quantity" meta-class="text-end text-nowrap"/>
  335.     <xpath position="replace" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div/table[3]/thead/tr/th[@name='th_priceunit']" meta-name="th_priceunit" meta-class="text-end text-nowrap"/>
  336.     <xpath position="after" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div/table[3]/thead/tr/th[@name='th_description']" meta-name="th_description" meta-class="text-start">
  337.       <th name="th_priceunit" class="text-end text-nowrap">MONTHLY Price</th>
  338.     </xpath>
  339.   </data>
  340.   <data>
  341.     <xpath position="replace" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//th[@name='th_subtotal']/span"/>
  342.     <xpath position="inside" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//th[@name='th_subtotal']" meta-name="th_subtotal" meta-class="text-end">
  343.       <span>Total loan amount</span>
  344.       <br/>
  345.     </xpath>
  346.   </data>
  347.   <data>
  348.     <xpath position="replace" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div/table[3]/tbody/t[2]/tr/t/td[@name='td_quantity']" meta-name="td_quantity" meta-class="text-end text-nowrap"/>
  349.     <xpath position="replace" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div/table[3]/tbody/t[2]/tr/t/td[@name='td_taxes']" meta-name="td_taxes" meta-t-attf-class="text-end {{ 'text-nowrap' if len(taxes) &lt; 10 else '' }}" meta-t-if="not doc.is_avatax"/>
  350.     <xpath position="replace" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div/table[3]/tbody/t[2]/tr/t/td[@name='td_priceunit']" meta-name="td_priceunit" meta-class="text-end text-nowrap"/>
  351.     <xpath position="after" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div/table[3]/tbody/t[2]/tr/t/td[@name='td_name']" meta-name="td_name">
  352.       <td name="td_priceunit" class="text-end text-nowrap">
  353.         <span t-field="line.price_unit">3</span>
  354.       </td>
  355.     </xpath>
  356.   </data>
  357.   <data>
  358.     <xpath position="replace" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//td[@name='td_subtotal']/span[@t-field='line.price_subtotal']" meta-t-field="line.price_subtotal"/>
  359.     <xpath position="inside" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//td[@name='td_subtotal']" meta-t-if="not line.is_downpayment" meta-name="td_subtotal" meta-class="text-end o_price_total">
  360.       <br/>
  361.       <span t-field="line.order_id.x_studio_loan_total">loan total</span>
  362.     </xpath>
  363.   </data>
  364.   <data>
  365.     <xpath position="attributes" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//td[@name='td_section_line']" meta-name="td_section_line" meta-colspan="99">
  366.       <attribute name="colspan">97</attribute>
  367.     </xpath>
  368.   </data>
  369.   <data>
  370.     <xpath position="attributes" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//td[@name='td_note_line']" meta-name="td_note_line" meta-colspan="99">
  371.       <attribute name="colspan">97</attribute>
  372.     </xpath>
  373.   </data>
  374.   <data>
  375.     <xpath position="attributes" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']//td[@name='td_section_subtotal']" meta-name="td_section_subtotal" meta-colspan="99">
  376.       <attribute name="colspan">97</attribute>
  377.     </xpath>
  378.   </data>
  379.   <data>
  380.     <xpath position="inside" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div/div[10]" meta-class="oe_structure">
  381.       <br/>
  382.     </xpath>
  383.   </data>
  384.   <data>
  385.     <xpath position="inside" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div/div[11]" meta-t-if="not doc.signature" meta-class="oe_structure">
  386.       <br/>
  387.     </xpath>
  388.   </data>
  389.   <data>
  390.     <xpath position="inside" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div/div[13]" meta-t-if="not (doc.sale_order_option_ids and doc.state in ['draft', 'sent'])" meta-class="oe_structure">
  391.       <br/>
  392.     </xpath>
  393.   </data>
  394.   <data>
  395.     <xpath position="inside" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div/div[14]/div" meta-class="oe_structure">
  396.       <br/>
  397.     </xpath>
  398.   </data>
  399.   <data>
  400.     <xpath position="after" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div/div[15]/p[@id='carrier_description']" meta-t-if="doc.carrier_id.carrier_description" meta-id="carrier_description">
  401.       <xpath position="move" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div/div[15]/p[@id='carrier_description']/div" meta-t-out="doc.carrier_id.carrier_description"/>
  402.       <p>
  403.         <br/>
  404.       </p>
  405.     </xpath>
  406.   </data>
  407.   <data>
  408.     <xpath position="inside" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div/div[15]/div[2]" meta-class="oe_structure">
  409.       <br/>
  410.     </xpath>
  411.   </data>
  412.   <data>
  413.     <xpath position="inside" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div/div[16]" meta-class="oe_structure">
  414.       <br/>
  415.     </xpath>
  416.   </data>
  417.   <data>
  418.     <xpath position="replace" expr="/t[@t-name='sale.report_saleorder_document']//t[@t-call='web.external_layout']/div[2]" meta-class="page"/>
  419.   </data>
  420. </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement