templates.xml 961 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <template id="eiru_payments_purchases.assets" name="Eiru Payment Purchases Assets" inherit_id="eiru_assets.assets">
  5. <xpath expr="." position="inside">
  6. <link rel="stylesheet" href="/eiru_payments_purchases/static/src/main.css" />
  7. <script type="text/javascript" src="/eiru_payments_purchases/static/src/main.js"></script>
  8. </xpath>
  9. </template>
  10. <record id="eiru_payments_purchases.client_action_launch" model="ir.actions.client">
  11. <field name="name">Eiru Payments Purchases</field>
  12. <field name="tag">eiru_payments_purchases.action_launch</field>
  13. </record>
  14. <menuitem id="eiru_payments_purchases.launch" name="Nuevo pago de compras/gastos" parent="eiru_dashboard.eiru_dashboard_pagos_cliente" action="eiru_payments_purchases.client_action_launch" sequence="14"/>
  15. </data>
  16. </openerp>