[FIX] wrong class used for the Model

This commit is contained in:
Guewen Baconnier
2013-08-12 08:08:32 +02:00
parent a588cda474
commit ccf0ce7c0f

View File

@@ -26,7 +26,7 @@ from openerp.osv import osv, orm, fields
import openerp.addons.decimal_precision as dp
class account_move_line(orm.TransientModel):
class account_move_line(orm.Model):
_inherit = "account.move.line"
# We set the tax_amount invisible, because we recompute it in every case.