Changeset 12625 for main


Ignore:
Timestamp:
19 Feb 2015, 12:33:46 (10 years ago)
Author:
Henrik Bettermann
Message:

Upgrade to Odoo 8.0

Location:
main/waeup.odoo/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.odoo/trunk/bootstrap.py

    r11533 r12625  
    7676
    7777ez = {}
    78 exec(urlopen('https://bitbucket.org/pypa/setuptools/downloads/ez_setup.py'
    79             ).read(), ez)
     78exec(urlopen('https://bootstrap.pypa.io/ez_setup.py').read(), ez)
     79
    8080if not options.allow_site_packages:
    8181    # ez_setup imports site, which adds site packages
     
    159159if subprocess.call(cmd, env=dict(os.environ, PYTHONPATH=setuptools_path)) != 0:
    160160    raise Exception(
    161         "Failed to execute command:\n%s",
    162         repr(cmd)[1:-1])
     161        "Failed to execute command:\n%s" % repr(cmd)[1:-1])
    163162
    164163######################################################################
  • main/waeup.odoo/trunk/buildout.cfg

    r11533 r12625  
    11[buildout]
    2 parts = openerp
    3 versions = versions
    4 find-links = http://download.gna.org/pychart/
     2extends = base_recipe.cfg
    53
    6 [openerp]
    7 recipe = anybox.recipe.openerp[bzr]:server
    8 version = nightly 7.0 latest
     4[odoo]
     5version = git http://github.com/odoo/odoo.git odoo 8.0
     6eggs = pyPdf
    97
    108[versions]
    11 setuptools = 1.1.0
    12 zc.buildout = 2.2.1
    13 zc.recipe.eggs = 2.0.0
    14 anybox.recipe.openerp = 1.7.1
    15 babel = 0.9.6
    16 Pillow = 1.7.1
    17 pywebdav = 0.9.4.1
    18 PyXML = 0.8.4
    19 pyyaml = 3.10
    20 werkzeug = 0.8.3
    21 zsi = 2.0-rc3
    22 feedparser = 5.1.1
    23 gdata = 2.0.16
    24 lxml = 2.3.3
    25 psycopg2 = 2.4.4
    26 pydot = 1.0.28
    27 pyparsing = 1.5.6
    28 python-dateutil = 1.5
    29 python-ldap = 2.4.9
    30 python-openid = 2.2.5
    31 pytz = 2012b
    32 vatnumber = 1.0
    33 vobject = 0.8.1c
    34 xlwt = 0.7.3
     9reportlab = 2.7
Note: See TracChangeset for help on using the changeset viewer.