From ba9ff9837db359786f73b2bf2313430cb3e3a211 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 3 Jan 2013 17:38:23 +0100 Subject: [PATCH] [FIX] remove _auto = True, bug has been fixed --- account_easy_reconcile/simple_reconciliation.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/account_easy_reconcile/simple_reconciliation.py b/account_easy_reconcile/simple_reconciliation.py index 14013cd5..0a1dcc8c 100644 --- a/account_easy_reconcile/simple_reconciliation.py +++ b/account_easy_reconcile/simple_reconciliation.py @@ -94,7 +94,6 @@ class easy_reconcile_simple_name(TransientModel): _name = 'easy.reconcile.simple.name' _inherit = 'easy.reconcile.simple' - _auto = True # False when inherited from AbstractModel # has to be subclassed # field name used as key for matching the move lines @@ -105,7 +104,6 @@ class easy_reconcile_simple_partner(TransientModel): _name = 'easy.reconcile.simple.partner' _inherit = 'easy.reconcile.simple' - _auto = True # False when inherited from AbstractModel # has to be subclassed # field name used as key for matching the move lines @@ -116,7 +114,6 @@ class easy_reconcile_simple_reference(TransientModel): _name = 'easy.reconcile.simple.reference' _inherit = 'easy.reconcile.simple' - _auto = True # False when inherited from AbstractModel # has to be subclassed # field name used as key for matching the move lines