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:
Guewen Baconnier @ Camptocamp
2012-06-27 09:58:32 +02:00
parent 57c0a63f6a
commit 77441f2bf9
14 changed files with 122 additions and 13 deletions

View File

@@ -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">