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