mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
Bunch of fixes and small improvements on modules: account_statement_base_completion, account_statement_completion_voucher, account_statement_ext, account_advanced_reconcile, account_statement_base_import
[IMP] Set a default account on a new bank statement line when manual entry [ADD] basic security rules on profile and completion rules [ADD] account_statement_completion_voucher to better adapt the views of bank statement [FIX] Call to the completion button [FIX] Auto-launch completion after import [FIX] inherit view [merge] [FIX] account_advanced_reconcile: improved view readability with less larger column [FIX] account_advanced_reconcile: improved view readability with less larger column [FIX] count of reconciliations was incorrect for partial reconciliations (lp:c2c-financial-addons/6.1 rev 70)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<record id="bank_statement_view_form" model="ir.ui.view">
|
||||
<field name="name">account_bank_statement.bank_statement.view_form</field>
|
||||
<field name="model">account.bank.statement</field>
|
||||
<field name="inherit_id" ref="account.view_bank_statement_form" />
|
||||
<field name="inherit_id" ref="account_statement_base_completion.bank_statement_view_form" />
|
||||
<field name="type">form</field>
|
||||
<field eval="20" name="priority"/>
|
||||
<field name="arch" type="xml">
|
||||
|
||||
Reference in New Issue
Block a user