~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to partner_effective_sale/__init__.py

  • Committer: Moises Lopez
  • Date: 2014-10-09 21:30:17 UTC
  • mfrom: (879.1.7 trunk-addons-vauxoo)
  • Revision ID: moylop260@vauxoo.com-20141009213017-u3jicyg8xery3r8c
[MERGE] upforward 7.0
-Fix unused import
-Fix relative import
-Fix full path import
-Fix trailing whitespace pylint error C0303
-Fix autopep8 ignoring E501 & E128
-Fix reimported
-Fix __openerp__.py files
-Translate update

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#    Copyright (C) OpenERP Venezuela (<http://openerp.com.ve>).
6
6
#    All Rights Reserved
7
7
###############Credits######################################################
8
 
#    Coded by: Humberto Arocha <hbto@vauxoo.com>           
 
8
#    Coded by: Humberto Arocha <hbto@vauxoo.com>
9
9
#    Audited by: Nhomar Hernandez <nhomar@vauxoo.com>
10
10
#############################################################################
11
11
#    This program is free software: you can redistribute it and/or modify
23
23
################################################################################
24
24
 
25
25
 
26
 
import model
 
26
from . import model