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

« back to all changes in this revision

Viewing changes to l10n_ve_withholding_iva/model/invoice.py

  • Committer: Humberto Arocha
  • Date: 2013-03-01 15:22:50 UTC
  • mfrom: (777.1.3 ovl70-import-libs)
  • Revision ID: humbertoarocha@gmail.com-20130301152250-6qeyc6vlb6s5ecng
[MERGE] Changes in openerp Namespaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
import time
27
27
from openerp.osv import fields, osv
28
 
import decimal_precision as dp
 
28
from openerp.addons import decimal_precision as dp
29
29
from openerp.tools.translate import _
30
30
 
31
31