[FIX] Account_tax_include : Minor modif

bzr revid: jvo@tinyerp.com-20091221124309-nmu8hzq21ocr89n0
This commit is contained in:
Jay (Open ERP) 2009-12-21 18:13:09 +05:30
parent e046ad914f
commit be00e4bc94
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ import time
import netsvc
from osv import fields, osv
import ir
from tools import config
class account_invoice(osv.osv):
_inherit = "account.invoice"