mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
This module allows to automatically apply Statement Operations (or "presets") on the statement lines reconciliations according to rules, for instance based on the balance.
12 lines
367 B
XML
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>
|
|
|