From af37611b657bd2c4552334312352f2329852d578 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 3 Jan 2013 17:38:23 +0100 Subject: [PATCH] [FIX] account_easy_reconcile: remove _auto = True, bug has been fixed --- account_easy_reconcile/easy_reconcile.py | 3 ++- account_easy_reconcile/easy_reconcile.xml | 2 -- account_easy_reconcile/easy_reconcile_history_view.xml | 4 ---- account_easy_reconcile/simple_reconciliation.py | 3 --- 4 files changed, 2 insertions(+), 10 deletions(-) diff --git a/account_easy_reconcile/easy_reconcile.py b/account_easy_reconcile/easy_reconcile.py index 204e7d18..688c6e7a 100644 --- a/account_easy_reconcile/easy_reconcile.py +++ b/account_easy_reconcile/easy_reconcile.py @@ -173,7 +173,8 @@ class account_easy_reconcile(orm.Model): 'history_ids': fields.one2many( 'easy.reconcile.history', 'easy_reconcile_id', - string='History'), + string='History', + readonly=True), 'last_history': fields.function( _last_history, diff --git a/account_easy_reconcile/easy_reconcile.xml b/account_easy_reconcile/easy_reconcile.xml index 972fb9b0..404dcebc 100644 --- a/account_easy_reconcile/easy_reconcile.xml +++ b/account_easy_reconcile/easy_reconcile.xml @@ -41,10 +41,8 @@ -