~openerp-venezuela/openerp-venezuela-localization/trunk

« back to all changes in this revision

Viewing changes to l10n_ve_fiscal_reports/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:
27
27
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
28
28
##############################################################################
29
29
 
30
 
from osv import osv
31
 
from osv import fields
 
30
from openerp.osv import osv
 
31
from openerp.osv import fields
32
32
 
33
33
class inherited_invoice(osv.osv):
34
34
    _inherit = "account.invoice"