Search Criteria
Package Details: odoo 15.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/odoo.git (read-only, click to copy) |
---|---|
Package Base: | odoo |
Description: | Web-based Open Source Business Apps |
Upstream URL: | https://www.odoo.com/ |
Keywords: | crm erp openerp python web-based |
Licenses: | GPL3 |
Conflicts: | openerp |
Replaces: | openerp |
Submitter: | bidossessi |
Maintainer: | AlphaJack |
Last Packager: | AlphaJack |
Votes: | 56 |
Popularity: | 0.040339 |
First Submitted: | 2015-06-08 10:31 (UTC) |
Last Updated: | 2022-05-14 11:08 (UTC) |
Dependencies (45)
- postgresql (pipelinedb, agensgraph-git, postgresql-1c, postgresql-9.5, postgresql-9.4, postgresql-src-beta, postgresql-9.6, postgresql-11, postgresql-10, postgresql-lts, postgresql-12, postgresql13, postgresql-src)
- python (python38, python37, python3.7, nogil-python, python39, python36, python311, python32)
- python-babel
- python-chardet
- python-dateutil
- python-decorator
- python-docutils
- python-ebaysdk
- python-feedparser
- python-gevent (python-gevent-git)
- python-greenlet
- python-html2text (python-html2text-git)
- python-idna
- python-jinja
- python-ldap
- python-libsass
- python-lxml
- python-mako
- python-markupsafe
- python-mock
- Show 25 more dependencies...
Latest Comments
krouziciorel commented on 2022-05-16 07:22 (UTC)
@bidossessi
Many thanks to the updated package, Odoo is working for now without any problems.
krouziciorel commented on 2022-05-12 11:50 (UTC)
Odoo 15 is working now with Python 3.10, I had tested the latest version and locally update PKGBUILD for the file odoo_15.0.20220512.tar.gz (it is necessary change the _pkgsubver, package "python<=3.9" to "python", update all sha256sums and download the odoo.install file from https://aur.archlinux.org/cgit/aur.git/snapshot/odoo.tar.gz).
The second choice will be docker, Odoo 15 is working with them in Arch Linux without any problems.
graeme commented on 2021-12-17 23:21 (UTC)
Hey All, Me again, felling a bit overwhelmed Odoo that essentially runs my whole business from web --> shop --> accountancy is now down I was trying to find a fix for the bug only thing I can find is a patch for python-odoorpc any had success with this not being a programmer in any seance of the word reading through it is daunting. Any help would be much appreciated.
Regards Graeme
graeme commented on 2021-12-17 10:35 (UTC)
@AlphaJack If I knew what the hell triple backticks was I would, yes I would agree there is some sort of incompatibility issue, in research if odoo is going to install itself within the current python directory what ever version that may be, time to move on as with every update causes a problem. Thanks Regards Graeme
AlphaJack commented on 2021-12-17 08:19 (UTC)
@graeme Seems an upstream issue (2021-11-13), probably caused by an incompatibility (2021-12-09)with python 3.10.
Next time I would suggest to use triple backticks to make this kind of errors more readable:
graeme commented on 2021-12-17 06:48 (UTC)
Hey all, So had odoo V14 and python 3.9 running on a basic server ran an update this morning python up to 3.10 now odoo wont start with following errors:
Traceback (most recent call last): Dec 17 16:27:13 archserver odoo[64378]: File "/usr/bin/odoo", line 5, in <module> Dec 17 16:27:13 archserver odoo[64378]: import odoo Dec 17 16:27:13 archserver odoo[64378]: File "/usr/lib/python3.10/site-packages/odoo/init.py", line 115, in <module> Dec 17 16:27:13 archserver odoo[64378]: from . import osv Dec 17 16:27:13 archserver odoo[64378]: File "/usr/lib/python3.10/site-packages/odoo/osv/init.py", line 4, in <module> Dec 17 16:27:13 archserver odoo[64378]: from . import osv Dec 17 16:27:13 archserver odoo[64378]: File "/usr/lib/python3.10/site-packages/odoo/osv/osv.py", line 5, in <module> Dec 17 16:27:13 archserver odoo[64378]: from ..models import Model, TransientModel, AbstractModel Dec 17 16:27:13 archserver odoo[64378]: File "/usr/lib/python3.10/site-packages/odoo/models.py", line 6582, in <module> Dec 17 16:27:13 archserver odoo[64378]: collections.Set.register(BaseModel) Dec 17 16:27:13 archserver odoo[64378]: AttributeError: module 'collections' has no attribute 'Set' Dec 17 16:27:13 archserver systemd[1]: odoo.service: Main process exited, code=exited, status=1/FAILURE Dec 17 16:27:13 archserver systemd[1]: odoo.service: Failed with result 'exit-code'.
any ideas? thanks Graeme
AlphaJack commented on 2021-06-04 13:38 (UTC)
@Faalagorn @Frahik @vmchura I have adopted and updated the package to v14, I did not encounter any database error with the new version
vmchura commented on 2021-05-02 21:49 (UTC)
Hello, same problem as Faalagorn and Frahik. I am new at this package, please, I need help about it, thank you.
Frahik commented on 2021-01-11 19:04 (UTC)
I have the same problem as Faalgorn, I have not been able to solve it, I tried through virtual environments and installing this package, but I have not been able to solve it
Faalagorn commented on 2021-01-02 08:52 (UTC)
I managed to install it (I manually copied werkzeug's 3.8 files to 3.9 for Python 3.9 to work; probably not the best solution but it worked). I also had to create and give persmissions manually to
/var/lib/odoo/
, but I get the following error when creating or duplicating a database:I find some results online but no real answer online – anyone had this error?
krouziciorel commented on 2020-10-27 19:26 (UTC)
Dear genofire, yes, I agree and I prefer too not use old legacy packages.
Maybe new Odoo 14 will correct all problems, can you please update this package to the next version?
genofire commented on 2020-09-14 22:01 (UTC)
sorry @krouziciorel , but install with
pip
legacy version is a no go. I really hope that this package use venv / virtualenv - where i am fine with pip.damien commented on 2020-09-10 13:41 (UTC)
I also had to install python-wheel to get this package to install. Seems it was missed as a dependency?
krouziciorel commented on 2020-03-30 15:12 (UTC) (edited on 2020-03-31 06:15 (UTC) by krouziciorel)
Everything is fine now, I tried both options:
1.
commands:
and after starting Postgresql server and command
I can log in. The only problem is that I need to re-create the database after I leave the odoo service, because I can't login with my pre-created e-mail and password. However, this is handled by davispuh:
2.
and follow davispuh instructions, just uninstall existing python-werkzeug using pip3 and install older version 0.16.1 using AUR archive.
Now just run it:
and everything works fine, if I create a new database and user with e-mail and password, everything is fine after both services and reload.
Thank you very much for your help, ideally when the next version of Odoo will be able to work with python-werkzeug 1.0+.
By the way, after playing with the above packages I cannot run pgadmin4, I get the message:
here it will run using:
and then I can launch the web interface at
davispuh commented on 2020-03-29 14:15 (UTC)
Maybe you also need to fix
davispuh commented on 2020-03-29 14:12 (UTC)
I actually got it working very easily. Basically I just downgraded python-werkzeug like this
And that's it, now it works for me. Proper fix would be add python-werkzeug-0.16 to AUR and then make this package to depend on it.
As for why it doesn't work for you guys is because most likly you've wrong permissions on those python folders. Try fixing with
tirrevip commented on 2020-03-29 10:38 (UTC) (edited on 2020-03-29 10:42 (UTC) by tirrevip)
OK, so I was able to make Odoo run on a clean install of Arch now, by running it manually, instead of using systemctl. My steps where like this:
sudo pacman -Rdd python-werkzeug
sudo pip3 install libsass
sudo pip3 install Werkzeug==0.16.0
python /usr/bin/odoo -r odoo -d odoo -w test -i base
(The "-i base" is only used the first time to initialise the database, the -r is the database user and -d is the name of the database. -w is the password of the database user).
I will continue to see if I can figure out why the service gives a "500 Internal server error", but at least we have a workaround - which was my 1st priority right now. Using 'screen' or 'tmux' etc. should make it convenient to run it as this.
--- I do however understand that this is not what we all want, and will continue to investigate ---
If you find a -real- solution to the service not running correctly, please let me know, so I can make a fix in the package build.
Cheers
krouziciorel commented on 2020-03-29 08:49 (UTC)
I report the same bug as davispuh, it is currently not possible to use python-werkzeug 1.0.
I tried to install an older version: pip3 install werkzeug == 0.16.0
Now everything seems OK, sudo systemctl status odoo.service:
● odoo.service - Advanced OpenSource ERP and CRM server Loaded: loaded (/usr/lib/systemd/system/odo.service; disabled; vendor preset: disabled) Active: active (running) since Sun 2020-03-29 10:41:39 CEST; 2s ago Process: 2359 ExecStartPre = / usr / bin / install -d -m755 -o oooo -g oooo / run / oooo (code = exited, status = 0 / SUCCESS) PID Main: 2360 (odoo) Tasks: 4 (limit: 4515) Memory: 56.0M CGroup: /system.slice/odoo.service 602365 / usr / bin / python / usr / bin / odoo -c /etc/odoo/odoo.conf -pidfile = / run / odoo / odoo.pid
Mar 29 10:41:38 arch systemd [1]: Starting the OpenSource ERP and CRM server ... Mar 29 10:41:38 arch systemd [1]: Started Advanced OpenSource ERP and CRM server Mar 29 10:41:40 arch Odoo [2360]: 2020-03-29 08: 41: 40.097 2360 INFO? Odoo: Odoo version 13.0-20200321 Mar 29 10:41:40 arch Odoo [2360]: 2020-03-29 08: 41: 40.097 2360 INFO? odoo: Using configuration file at /etc/odoo/odoo.conf Mar 29 10:41:40 arch Odoo [2360]: 2020-03-29 08: 41: 40.097 2360 INFO? odoo: addons paths: ['/usr/lib/python3.8/site-packages/>' Mar 29 10:41:40 arch Odoo [2360]: 2020-03-29 08: 41: 40,098 2360 INFO? odoo: database: odoo @default: default Mar 29 10:41:40 arch Odoo [2360]: 2020-03-29 08: 41: 40,382 2360 INFO? odoo.addons.base.models.ir_actions_report Mar 29 10:41:40 arch Odoo [2360]: 2020-03-29 08: 41: 40.605 2360 INFO? odoo.service.server: HTTP service (werkzeug) running on>
After you try to start a Web login:
http://localhost:8068/
I'm getting 500 Internal Server Error
and via sudo systemctl status odoo.service:
● odoo.service - Advanced OpenSource ERP and CRM server Loaded: loaded (/usr/lib/systemd/system/odo.service; disabled; vendor preset: disabled) Active: active (running) since Sun 2020-03-29 10:41:39 CEST; 14s ago Process: 2359 ExecStartPre = / usr / bin / install -d -m755 -o oooo -g oooo / run / oooo (code = exited, status = 0 / SUCCESS) PID Main: 2360 (odoo) Tasks: 4 (limit: 4515) Memory: 58.6M CGroup: /system.slice/odoo.service 602365 / usr / bin / python / usr / bin / odoo -c /etc/odoo/odoo.conf -pidfile = / run / odoo / odoo.pid
Mar 29 10:41:50 arch Odoo [2360]: value = self.fget (obj) Mar 29 10:41:50 arch Odoo [2360]: File "/usr/lib/python3.8/site-packages/odoo/http.py", line 1263, in session_store Mar 29 10:41:50 arch Odoo [2360]: path = odoo.tools.config.session_dir Mar 29 10:41:50 arch Odoo [2360]: File "/usr/lib/python3.8/site-packages/odoo/tools/config.py", line 685, in session_dir Mar 29 10:41:50 Arch Odoo [2360]: os.makedirs (d, 0o700) Mar 29 10:41:50 arch Odoo [2360]: File "/usr/lib/python3.8/os.py", line 213, in makedirs Mar 29 10:41:50 arch Odoo [2360]: makedirs (head, exist_ok = exist_ok) Mar 29 10:41:50 arch Odoo [2360]: File "/usr/lib/python3.8/os.py", line 223, in makedirs Mar 29 10:41:50 arch Odoo [2360]: mkdir (name, mode) Mar 29 10:41:50 arch Odoo [2360]: PermissionError: [Errno 13] Operation refused: '/ var / lib / odoo' - - -
I see just [Errno 13].
Ubuntu also has problems: https://www.odoo.com/forum/help-1/question/no-module-named-werkzeug-contrib-164288
I haven't figured out the solution yet.
tirrevip commented on 2020-03-29 02:08 (UTC)
Hi @davispuh, I will look at this in the morning (it's nighttime here now). In the meantime, I guess installing the module using pip might be a temporary solution?
Thanks for the heads up.
davispuh commented on 2020-03-29 01:56 (UTC)
Currently it fails with
Because python-werkzeug is 1.0 which isn't compatible. See https://github.com/odoo/odoo/issues/45914
tirrevip commented on 2020-03-21 08:00 (UTC)
Hi @Vallinger - the package is now updated to version 20200321. Sorry for the late reply.
Vallinger commented on 2020-02-26 16:24 (UTC)
It is now compatible with Python 3.8 - https://github.com/odoo/odoo/pull/40355 Install a newer nightly by changing the subversion in the PKGBUILD to a new one: 'yay -S --mflags "--skipchecksums" --editmenu odoo' in the PKGBUILD change the value of _pkgsubversion to a new one - https://nightly.odoo.com/13.0/nightly/src/ - e.g., 20200226.
ArthurBorsboom commented on 2020-01-20 13:10 (UTC)
In my case I had to install the [python2-wheel] package for a successful installation. Maybe this must be added as a build dependency?
gehidore commented on 2019-12-14 00:36 (UTC) (edited on 2019-12-14 00:49 (UTC) by gehidore)
Not compatible with Python 3.8? https://github.com/odoo/odoo/issues/40232
PR to fix https://github.com/odoo/odoo/pull/40355
rustis commented on 2019-07-19 00:04 (UTC)
Package is updated, should work now
gkrukar commented on 2019-05-01 19:11 (UTC)
ngoonee commented on 2018-12-28 21:39 (UTC) (edited on 2019-01-02 05:05 (UTC) by ngoonee)
I had to run the commands from @lonaowna's comment on 2018-06-05 to get odoo working here. Should the relevant parts of odoo.install be in post_install rather than post_upgrade?
lonaowna commented on 2018-08-06 22:24 (UTC)
@golodhrim thanks, fixed.
If anyone has trouble: don't forget to rebuild your Python AUR packages manually. For odoo, these are
python-pypdf2
python-num2words
python-ebaysdk
python-ofxparse
ptyhon-stdnum
python-vatnumber
.golodhrim commented on 2018-08-06 21:09 (UTC)
should be updated to 20180806 at least, as there are incompatibilities with pzthon 3.7
bOlaE commented on 2018-06-05 19:07 (UTC)
@lonaowna, thanks! It works now! :)
lonaowna commented on 2018-06-05 16:38 (UTC)
@bOlaE, sorry: I messed up something in the last update. It should be fixed now.
You don't need to reinstall, you can run this as root:
bOlaE commented on 2018-06-05 14:11 (UTC)
Hi Guys, I have just installed this package but there is nothing in localhost:8069, anyone can help me?
lonaowna commented on 2018-04-04 14:39 (UTC)
@bidosessi, thanks!
I've updated the package to 11.0. If I've missed any dependencies or anyone wants to be co-maintainer, please let me know.
bidossessi commented on 2018-04-04 14:34 (UTC)
@Ionaowna I've disowned the package. My client has chosen to move away from odoo, and you just reminded me that this issue here was pending. Feel free to take over.
lonaowna commented on 2018-04-04 12:32 (UTC) (edited on 2018-04-04 12:35 (UTC) by lonaowna)
Here is a working PKGBUILD for 11.0: https://gist.github.com/slokhorst/19e3c7bfda1c49070abcd0b1c9729ca2
I have created AUR packages for the missing Python packages (python-ebaysdk, python-psycogreen, python-vatnumber).
@bidossessi, if you do not want to maintain version 11.0, please move this one to 'odoo10', as mentioned below.
t-ask commented on 2017-12-17 13:08 (UTC)
@satriani Do you have the PKGBUILD for 11? It sounds like you have. Did you need to install one of those packages?
@bidossessi. Can you give us an update on your plans with this outdated package? Could you move it to a new package 'odoo10'? This would make it possible for someone else to take over and update to 11.
satriani commented on 2017-11-26 23:39 (UTC)
t-ask commented on 2017-10-30 14:40 (UTC) (edited on 2017-10-30 14:42 (UTC) by t-ask)
bidossessi commented on 2017-10-24 18:24 (UTC)
abdullatif commented on 2017-10-17 18:15 (UTC) (edited on 2017-10-17 18:18 (UTC) by abdullatif)
satriani commented on 2017-10-12 08:09 (UTC)
bidossessi commented on 2017-10-07 15:29 (UTC)
jaw8621 commented on 2017-07-20 18:34 (UTC) (edited on 2017-07-20 18:34 (UTC) by jaw8621)
bidossessi commented on 2017-07-20 18:07 (UTC)
bidossessi commented on 2017-07-20 18:04 (UTC)
bidossessi commented on 2017-07-20 18:02 (UTC)
bidossessi commented on 2017-06-07 20:21 (UTC)
jaw8621 commented on 2017-06-07 18:57 (UTC)
kikislater commented on 2017-04-04 06:58 (UTC)
bidossessi commented on 2017-04-04 06:56 (UTC)
kikislater commented on 2017-04-04 06:50 (UTC)
bidossessi commented on 2017-03-21 09:35 (UTC)
grexe commented on 2017-03-21 08:39 (UTC) (edited on 2017-03-21 08:40 (UTC) by grexe)
bidossessi commented on 2017-03-21 01:06 (UTC)
bidossessi commented on 2017-03-21 01:03 (UTC) (edited on 2017-03-21 01:04 (UTC) by bidossessi)
grexe commented on 2017-03-20 21:26 (UTC) (edited on 2017-03-20 21:28 (UTC) by grexe)
bidossessi commented on 2016-10-28 04:20 (UTC)
fphillips commented on 2016-10-24 05:07 (UTC)
bidossessi commented on 2016-10-11 10:28 (UTC)
bidossessi commented on 2016-09-01 16:37 (UTC)
wget commented on 2016-09-01 15:26 (UTC)
bidossessi commented on 2016-08-25 15:31 (UTC)
satriani commented on 2016-08-24 13:05 (UTC)
ArthurBorsboom commented on 2016-04-29 19:00 (UTC)
ArthurBorsboom commented on 2016-04-29 18:04 (UTC)
bidossessi commented on 2016-04-20 03:01 (UTC)
ericklopez76 commented on 2016-04-20 02:38 (UTC)
wget commented on 2016-02-15 00:34 (UTC)
bidossessi commented on 2015-11-09 22:28 (UTC)
bidossessi commented on 2015-11-09 22:25 (UTC)
ArthurBorsboom commented on 2015-10-06 11:31 (UTC)
bidossessi commented on 2015-10-02 13:39 (UTC)
ttofano commented on 2015-08-16 20:28 (UTC)
bidossessi commented on 2015-08-13 21:26 (UTC)
ttofano commented on 2015-08-10 00:27 (UTC)
bidossessi commented on 2015-01-28 17:20 (UTC)
bidossessi commented on 2014-10-14 12:41 (UTC)
perempty commented on 2014-10-04 23:16 (UTC)
munzirtaha commented on 2014-09-21 15:02 (UTC)
ludat commented on 2014-09-12 20:17 (UTC)
blaggacao commented on 2014-05-18 21:02 (UTC)
bidossessi commented on 2014-05-18 00:55 (UTC)
mbrown commented on 2014-05-16 15:17 (UTC)
bidossessi commented on 2014-04-29 09:34 (UTC)
felixonmars commented on 2014-03-25 03:17 (UTC)
jorgejch commented on 2014-03-17 00:38 (UTC)
bidossessi commented on 2014-02-20 10:07 (UTC)
ChrisDennis commented on 2014-01-15 20:41 (UTC)
dun32 commented on 2014-01-03 07:52 (UTC)
munzirtaha commented on 2013-12-29 15:59 (UTC)
bidossessi commented on 2013-12-02 10:55 (UTC)
munzirtaha commented on 2013-11-30 07:09 (UTC)
bidossessi commented on 2013-11-19 12:45 (UTC)
dun32 commented on 2013-11-16 07:18 (UTC)
bidossessi commented on 2013-11-13 09:27 (UTC)
dun32 commented on 2013-11-12 07:14 (UTC)
bidossessi commented on 2013-10-31 12:00 (UTC)
ChrisDennis commented on 2013-10-31 09:17 (UTC)
bidossessi commented on 2013-10-31 06:23 (UTC)
ChrisDennis commented on 2013-10-30 11:42 (UTC)
bidossessi commented on 2013-10-21 12:00 (UTC)
bidossessi commented on 2013-08-12 17:06 (UTC)
bidossessi commented on 2013-06-26 15:47 (UTC)
bidossessi commented on 2013-05-23 01:20 (UTC)
mbrown commented on 2013-05-15 13:48 (UTC)
bidossessi commented on 2013-05-09 09:44 (UTC)
bidossessi commented on 2013-04-10 12:17 (UTC)
mrechte commented on 2013-03-11 14:30 (UTC)
commented on 2013-02-19 18:47 (UTC)
bidossessi commented on 2013-02-11 08:39 (UTC)
commented on 2013-02-11 08:16 (UTC)
bidossessi commented on 2013-01-25 16:19 (UTC)
net147 commented on 2013-01-24 01:46 (UTC)
commented on 2013-01-21 08:34 (UTC)
bidossessi commented on 2013-01-12 01:58 (UTC)
bidossessi commented on 2013-01-11 07:24 (UTC)
mbrown commented on 2013-01-09 21:05 (UTC)
bidossessi commented on 2012-11-29 15:38 (UTC)
mrechte commented on 2012-11-29 10:16 (UTC)
bidossessi commented on 2012-10-20 07:35 (UTC)
Fandekasp commented on 2012-10-18 02:07 (UTC)
bidossessi commented on 2012-10-09 07:44 (UTC)
Fandekasp commented on 2012-10-09 00:43 (UTC)
zancarius commented on 2012-10-08 22:46 (UTC)
rivas commented on 2012-09-19 18:56 (UTC)
bidossessi commented on 2012-09-05 17:49 (UTC)
bidossessi commented on 2012-06-06 10:52 (UTC)
PaterSiul commented on 2012-06-05 09:10 (UTC)
Diego.Florez commented on 2012-04-13 08:08 (UTC)
bidossessi commented on 2012-04-13 02:10 (UTC)
Diego.Florez commented on 2012-04-12 14:52 (UTC)
bidossessi commented on 2012-04-12 13:40 (UTC)
Diego.Florez commented on 2012-04-12 05:04 (UTC)
Diego.Florez commented on 2012-04-12 04:22 (UTC)
bidossessi commented on 2012-04-10 15:27 (UTC)
commented on 2012-04-09 21:53 (UTC)
commented on 2012-04-09 21:48 (UTC)
stativ commented on 2012-03-27 16:44 (UTC)
stativ commented on 2012-03-27 16:43 (UTC)
bidossessi commented on 2012-03-21 19:28 (UTC)
aricaldeira commented on 2012-03-20 23:05 (UTC)
bidossessi commented on 2012-03-12 09:40 (UTC)
bidossessi commented on 2012-01-13 09:13 (UTC)
RazZziel commented on 2011-12-28 13:54 (UTC)
commented on 2011-12-07 15:21 (UTC)
commented on 2011-12-07 14:13 (UTC)
commented on 2011-12-07 13:32 (UTC)
commented on 2011-12-07 11:16 (UTC)
commented on 2011-12-07 11:07 (UTC)
commented on 2011-09-15 17:43 (UTC)
commented on 2011-08-26 21:54 (UTC)
commented on 2011-08-26 21:54 (UTC)
toropisco commented on 2011-08-15 16:45 (UTC)
commented on 2011-05-10 08:00 (UTC)
raw commented on 2011-05-09 07:29 (UTC)
mdias commented on 2011-04-20 10:54 (UTC)
mdias commented on 2011-04-20 10:39 (UTC)
mdias commented on 2011-04-20 10:36 (UTC)
raw commented on 2011-03-15 14:49 (UTC)
L42y commented on 2011-03-11 03:06 (UTC)
L42y commented on 2011-02-07 20:15 (UTC)
commented on 2011-02-07 14:37 (UTC)
commented on 2011-02-07 13:24 (UTC)
commented on 2010-12-06 13:41 (UTC)
L42y commented on 2010-12-05 21:54 (UTC)
commented on 2010-11-01 11:47 (UTC)
tocer commented on 2010-10-27 01:25 (UTC)
tocer commented on 2010-06-18 01:54 (UTC)
commented on 2010-06-14 07:40 (UTC)
tocer commented on 2010-06-13 22:16 (UTC)
commented on 2010-06-13 14:57 (UTC)
tocer commented on 2010-04-02 15:20 (UTC)
commented on 2010-04-02 14:35 (UTC)
tocer commented on 2010-03-25 03:31 (UTC)