templates.xml 717 B

123456789101112
  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. </xpath>
  10. </template>
  11. </data>
  12. </openerp>