bzr revid: mra@mra-laptop-20101025081124-pt93sse1lff03npb
This commit is contained in:
Mustufa Rangwala 2010-10-25 13:41:24 +05:30
parent 69032a7c84
commit 67a308bade
1 changed files with 2 additions and 1 deletions

View File

@ -19,10 +19,11 @@
#
##############################################################################
from lxml import etree
from osv import osv
from tools.translate import _
import tools
from lxml import etree
class account_move_journal(osv.osv_memory):
_name = "account.move.journal"