Files
account-reconcile/base_transaction_id/views/base_transaction_id.xml
Guewen Baconnier 49b9fe0ffb Display the transaction ref in the bank statement reconciliation view
Now, only the name and the ref are displayed. Mostly useful with
https://github.com/OCA/bank-statement-reconcile/pull/54
2014-12-03 15:36:26 +01:00

12 lines
350 B
XML

<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="assets_backend" name="account assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/base_transaction_id/static/src/js/account_widgets.js"></script>
</xpath>
</template>
</data>
</openerp>