templates.xml 852 B

12345678910111213
  1. <openerp>
  2. <data>
  3. <template id="eiru_account_interest.eiru_assets" name="eiru_account_interest_eiru_assets" inherit_id="eiru_assets.assets">
  4. <xpath expr="." position="inside">
  5. <link rel="stylesheet" href="/eiru_account_interest/static/src/css/style.css"/>
  6. <script type="text/javascript" src="/eiru_account_interest/static/src/js/account_interest_invoice.js"/>
  7. <!-- <script type="text/javascript" src="/eiru_account_interest/static/src/js/verify_interest_partner.js"/> -->
  8. <script type="text/javascript" src="/eiru_account_interest/static/src/js/verify_interest_invoice.js"/>
  9. <script type="text/javascript" src="/eiru_account_interest/static/src/js/verify_interest_invoice_status.js"/>
  10. </xpath>
  11. </template>
  12. </data>
  13. </openerp>