Files
account-reconcile/account_statement_operation_rule/view/account_statement_operation_rule.xml
Guewen Baconnier 64871c6950 Add module account_statement_operation_rule
This module allows to automatically apply Statement Operations (or
"presets") on the statement lines reconciliations according to rules,
for instance based on the balance.
2016-05-13 13:20:07 +02:00

12 lines
367 B
XML

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