IRC logs of #tryton for Tuesday, 2009-03-24

chat.freenode.net #tryton log beginning Tue Mar 24 00:00:02 CET 2009
2009-03-24 00:03 <vengfulsquirrel> Okay yeah I think there might be a bug, sorry for the inconvenience.
2009-03-24 00:04 <juanfer> Dont worry, I could help to you to find it.
2009-03-24 00:05 <vengfulsquirrel> Usually I only use the trytond script to setup the database.
2009-03-24 00:06 <juanfer> the problem appear to be in dbcreate.py line 358
2009-03-24 00:07 <juanfer> rpcprogress = common.RPCProgress('db_exec', ...
2009-03-24 00:08 <juanfer> I could use python to replicate the connetion?
2009-03-24 00:10 <vengfulsquirrel> That is on the client side though, the error is happening on the server I think
2009-03-24 00:11 <juanfer> In the server side appear to be connected to the database: INFO:database:connect to "trytondb", but there are not such database.
2009-03-24 00:12 <juanfer> with is the file that show such INFO?
2009-03-24 00:13 <bch> juanfer: it trytondb does not exist the folow line should tell you something like ERROR:server:could not connect to database trytondb
2009-03-24 00:14 <vengfulsquirrel> bch: If I use createdb and then call trytond --init=all -d DBNAME that should replicate what happens in the client correct?
2009-03-24 00:14 <bch> vengfulsquirrel: yes
2009-03-24 00:15 <juanfer> This line (ERROR:server:could not connect to database trytondb) doesn't appear.
2009-03-24 00:15 <juanfer> The error appear in the client, not in the server.
2009-03-24 00:17 <juanfer> I think that the error is in the client, not in the server, because the line that I told you are trying to pass null values, not the values that I write.
2009-03-24 00:18 <juanfer> No sorry forget that I just say
2009-03-24 00:18 <vengfulsquirrel> http://paste.pocoo.org/show/109271/
2009-03-24 00:18 <bch> juanfer: which client are you using ?
2009-03-24 00:18 <juanfer> the one in the repository.
2009-03-24 00:18 <vengfulsquirrel> bch: I think this is a bug: http://paste.pocoo.org/show/109271/
2009-03-24 00:20 <bch> vengfulsquirrel: are you up to date ? the same is working here
2009-03-24 00:21 <bch> http://paste.pocoo.org/show/109273/
2009-03-24 00:22 <vengfulsquirrel> weird
2009-03-24 00:25 <vengfulsquirrel> bch: Apparently it works fine if I install beautifulsoup.
2009-03-24 00:28 <bch> vengfulsquirrel: ok i will try to have a look on this tomorrow
2009-03-24 00:30 <vengfulsquirrel> Whew okay now everything works as expected.
2009-03-24 00:31 <juanfer> I will try
2009-03-24 00:36 -!- bch(n=user@85.201.74.27) has left #tryton
2009-03-24 00:37 <juanfer> vengfulsquirrel: I have a mistake, I was not running the server as the user tryton, but now that I do, it work, sorry.
2009-03-24 00:39 <vengfulsquirrel> juanfer: Yeah that's fine, I forgot about that. Ha there are so many users! It looks like the bug I was complaining about is already in the bug tracker it just got stalled because there wasn't enough info.
2009-03-24 00:39 <vengfulsquirrel> I guess you didn't have that problem though, which is weird. So you got the db created and can login now ?
2009-03-24 00:40 <juanfer> Yes, I'm working, I'm so sorry by make you lost time.
2009-03-24 00:41 <juanfer> Actually, I found that to connect as tryton user, I must use "su - tryton -m", because the HOME variable is not defined to it.
2009-03-24 00:42 <juanfer> And, I was to connect as "su - tryton", and never take in account that I was not the user tryton.
2009-03-24 00:42 <juanfer> Sorry
2009-03-24 00:44 <vengfulsquirrel> No problem, I'm glad its working now.
2009-03-24 00:45 <CIA-10> tryton: vengfulsquirrel roundup * #882/Can not create datebase (workflow.transition): I had the same error from trunk and installed beautiful soup and it went away. I don't understand the relationship. But I think either the googl ...
2009-03-24 00:52 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1669:f63edb5a9e02 trytond/trytond/modules/__init__.py: Let's ImportError exception raise to top for issue882
2009-03-24 00:53 <CIA-10> tryton: ced roundup * #882/Can not create datebase (workflow.transition): [resolved] Fix with changeset f63edb5a9e02
2009-03-24 00:53 <CIA-10> tryton: ced roundup * #893/Wizards not displayed: [deferred] It can be linked to a bad gtk theme
2009-03-24 00:54 <vengfulsquirrel> cedk: When the script doesn't work why does it still start the server?
2009-03-24 00:56 <cedk> vengfulsquirrel: I remove this
2009-03-24 00:56 <vengfulsquirrel> Err.. sorry I mean something different than 882. If I call trytond --init=all -dDBNAME and the databse doesn't exist than the server still starts.
2009-03-24 00:57 <CIA-10> tryton: ced roundup * #895/UnicodeDecodeError: 'ascii' codec can't decode byte 0xfe in position 0: ordinal not in range(128): [need-eg] Could you give what you are translating?
2009-03-24 00:58 <cedk> vengfulsquirrel: there is an error message
2009-03-24 00:58 <cedk> vengfulsquirrel: it is a border effect
2009-03-24 00:59 <cedk> vengfulsquirrel: do you think we must fail
2009-03-24 01:01 <vengfulsquirrel> Yes I think failing would be more logical.
2009-03-24 01:02 <cedk> vengfulsquirrel: ok, I will change
2009-03-24 01:02 <vengfulsquirrel> Especially since if init works it doesn't start the server
2009-03-24 01:02 <vengfulsquirrel> Its not symmetric and you think maybe its working.
2009-03-24 01:02 <vengfulsquirrel> Maybe in future future versions it should be a completely different script.
2009-03-24 01:03 <vengfulsquirrel> Of course not now though because that's a big change.
2009-03-24 01:05 <cedk> vengfulsquirrel: no need to be a different script, it is only 200lines
2009-03-24 01:05 <vengfulsquirrel> Yeah maybe its the help file or how the arguments are considered that's confusing.
2009-03-24 01:06 <vengfulsquirrel> Passing --init=all WITHOUT -d just starts the server.
2009-03-24 01:06 <vengfulsquirrel> --help doesn't explain that --init does nothing with -d.
2009-03-24 01:06 <vengfulsquirrel> *without -d
2009-03-24 01:08 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1670:5b9645cdb081 trytond/trytond/server.py: Don't start the server if bad database given
2009-03-24 01:08 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1671:78b04b6ba6f2 trytond/trytond/server.py: Fix typo and guidelines
2009-03-24 01:14 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1672:14823d4b1b09 trytond/trytond/ (config.py server.py): Don't start the server if init or update without database option
2009-03-24 01:15 <cedk> vengfulsquirrel: done
2009-03-24 01:15 <vengfulsquirrel> Thanks that's much better.
2009-03-24 01:15 <vengfulsquirrel> Way more intuitive.
2009-03-24 01:15 <cedk> vengfulsquirrel: it was some inherited stuff from OpenERP
2009-03-24 01:16 <vengfulsquirrel> Yeah I know, it took me forever to get that to work when I first tried to install openerp a while ago.
2009-03-24 01:58 <juanfer> vengfulsquirrel: who could I install a module by example the module stock?
2009-03-24 02:00 <juanfer> I go to the directory trytond/modules/stock and run python setup.py install like say in the INSTALL file, but appear an error: error: Installed distribution trytond 1.0.3 conflicts with requirement trytond>=1.1
2009-03-24 02:01 -!- ikks(i=igor@186.97.33.168) has joined #tryton
2009-03-24 02:01 <vengfulsquirrel> If they are in the directory modules you can usually install them via the client.
2009-03-24 02:02 <vengfulsquirrel> Administration->Modules
2009-03-24 02:02 <vengfulsquirrel> it sounds like you have a version conflict brewing though
2009-03-24 02:02 <juanfer> yes I think so.
2009-03-24 02:02 <vengfulsquirrel> You installed via debian and via tryton-dev.sh ?
2009-03-24 02:03 <vengfulsquirrel> *AND
2009-03-24 02:04 <juanfer> I just follow the instruction in the http://code.google.com/p/tryton/wiki/InstallationOnDebian
2009-03-24 02:04 <juanfer> actually I'm using the version in the repository.
2009-03-24 02:05 <vengfulsquirrel> Well somewhere you have version 1.0.3
2009-03-24 02:06 <juanfer> how could I see the trytond version?
2009-03-24 02:07 <juanfer> trytond is the 1.1 version
2009-03-24 02:08 <vengfulsquirrel> check in your global site-packages for a trytond egg
2009-03-24 02:08 <vengfulsquirrel> but also you don't need to do setup.py install if you are using tryton-dev.sh
2009-03-24 02:12 <vengfulsquirrel> juanfer: Does that make sense?
2009-03-24 02:12 <juanfer> I don't understand you, I don't use tryton-dev.sh
2009-03-24 02:14 <juanfer> this is the error installing sale http://rafb.net/p/t1HQDi11.html
2009-03-24 02:15 <juanfer> In Administration->Modules just appear the modules: ir, res, webdav and workflow
2009-03-24 02:18 <vengfulsquirrel> Okay yeah sorry, so you are following InstallationOnDebian, under the section "Get the sources" how did you proceed in that section ?
2009-03-24 02:20 <juanfer> I restard the server, and appear.
2009-03-24 02:20 <juanfer> Oh, but the State is Not Installed.
2009-03-24 02:22 <juanfer> Actually, I follow the instructions and install the version from the repository ton /usr/local/tryton/trytond
2009-03-24 02:22 <juanfer> and /usr/local/tryton/tryton
2009-03-24 02:22 <juanfer> And for the modules /usr/local/tryton/trytond/modules
2009-03-24 02:23 <vengfulsquirrel> okay yeah that sounds good
2009-03-24 02:25 <juanfer> Now I have the sotck in the list of modules throw the client, but marked as Not Installed, I try to Mark for Installation, and appear me the following message: "Missing dependencies ['party', 'product', 'company', 'currency'] for module "stock"
2009-03-24 02:25 <juanfer> It could be the version?
2009-03-24 02:25 <vengfulsquirrel> You have to also mark those for install before you can install stock.
2009-03-24 02:25 <juanfer> K
2009-03-24 02:26 <juanfer> It could be usefull to have a tree of modules.
2009-03-24 02:26 <juanfer> There are one?
2009-03-24 02:28 <vengfulsquirrel> Well you can view dependencies in the client.
2009-03-24 02:28 <juanfer> Yes :-)
2009-03-24 02:28 <vengfulsquirrel> Its not a tree though
2009-03-24 02:28 <vengfulsquirrel> just a list
2009-03-24 02:29 <juanfer> K, I will do my own.
2009-03-24 03:48 -!- FWiesing(n=Wiesinge@194-208-185-012.tele.net) has left #tryton
2009-03-24 03:55 <juanfer> vengfulsquirrel: http://rafb.net/p/KBT5sP62.html
2009-03-24 03:57 <juanfer> bye
2009-03-24 05:19 -!- yangoon(n=mathiasb@p549F573E.dip.t-dialin.net) has joined #tryton
2009-03-24 07:14 -!- paola(n=paola@host-84-223-229-235.cust-adsl.tiscali.it) has joined #tryton
2009-03-24 08:11 -!- sharkcz(n=dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2009-03-24 08:12 -!- racke(n=racke@a89-183-9-161.net-htp.de) has joined #tryton
2009-03-24 08:13 -!- racke(n=racke@a89-183-9-161.net-htp.de) has left #tryton
2009-03-24 08:56 -!- gadaga(n=gadaga@pic33-2-88-163-57-149.fbx.proxad.net) has joined #tryton
2009-03-24 08:58 <CIA-10> tryton: cristi roundup * #895/UnicodeDecodeError: 'ascii' codec can't decode byte 0xfe in position 0: ordinal not in range(128): I just selected all fields from translation module and tried to trnaslate into romanian. But i will do it in small chunks and porbably will discov ...
2009-03-24 09:49 -!- johbo(n=joh@statdsl-085-016-072-173.ewe-ip-backbone.de) has joined #tryton
2009-03-24 09:53 -!- Gedd(n=ged@ip-80-236-203-113.dsl.scarlet.be) has joined #tryton
2009-03-24 10:14 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2009-03-24 10:15 -!- bechamel(n=user@85.201.74.27) has joined #tryton
2009-03-24 11:32 <udono> \join #kmux
2009-03-24 11:43 -!- rack1(n=racke@a89-182-67-32.net-htp.de) has joined #tryton
2009-03-24 11:43 -!- rack1(n=racke@a89-182-67-32.net-htp.de) has left #tryton
2009-03-24 12:24 -!- ikks(i=igor@186.97.50.44) has joined #tryton
2009-03-24 12:32 <CIA-10> tryton: matb roundup * #896/Payment wizard: Complete Write-Off: [new] If you want to do a complete Write-Off (I don't know, if this will happen in real life;), the you would put in payment amount 0. in this cas ...
2009-03-24 12:36 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 298:d6d27d9cb130 account_invoice/invoice.py: Add "Write-Off" prefix for account and journal
2009-03-24 12:36 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 299:26a2f60d1fcd account_invoice/invoice.py: merge
2009-03-24 12:37 <CIA-10> tryton: matb roundup * #591/account_invoice: Credit Note: [chatting] Refering to msg2207: > the other function is missing. this function is called 'cancellation'. > 'cancellation' means that the invoice h ...
2009-03-24 12:39 <CIA-10> tryton: ced roundup * #591/account_invoice: Credit Note: [resolved] It is a credit note to cancel the invoice. For me it is clear that it creates a new document.
2009-03-24 12:46 <CIA-10> tryton: ced roundup * #591/account_invoice: Credit Note: [chatting] I should perhaps rename the check box into refund?
2009-03-24 13:28 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 300:fd5696786799 account_invoice/ (invoice.py invoice.xml): Rename cancellation into refund for issue591
2009-03-24 13:29 <CIA-10> tryton: ced roundup * #591/account_invoice: Credit Note: [resolved] Done with changeset fd5696786799
2009-03-24 13:35 <CIA-10> tryton: ced roundup * #896/Payment wizard: Complete Write-Off: [resolved] The behavior is correct. You have 0 for the write-off amount because the amount to pay to day is 0. You must select the lines you want ...
2009-03-24 13:43 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 301:f248b7777951 account_invoice/invoice.py: Set default value to write-off when making payment with 0
2009-03-24 13:43 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 302:a19cfa998dce account_invoice/invoice.py: Don't call reconcile if there is no lines
2009-03-24 13:43 <CIA-10> tryton: matb roundup * #896/Payment wizard: Complete Write-Off: [chatting] If I fill in 0,01 in the Payment wizard (for a total of 10), then I get in case of Write-Off the amount for the Write-Off correctly pre ...
2009-03-24 13:44 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 250:b47a2634b2c7 party/address.py: Fix typo in search_rec_name that created infinite loop
2009-03-24 14:02 <CIA-10> tryton: matb roundup * #893/Wizards not displayed: So I finally found the problem: It was caused by setting Options/Form/Toolbar to disabled. This also makes disappear the (tool)bar for the wizard ...
2009-03-24 14:02 -!- johbo_(n=joh@statdsl-085-016-072-173.ewe-ip-backbone.de) has joined #tryton
2009-03-24 15:21 -!- paola(n=paola@host-84-223-229-235.cust-adsl.tiscali.it) has joined #tryton
2009-03-24 15:55 -!- ikks_(n=igor@201.244.188.98) has joined #tryton
2009-03-24 15:56 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1231:dc4c287ddb33 tryton/tryton/gui/window/view_form/ (3 files in 2 dirs): Set default digits to (16, 2)
2009-03-24 15:56 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1232:34b5393ee0ab tryton/tryton/ (2 files in 2 dirs):
2009-03-24 15:56 <CIA-10> tryton: Fix digits tests for float entries
2009-03-24 15:56 <CIA-10> tryton: It now uses string value instead of float to avoid float imprecision
2009-03-24 16:00 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 303:bf5190c91323 account_invoice/invoice.py: Add lines to pay as default lines if the payment amount is zero for issue896
2009-03-24 16:00 <CIA-10> tryton: ced roundup * #896/Payment wizard: Complete Write-Off: [resolved] Fix with changeset bf5190c91323
2009-03-24 16:26 -!- juanfer(n=juanfer@190.144.69.234) has joined #tryton
2009-03-24 16:26 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 412:cffef73702c3 account/party.py: Security fix for SQL injection
2009-03-24 16:30 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 304:ac4d9b48bfbd account_invoice/invoice.py: Security fix for SQL injection
2009-03-24 16:37 -!- igor__(n=igor@190.144.69.234) has joined #tryton
2009-03-24 16:45 <CIA-10> tryton: Mathias Behrle <mathiasb@behrle.dyndns.org> default * 1673:c27b8afff49c trytond/trytond/ (ir/de_DE.csv res/de_DE.csv webdav/de_DE.csv): Update translation for de_DE
2009-03-24 16:46 <CIA-10> tryton: Mathias Behrle <mathiasb@behrle.dyndns.org> default * 139:9eea18bf6d18 company/de_DE.csv: Update translation for de_DE
2009-03-24 16:46 <CIA-10> tryton: Mathias Behrle <mathiasb@behrle.dyndns.org> default * 251:5233632eb5f5 party/de_DE.csv: Update translation for de_DE
2009-03-24 16:47 <CIA-10> tryton: Mathias Behrle <mathiasb@behrle.dyndns.org> default * 1233:2ff6e43fec17 tryton/share/locale/de_DE/LC_MESSAGES/ (tryton.mo tryton.po): Update translation for de_DE
2009-03-24 16:47 <CIA-10> tryton: Mathias Behrle <mathiasb@behrle.dyndns.org> default * 1234:c4e2bad99ffb tryton/: merge
2009-03-24 16:48 <CIA-10> tryton: Mathias Behrle <mathiasb@behrle.dyndns.org> default * 305:786d0d1be2f1 account_invoice/de_DE.csv: Update translation for de_DE
2009-03-24 16:48 <CIA-10> tryton: Mathias Behrle <mathiasb@behrle.dyndns.org> default * 306:1c809da85407 account_invoice/: merge
2009-03-24 16:57 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1235:6f5e6ffc89b3 tryton/tryton/gui/main.py: Handle value of 'form.toolbar' at startup for issue893
2009-03-24 16:57 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1236:119c8a2564f8 tryton/: merge
2009-03-24 16:59 <CIA-10> tryton: ced roundup * #893/Wizards not displayed: [resolved] Fix with changeset 6f5e6ffc89b3. And by the way, do you know you can access to the wizards and reports with shortcuts of: Form>Actions ...
2009-03-24 17:15 -!- cristi_an(i=5978d3ce@gateway/web/ajax/mibbit.com/x-62a8fa2b8bd67a1d) has joined #tryton
2009-03-24 17:32 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1674:ab8ca5fb0860 trytond/trytond/wizard/wizard.py: Fix when deleting wizard datas if it doesn't exist
2009-03-24 17:32 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1675:283792e674d8 trytond/: merge
2009-03-24 17:40 -!- carlos(n=carlos@77.224.191.31) has joined #tryton
2009-03-24 17:41 <carlos> Hi, Isn't there any way to specify discounts in Tryton's invoices?
2009-03-24 17:48 <carlos> no, there is not such feature in the standard Tryton module set
2009-03-24 17:51 -!- johbo(n=joh@statdsl-085-016-072-173.ewe-ip-backbone.de) has joined #tryton
2009-03-24 17:53 <CIA-10> tryton: ced roundup * #463/Translation: client doesn't adapt to current users preferences: [resolved] Fix with changeset 4823b257d697
2009-03-24 17:55 <CIA-10> tryton: ced roundup * #526/document shortcuts not displayed and not working on toolbar: [resolved] You can use the shortcuts: Form>Actions... Form>Print... This allow to have access to toolbar functions from the keyboard.
2009-03-24 18:05 -!- FWiesing(n=Wiesinge@194-208-185-012.tele.net) has joined #tryton
2009-03-24 19:14 <CIA-10> tryton: C?dric Krier <ced@b2ck.com> default * 1676:ede67bbcf1d3 trytond/trytond/ (model/modelsql.py modules/__init__.py): Add update history table at the end of modules loading for issue888
2009-03-24 19:15 <CIA-10> tryton: ced roundup * #888/__history tables need an update when new modules are activated: [resolved] Fix with changeset ede67bbcf1d3
2009-03-24 19:27 -!- vengfulsquirrel(n=ian@c-67-160-236-234.hsd1.ca.comcast.net) has joined #tryton
2009-03-24 19:55 -!- enlightx(n=enlightx@host-84-220-84-215.cust-adsl.tiscali.it) has joined #tryton
2009-03-24 20:18 -!- essich(n=essich@f053113105.adsl.alicedsl.de) has joined #tryton
2009-03-24 20:30 -!- cristi_an(i=5978d3ce@gateway/web/ajax/mibbit.com/x-42f6d5b4db5547c1) has joined #tryton
2009-03-24 20:31 <cristi_an> cedk: i started translation and soon i will be ready....
2009-03-24 20:31 <cristi_an> thx to google module
2009-03-24 20:31 <cristi_an> BUT it does not matter if this is done on a dev branch version ?
2009-03-24 20:31 <cristi_an> so i will be able to export those as files and later commit ?
2009-03-24 20:32 <yangoon> cristi_an: it *should* be done on dev branch
2009-03-24 20:32 <cristi_an> yangoon: ok...but i assume guys add stuffs there
2009-03-24 20:32 <cristi_an> etc
2009-03-24 20:33 <cristi_an> so i should synch somehpw
2009-03-24 20:33 <cristi_an> maybe i 2 weeks ...3 there will be more changes
2009-03-24 20:34 <yangoon> cristi_an: the usual mercurial stuff
2009-03-24 20:34 <yangoon> cristi_an: try to make a rather complete translation of single repos
2009-03-24 20:35 <cristi_an> what do you mean ...
2009-03-24 20:35 <yangoon> cristi_an: and remember that translation in stable will last for half a year
2009-03-24 20:35 <cristi_an> "try to make a rather complete translation of single repos" ?
2009-03-24 20:36 <cristi_an> i did not understood that
2009-03-24 20:36 <yangoon> first translate client and server
2009-03-24 20:36 <yangoon> then modules
2009-03-24 20:36 <cristi_an> oki
2009-03-24 20:36 <cristi_an> thx for tip
2009-03-24 20:36 <cristi_an> how long did it took for you ?
2009-03-24 20:37 <cristi_an> did you used this google translate thing cedk done ?
2009-03-24 20:37 <yangoon> cristi_an: it is an everlasting process, but first time I think 1-2 weeks (fewer modules)
2009-03-24 20:38 <yangoon> cristi_an: no, I don't use it
2009-03-24 20:38 <cristi_an> it is very veryy usefull :)
2009-03-24 20:38 <cristi_an> did you tried that ?
2009-03-24 20:38 <yangoon> but if you have a good basic translation of some modules the new imporvement will help you a lot
2009-03-24 20:39 <yangoon> frist it doesn't work behind proxy, and I am
2009-03-24 20:39 <cristi_an> regarding accounts....
2009-03-24 20:39 <cristi_an> who did chart of account for germany ?
2009-03-24 20:39 <cristi_an> that is not made public ?
2009-03-24 20:40 <yangoon> second it will never find correct translations for special items
2009-03-24 20:40 <cristi_an> yangoon: that is why i check every term
2009-03-24 20:40 <cristi_an> but a lot of them are ok.
2009-03-24 20:40 <cristi_an> and already filled in
2009-03-24 20:40 <yangoon> cristi_an: i hope so;)
2009-03-24 20:41 <yangoon> if they are already filled in, it is not google translate (I think)
2009-03-24 20:42 <yangoon> you have to control, correct and uncheck fuzzy for new items
2009-03-24 20:42 <cristi_an> fuzzy means that is not checked as being correct no ?
2009-03-24 20:43 <yangoon> yes
2009-03-24 20:43 <cristi_an> yangoon: google trnaslate fill in the language you choose ....
2009-03-24 20:43 <cristi_an> it has the base in english and fill in the desired language the translation as fuzzy
2009-03-24 20:44 <cristi_an> so i have to just uncheck fuzzy or correct ...
2009-03-24 20:46 <cristi_an> udono: cedk what char of accounts are ready and working ?
2009-03-24 21:04 <CIA-10> tryton: htgoebel roundup * #897/Exception: ('AccessError', 'You try to bypass an access rule (Document type: Unit of measure).'): [new] Traceback (most recent call last): File "/trytond/protocols/netrpc.py", line 48, in run res = dispatch(host, port, 'NetRPC', *msg) F ...
2009-03-24 21:08 <CIA-10> tryton: htgoebel roundup * #897/Exception: ('AccessError', 'You try to bypass an access rule (Document type: Unit of measure).'): [chatting] * Add a new unit of measure with a new category. * Save, but keep the window open. * Open new window for the categories and delete the ...
2009-03-24 21:08 <juanfer> vengfulsquirrel, cedr: I want to create a new page in the wiki, to put the modules tree: ,http://rafb.net/p/pCXWK125.html, but I found that I need to be accepted in the group, there are a posibility?
2009-03-24 21:17 <juanfer> This tree could be usefull to make an recursive instalation of the modules.
2009-03-24 21:17 <vengfulsquirrel> juanfer: Ha oh wow I didn't realize you meant you were going to make one. Yeah maybe it should go within another page, I'm not sure which one though.
2009-03-24 21:17 <vengfulsquirrel> What do you mean recursive install ?
2009-03-24 21:18 <juanfer> If you install a module like the sale module, so it must look for just only those modules in the next level, and make the same instalation, and so on.
2009-03-24 21:22 <cristi_an> but that is how it is done no ?
2009-03-24 21:22 <cristi_an> juanfer:
2009-03-24 21:22 <cristi_an> this is how module instalation works
2009-03-24 21:24 <juanfer> Well not in my instalation.
2009-03-24 21:24 <cristi_an> what do you mean ?
2009-03-24 21:25 <juanfer> It just tell me the dependencies, but doesn't install its, at least it is how work in my instalation.
2009-03-24 21:26 <juanfer> And many of the Dependencies are redundants.
2009-03-24 21:26 <cristi_an> what os you have...?
2009-03-24 21:26 <vengfulsquirrel> Weird yeah, I don't use the client but I just tried it and it does install the dependencies. Where did you see that ?
2009-03-24 21:26 <cristi_an> i never faced this problem...as well...
2009-03-24 21:27 <cristi_an> have you tried to install tryton with .... dev-script.sh ?
2009-03-24 21:27 <vengfulsquirrel> Ha we all love the tryton-dev script apparently.
2009-03-24 21:27 <vengfulsquirrel> he's using debian I think
2009-03-24 21:28 <cristi_an> then is perfect
2009-03-24 21:28 <vengfulsquirrel> ?
2009-03-24 21:28 <cristi_an> it should work...but he has to install dependecies
2009-03-24 21:29 <vengfulsquirrel> He has it installed, I think he was just prompted to install the modules individually
2009-03-24 21:30 <juanfer> Yes is what I mean, I must to install first the dependencies, but if I like to install by example the module analityc_account, the dependencies marked in the list of Depencencies are not all installed, and doesn't install.
2009-03-24 21:31 <vengfulsquirrel> Weird, so if you clicked on mark for installation for the analityc account module and then perform pending installation ... what happened?
2009-03-24 21:32 <cristi_an> juanfer: in the ui ...in modules you have dependecies
2009-03-24 21:33 <cristi_an> do you see them ...?
2009-03-24 21:33 <cristi_an> for that module...
2009-03-24 21:33 <cristi_an> then mark for instalation
2009-03-24 21:33 <cristi_an> then perform pending istaltions
2009-03-24 21:33 <cristi_an> then ... refresh
2009-03-24 21:34 <juanfer> Yes it work for analytic_account, hold on, I will try with other one, because yesterday doesn't work well, may be by my fault :-)
2009-03-24 21:35 <cristi_an> this is working ok.....unistall modules is not ...
2009-03-24 21:36 <juanfer> sorry again my fault, :-)
2009-03-24 21:36 <juanfer> It's work, but, the other point is true, there are dependencies en modules that are redundants.
2009-03-24 21:37 <cristi_an> what do you mean ?
2009-03-24 21:37 <cristi_an> give me an example
2009-03-24 21:37 <cristi_an> pzl
2009-03-24 21:39 <vengfulsquirrel> I don't think it installs them twice though, it might just make sure they are updated.
2009-03-24 21:39 <juanfer> stock_supply have of dependencies (ir, res, product, stock, purchase, party), and it must look if purchase is instaled, because purchase have the others.
2009-03-24 21:39 <cristi_an> no you don't have to look
2009-03-24 21:39 <cristi_an> it doesn ot istall a module if is already installed
2009-03-24 21:40 <cristi_an> it know how to handle very nicely this problem...
2009-03-24 21:40 <juanfer> K
2009-03-24 21:43 <juanfer> So I suppouse, that the tree is not so important.
2009-03-24 21:44 <cristi_an> well it is if there is indeed a problem...but i do not see it :)
2009-03-24 21:44 <cristi_an> ask cedk he masters the project
2009-03-24 21:46 <juanfer> Well, I think that could be usefull for those that want to understand the modules dependencies, and I pretend to use it to make a mental map in the exploration of the modules.
2009-03-24 21:47 <juanfer> Well, if I lost time making it, well don't matter to me. :_)
2009-03-24 21:48 <bechamel> juanfer: the modules dependencies define more than a tree, it's a directed acyclic graph: http://en.wikipedia.org/wiki/Directed_acyclic_graph ;)
2009-03-24 21:50 <juanfer> bechamel: well, I understand it, but it is easy to make a series of trees in ascii than a DAG
2009-03-24 21:51 <juanfer> At least, I don't know how to make a DAG in ascii
2009-03-24 21:51 <cristi_an> bechamel: i got you :)
2009-03-24 21:51 <cristi_an> bechamel: what complete chart of accounts there are ?
2009-03-24 21:52 <bechamel> juanfer: yes trees are easier
2009-03-24 21:53 <bechamel> cristi_an: I don't know, i can tell you the belgian one is not complete and that we would like to complete it before the next release
2009-03-24 21:53 <juanfer> May be in graphviz could be easy, in our wiki we have it instaled and work very cool, I will do that there.
2009-03-24 21:54 <cristi_an> bechamel: ok. but do you have tryton in live production yet ?
2009-03-24 21:54 <bechamel> cristi_an: there is also this one for germany: http://mercurial.intuxication.org/tryton/account_de_skr03_2008/
2009-03-24 21:55 <cristi_an> bechamel: thx
2009-03-24 22:09 -!- paola_(n=paola@host-84-223-229-235.cust-adsl.tiscali.it) has joined #tryton
2009-03-24 22:30 -!- essich(n=essich@f053113105.adsl.alicedsl.de) has left #tryton
2009-03-24 22:33 <juanfer> bechamel: like that http://wiki.opdevel.com/Tryton/DAG
2009-03-24 22:34 <cedk> juanfer: dependencies are not reduntants because in your example you can not always trust that purchase will depend in the futur of those modules
2009-03-24 22:35 <cedk> juanfer: if in a module, you use function or models or any thing else that comes from one module, you must put it as dependency
2009-03-24 22:35 <juanfer> K
2009-03-24 22:35 <juanfer> I suppose that.
2009-03-24 22:36 <cedk> juanfer: for the graph, you can write a report with graphiz like for the workflow
2009-03-24 22:36 <bechamel> juanfer: nice
2009-03-24 22:37 <bechamel> cedk: or like the models
2009-03-24 22:37 <juanfer> There are a way to use graphviz with the workflow?
2009-03-24 22:37 <juanfer> Or you thing for future develope?
2009-03-24 22:38 <cedk> juanfer: http://hg.tryton.org/hgwebdir.cgi/trytond/file/ede67bbcf1d3/trytond/workflow/workflow.py#l466
2009-03-24 22:39 <cedk> juanfer: or http://hg.tryton.org/hgwebdir.cgi/trytond/file/ede67bbcf1d3/trytond/ir/model.py#l359
2009-03-24 22:39 <juanfer> cool
2009-03-24 22:39 <cedk> juanfer: one more thing that can be improved is the installation of module from command line as it doesn't resolve dependencies
2009-03-24 22:40 <juanfer> k
2009-03-24 22:40 <cedk> but at least it tell you which modules must be installed
2009-03-24 22:41 <juanfer> Yes, I see, It is possible for future dev. make the same with pydot for the modules, as the workflow.
2009-03-24 22:42 <cedk> juanfer: it could be a good starting point to learn Tryton :-)
2009-03-24 22:42 <juanfer> :-) Yes is what I'm doing.
2009-03-24 22:46 <cedk> cristi_an: if you want your translation in the release 1.2, you must do it before 13 april
2009-03-24 22:47 <cedk> cristi_an: and make like yangoon said, first translate tryton and trytond and after start with the main modules like party, country, product, company, ...
2009-03-24 22:51 <cristi_an> i will do it
2009-03-24 22:51 <cristi_an> thx to...
2009-03-24 22:51 <cristi_an> google trnasltor
2009-03-24 22:51 <cristi_an> cedk: one more thing
2009-03-24 22:51 <cristi_an> i have char of account from my old erp
2009-03-24 22:52 <cristi_an> and i can export that as csv
2009-03-24 22:53 <cristi_an> is there a way if i adapt
2009-03-24 22:53 <cristi_an> the csv file to create a script that will import automatically in tryton
2009-03-24 22:53 <cristi_an> the chart of accounts ?
2009-03-24 23:02 <cedk> cristi_an: you must create an xml file
2009-03-24 23:03 <cristi_an> carlos started on wiki some guide
2009-03-24 23:03 <cristi_an> but is not helpfull at this stage for me yet
2009-03-24 23:03 <cristi_an> as it is now
2009-03-24 23:09 <cristi_an> i will ask you more when i will start doing it
2009-03-24 23:10 <cristi_an> firs i want to resolve the translation
2009-03-24 23:10 <cristi_an> after 1.2 i will so the chart of accounts as well

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!