mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
@@ -13,6 +13,9 @@
|
||||
"development_status": "Mature",
|
||||
"website": "https://github.com/OCA/account-reconcile",
|
||||
"depends": ["account"],
|
||||
"data": ["views/account_bank_statement_line.xml"],
|
||||
"data": [
|
||||
"views/account_bank_statement.xml",
|
||||
"views/account_bank_statement_line.xml",
|
||||
],
|
||||
"installable": True,
|
||||
}
|
||||
|
||||
14
account_statement_base/views/account_bank_statement.xml
Normal file
14
account_statement_base/views/account_bank_statement.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
Copyright 2023 Therp BV
|
||||
Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0).
|
||||
-->
|
||||
<odoo>
|
||||
|
||||
<!-- Add form to view mode. -->
|
||||
<record id="account.action_bank_statement_tree" model="ir.actions.act_window">
|
||||
<field name="res_model">account.bank.statement</field>
|
||||
<field name="view_mode">tree,form,pivot,graph</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user