mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Now, only the name and the ref are displayed. Mostly useful with https://github.com/OCA/bank-statement-reconcile/pull/54
12 lines
350 B
XML
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>
|
|
|