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

« back to all changes in this revision

Viewing changes to l10n_ve_withholding_islr/wizard/account_invoice_refund.py

  • Committer: Humberto Arocha
  • Date: 2013-03-01 17:52:00 UTC
  • mfrom: (782.1.2 ovl70-import-libs-hbto)
  • Revision ID: humbertoarocha@gmail.com-20130301175200-ouurx50amamltvz5
[MERGE] Fixing namespace for netsvc

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
from openerp.osv import fields, osv
25
25
from openerp.tools.translate import _
26
 
import openerp.netsvc
 
26
from openerp import netsvc
27
27
 
28
28
class account_invoice_refund(osv.osv_memory):
29
29