~vauxoo/openerp-venezuela-localization/ovl70-whiva-rev2-kty

« back to all changes in this revision

Viewing changes to l10n_ve_withholding_src/model/invoice.py

  • Committer: Humberto Arocha
  • Date: 2013-02-28 21:12:58 UTC
  • mfrom: (777.1.2 ovl70-import-libs)
  • Revision ID: humbertoarocha@gmail.com-20130228211258-fddstv7koh1138er
[MERGE] Namespace Adaptation on the OVL7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
################################################################################
25
25
 
26
26
import time
27
 
from osv import fields, osv
28
 
from tools.translate import _
 
27
from openerp.osv import fields, osv
 
28
from openerp.tools.translate import _
29
29
import decimal_precision as dp
30
30
 
31
31
class account_invoice(osv.osv):