forked from seedoo/old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
74 lines (63 loc) · 2.2 KB
/
buildout.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[buildout]
parts = odoo
find-links = http://download.gna.org/pychart/PyChart-1.39.tar.gz
extensions = gp.vcsdevelop
vcs-extend-develop = git+https://github.com/anybox/[email protected]#egg=a.r.openerp
vcs-update = True
versions = versions
[odoo]
recipe = anybox.recipe.openerp:server
version = git https://github.com/OCA/OCB.git odoo d6e7cd50ce3db093dfd011723e766d6a3096e239 branch=7.0
addons = git https://github.com/OCA/l10n-italy.git parts/l10n-italy 65c97a86aa6c550a1b3b6092a4a4cab647e96bce branch=7.0
git https://github.com/OCA/server-tools.git parts/server-tools 774a87c38d409d98838a1dca7dd27e66f49ee031 branch=7.0
git https://github.com/OCA/partner-contact.git parts/partner-contact 8a3205c7eff970fcf72bf673b09cf57fbac27fc0 branch=7.0
git https://github.com/OCA/account-invoicing.git parts/account-invoicing fff1fe2bc680f9dec933e607ba67352d1e96251b branch=7.0
git https://github.com/OCA/stock-logistics-workflow.git parts/stock-logistics-workflow edfc32921ece635ed37ffe69148484f1fe905433 branch=7.0
git https://github.com/OCA/account-payment.git parts/account-payment 7066639857f432c884981b11b06e42a49e9cf0e0 branch=7.0
local src
merges = git origin parts/l10n-italy pull/117/head ; l10n_it_pec_messages
git origin parts/server-tools pull/140/head ; fetchmail_bydate
git origin parts/l10n-italy pull/97/head ; l10n_it_fatturapa*
git origin parts/l10n-italy pull/119/head ; l10n_it_fatturapa notifications
clean = true
eggs = unidecode
python-magic
PyXB
pyPdf
# set your values here
# options.admin_passwd = admin
# options.db_host = localhost
# options.db_password = openerp
# options.db_user = openerp
[versions]
babel = 0.9.6
PIL = 1.1.7
pywebdav = 0.9.4.1
PyXML = 0.8.4
pyyaml = 3.10
werkzeug = 0.8.3
zsi = 2.0-rc3
feedparser = 5.1.1
gdata = 2.0.16
lxml = 2.3.3
psycopg2 = 2.4.4
pydot = 1.0.28
pyparsing = 1.5.6
PyPDF2 = 1.22
python-dateutil = 1.5
python-ldap = 2.4.9
python-openid = 2.2.5
python-magic = 0.4.6
pytz = 2012b
reportlab = 2.5
vatnumber = 1.0
vobject = 0.8.1c
xlwt = 0.7.3
unidecode = 0.04.17
PyXB = 1.2.4
pyPdf = 1.13
python-magic = 0.4.6
Pillow = 2.5.1
psutil = 2.1.1
six = 1.7.3
pbr = 1.8.1