chat.freenode.net #tryton log beginning Wed Nov 5 00:00:01 CET 2008 | ||
2008-11-05 00:07 <CIA-58> tryton: matb roundup * #496/Form taxes: item without src for translation: [new] When you miss to insert accounts in a new tax on form taxes, error message is: required_invoice_account | ||
2008-11-05 00:12 -!- ikks(n=igor@190.144.69.234) has joined #tryton | ||
2008-11-05 00:12 <CIA-58> tryton: matb roundup * #497/Form taxes: invalid record saved: [new] When you fill in an invalid new tax on form taxes like described in issue 496, then click away the error message, then press Ctl+l to see th ... | ||
2008-11-05 00:13 -!- yangoon1(n=mathiasb@p549F50CF.dip.t-dialin.net) has joined #tryton | ||
2008-11-05 00:25 <CIA-58> tryton: matb roundup * #497/Form taxes: invalid record saved: [chatting] Correction: the record is not saved But: when changing to list view, the dialog for saving changed record appears, and when choosing t ... | ||
2008-11-05 01:14 <CIA-58> tryton: C?dric Krier <ced@b2ck.com> default * 318:caddda092f2c stock/product.py: Improve docstring of products_by_location | ||
2008-11-05 01:21 <CIA-58> tryton: ced roundup * #497/Form taxes: invalid record saved: [resolved] So behavior is correct. | ||
2008-11-05 01:24 <CIA-58> tryton: ced roundup * #496/Form taxes: item without src for translation: [need-eg] How do you succeed to save the tax without adding the accounts? The client must prevent you by indicating "Invalid form". | ||
2008-11-05 02:35 -!- ikks(n=igor@190.144.69.234) has joined #tryton | ||
2008-11-05 02:38 -!- ikks(n=igor@190.144.69.234) has joined #tryton | ||
2008-11-05 02:47 -!- gremly(n=gremly@190.156.158.185) has joined #tryton | ||
2008-11-05 02:54 -!- gremly(n=gremly@190.156.158.185) has joined #tryton | ||
2008-11-05 03:15 -!- gremly(n=gremly@190.156.158.185) has joined #tryton | ||
2008-11-05 03:34 -!- gremly(n=gremly@190.156.158.185) has joined #tryton | ||
2008-11-05 03:52 -!- gremly(n=gremly@190.156.158.185) has joined #tryton | ||
2008-11-05 04:20 -!- gremly(n=gremly@190.156.158.185) has joined #tryton | ||
2008-11-05 05:20 -!- yangoon(n=mathiasb@p549F5BFB.dip.t-dialin.net) has joined #tryton | ||
2008-11-05 06:59 <CIA-58> tryton: udono roundup * #493/AttributeError: 'str' object has no attribute 'getvalue': msg1813 was the clue! Now it works with the following diff. (Anyway the contents of relatorio/templates/opendocument.py found here: http://paste.p ... | ||
2008-11-05 08:27 -!- LordVan(n=lordvan@gentoo/developer/LordVan) has joined #tryton | ||
2008-11-05 08:30 <LordVan> hey | ||
2008-11-05 08:36 <udono> LordVan, hello | ||
2008-11-05 08:37 <LordVan> question: is there a description of what module does what in 'real life' i don't find the module names completely obvious (not a person who usually works with that usually though ;)) | ||
2008-11-05 08:43 <udono> LordVan, sorry, The documentation things are in progress... what are you looking for? | ||
2008-11-05 08:45 <udono> LordVan, for an overview: The account_ modules are mainly for processes depending on Accounting | ||
2008-11-05 08:46 <udono> LordVan, the analytic_ stuff is for an alternate accounting view, in German called "Kostenrechnung" | ||
2008-11-05 08:46 <udono> LordVan, the company module is for defining your own company | ||
2008-11-05 08:47 <udono> LordVan: country includes all countrys and states of the world ;-) | ||
2008-11-05 08:48 <udono> LordVan, currency defines different currencies and exchangerates for dealing with foreign nations | ||
2008-11-05 08:48 <udono> LordVan, google_maps show parties in a map | ||
2008-11-05 08:49 <udono> LordVan, IR is an internal Information repository, which introduces some generic framework functions. This module is default installed | ||
2008-11-05 08:50 <udono> LordVan, party is for handling all persons and organisations in Tryton | ||
2008-11-05 08:50 <udono> LordVan, product introduces products and services into the system | ||
2008-11-05 08:51 <udono> LordVan, project, project_revenues, timesheets are for project management, but they will not released this soon, because of some missing parts. | ||
2008-11-05 08:53 <udono> LordVan, purchase is needed when your company buy things from other companies, sale if your company sell products to others | ||
2008-11-05 08:55 <udono> LordVan, res is installed default too, like ir. It introduce user and groups to the system. | ||
2008-11-05 08:56 <LordVan> ok thanks .. i'll prolly put that in some text file ;) | ||
2008-11-05 08:56 <udono> LordVan, stock is needed when you deal with goods, which are stored in a stock (German: Lager). With stock you are able to create a structure for your stock(s) | ||
2008-11-05 08:56 <LordVan> one thing .. about creating invoices .. can i create them without creating the products/items (e.g. can i jsut enter my X lines with description, price, number and then create the invoice?) | ||
2008-11-05 08:59 <udono> LordVan, No, when you take a look into the account_invoice module (with Administration > Modules > Modules) you have a tab with dependencies, there is the Product module listed. So when you install account_invoice, the product module will insatalled, too. | ||
2008-11-05 08:59 <udono> LordVan, are you german? | ||
2008-11-05 09:01 <LordVan> udono, austrian ;) | ||
2008-11-05 09:02 <udono> LordVan, ok | ||
2008-11-05 09:02 <udono> LordVan, we have a chart of accounts for austria, but it is not ready for now | ||
2008-11-05 09:02 -!- GeE(n=gzuerche@host2.raptus.com) has joined #tryton | ||
2008-11-05 09:03 <udono> LordVan, When my partner Timitos is back, I request him about the status quo | ||
2008-11-05 09:05 <LordVan> :) well for now i'm mostly interested if / how order / invoice / deliver note stuff is working and so on | ||
2008-11-05 09:05 <udono> LordVan, for the first it could be good for your installation to choose the minimal account chart. | ||
2008-11-05 09:06 <udono> LordVan, all this stuff depending in accounting... But the minimal chart gives you all you need for the first. Just some accounts for income/Expense, etc... | ||
2008-11-05 09:08 <LordVan> ok thing is we got a bookkeeping software but i wanna try it out and convince them to start using some erp (tryton looks best so far ;)) | ||
2008-11-05 09:08 <LordVan> does it do delivery note tracking? | ||
2008-11-05 09:08 <LordVan> german 'lieferschein | ||
2008-11-05 09:11 <udono> LordVan, I think you find it in Sale or Purchase, depending what you want to use. | ||
2008-11-05 09:12 <LordVan> ok :) | ||
2008-11-05 09:12 <LordVan> i'll have a look thanks | ||
2008-11-05 09:12 <CIA-58> tryton: udono roundup * #498/Client: Plugins no longer working: [new] Choosing plugins in tryton doesnt show anything. | ||
2008-11-05 09:13 <CIA-58> tryton: udono roundup * #499/Client: Plugins no longer working: [new] Choosing plugins in tryton doesnt show anything. | ||
2008-11-05 09:13 <CIA-58> tryton: udono roundup * #499/Client: Plugins no longer working: [resolved] duplicated issue498 | ||
2008-11-05 09:30 -!- lordvan_(n=lordvan@gentoo/developer/LordVan) has joined #tryton | ||
2008-11-05 09:40 -!- cedk(n=ced@ced.homedns.org) has joined #tryton | ||
2008-11-05 09:40 -!- Gedd(n=ged@ip-80-236-231-67.dsl.scarlet.be) has joined #tryton | ||
2008-11-05 09:42 <CIA-58> tryton: udo.spallek * r293 /wiki/Release_1_0_0.wiki: Edited wiki page through web user interface. | ||
2008-11-05 09:48 <CIA-58> tryton: ced roundup * #493/AttributeError: 'str' object has no attribute 'getvalue': [resolved] You don't use the release 0.4.0 but one from the mercurial repository. | ||
2008-11-05 09:51 <CIA-58> tryton: ced roundup * #498/Client: Plugins no longer working: [resolved] Fix with changeset 88d9b6b6a6ff | ||
2008-11-05 10:06 -!- bechamel(n=user@user-85-201-14-207.tvcablenet.be) has joined #tryton | ||
2008-11-05 10:15 <CIA-58> tryton: C?dric Krier <ced@b2ck.com> default * 1174:d21490da15bf trytond/trytond/report/report.py: Fix comment on relatorio version | ||
2008-11-05 10:15 <CIA-58> tryton: C?dric Krier <ced@b2ck.com> default * 1175:4cfae604c0f4 trytond/trytond/ir/module/module.py: Add missing context | ||
2008-11-05 10:15 <CIA-58> tryton: C?dric Krier <ced@b2ck.com> default * 1176:c11e028839e3 trytond/trytond/ir/module/module.py: Remove installable key in __tryton__.py | ||
2008-11-05 10:15 <CIA-58> tryton: C?dric Krier <ced@b2ck.com> default * 1177:e3837a170a6e trytond/trytond/osv/orm.py: Fix copy for xxx2many with False value | ||
2008-11-05 10:19 <CIA-58> tryton: udono roundup * #493/AttributeError: 'str' object has no attribute 'getvalue': [chatting] I fresh installed my whole system and installed relatorio this way: sudo ACCEPT_KEYWORDS=~x86 emerge relatorio | ||
2008-11-05 10:24 <CIA-58> tryton: ced roundup * #493/AttributeError: 'str' object has no attribute 'getvalue': [resolved] And so it install relatorio-9999 which is the mercurial version. | ||
2008-11-05 10:25 <CIA-58> tryton: udono roundup * #493/AttributeError: 'str' object has no attribute 'getvalue': [chatting] Ok, the ~86 keyword... but less /usr/lib/python2.5/site-packages/relatorio-0.4.0-py2.5.egg-info/PKG-INFO gives me Version 0.4.0 too... ... | ||
2008-11-05 10:29 <CIA-58> tryton: ced roundup * #493/AttributeError: 'str' object has no attribute 'getvalue': [chatting] Ask to openhex why the mercurial version is the same as the release version. | ||
2008-11-05 10:36 <CIA-58> tryton: udono roundup * #493/AttributeError: 'str' object has no attribute 'getvalue': [chatting] Ok, for completeness, i did the following in gentoo: 1. unmerge the wrong version: sudo emerge --unmerge relatorio 2. relatorio is mask ... | ||
2008-11-05 10:43 <CIA-58> tryton: C?dric Krier <ced@b2ck.com> default * 1178:43ef226a36f9 trytond/trytond/report/report.py: Fix for futur version of relatorio that no more return StringIO | ||
2008-11-05 11:02 <cedk> udono: why don't you want to use roundup for the translation issue ? | ||
2008-11-05 11:03 <cedk> we can create a keyword de_DE | ||
2008-11-05 11:04 <cedk> and we assign issues to yangoon | ||
2008-11-05 11:16 <udono> cedk, for me its equal, in the past we discussed to separate the different localisation projects from main. I have no problem to discuss it in roundup. But there we are talking in German language... yangoon ? | ||
2008-11-05 11:17 <udono> cedk, anyway its more easy for me to have one entry point for everything. | ||
2008-11-05 11:17 <yangoon> hi all | ||
2008-11-05 11:17 <udono> hi yangoon | ||
2008-11-05 11:17 <cedk> the goal is to have a unique place for issue with Tryton | ||
2008-11-05 11:17 -!- gremly(n=hawk@190.156.158.185) has joined #tryton | ||
2008-11-05 11:18 <yangoon> for me absolutely no problem, but it is the issue to have a german language exchange place | ||
2008-11-05 11:18 <udono> cedk, ok, this is the most easy way. I support your idea. | ||
2008-11-05 11:19 <udono> cedk, what about addon modules not from b2ck? | ||
2008-11-05 11:20 <cedk> udono: for me this is other stuff | ||
2008-11-05 11:21 <yangoon> cedk: and translation of other stuff?;) | ||
2008-11-05 11:21 <cedk> yangoon: also | ||
2008-11-05 11:22 <udono> yangoon, is double other ;-) | ||
2008-11-05 11:22 <yangoon> -1 * -1 = ? | ||
2008-11-05 11:22 <cedk> udono: in fact it is not from b2ck but not supported by tryton | ||
2008-11-05 11:23 <cedk> because we can put modules from others in hg.tryton.org if it has good quality and it is well design | ||
2008-11-05 11:23 <udono> cedk, ok, I understand. | ||
2008-11-05 11:24 <cedk> and so once a module reach the main repository, bugs for it can be on roundup | ||
2008-11-05 11:24 <yangoon> I don't understand "but not supported by tryton" | ||
2008-11-05 11:24 <cedk> and we create a component | ||
2008-11-05 11:25 <cedk> yangoon: sorry the not is too much | ||
2008-11-05 11:25 <cedk> yangoon: it is but supported by Tryton | ||
2008-11-05 11:25 <yangoon> cedk: ok | ||
2008-11-05 11:25 <udono> cedk, sounds good. So we have only quality approved Modules delivered with tryton | ||
2008-11-05 11:27 <udono> cedk, but what about the planing, prototype and testing phase of a new module? Let me explain by example: | ||
2008-11-05 11:27 <udono> I like to create a module party_people_organisation. | ||
2008-11-05 11:27 <yangoon> cedk: exactly my question, too | ||
2008-11-05 11:28 <udono> for this I need to create prototypes/testing things can store on intuxication | ||
2008-11-05 11:28 <udono> this is well and ok. | ||
2008-11-05 11:28 <yangoon> do you plan to create some development place (forum, localized maling list|google group) or so? | ||
2008-11-05 11:29 <udono> But when people find bugs, then they like to use the bugtracking feature of tryton... | ||
2008-11-05 11:29 <yangoon> what means: do you want to host development of other people at tryton.org? | ||
2008-11-05 11:29 <udono> For me its more easy, to use the same round up even for alpha modules... | ||
2008-11-05 11:31 <cedk> of course make easy from the client to report bug, can generate a lot of false entry in the roundup | ||
2008-11-05 11:31 <cedk> but for me this feature is not for developers nor tester but for end user | ||
2008-11-05 11:32 <cedk> when you develop a module, you don't report issue on the bug tracker | ||
2008-11-05 11:33 <udono> cedk, what about issue1 to issue499? | ||
2008-11-05 11:33 <udono> cedk, ;-) | ||
2008-11-05 11:33 <cedk> udono: me and bechamel don't fill bug | ||
2008-11-05 11:33 <udono> cedk, but me is tester and contributor ;-) | ||
2008-11-05 11:34 <udono> cedk, I need to fill bugs... | ||
2008-11-05 11:34 <cedk> and for a developement platform, I think it is not our jobs to provide this | ||
2008-11-05 11:34 <cedk> there is a lot of good free webservice that offers all the needs | ||
2008-11-05 11:35 <udono> cedk, yangoon For development platform I think so, too. One like to develop with sourceforge, the other with origo, etc. One like mercurial, the other like subversion.... It's better to let the users decide... | ||
2008-11-05 11:36 <cedk> and soon intuxication will provide a wiki, bug etc... | ||
2008-11-05 11:37 <udono> cedk, How we do find out which modules are supported by tryton? | ||
2008-11-05 11:37 <cedk> udono: hg.tryton.og/modules | ||
2008-11-05 11:37 <udono> cedk, :-) | ||
2008-11-05 11:39 <udono> cedk, I mean, is the communities need participated in this decision? | ||
2008-11-05 11:39 <cedk> udono: I don't know, you want to have a kind of vote | ||
2008-11-05 11:40 <udono> cedk, as uncomplicated as possible... | ||
2008-11-05 11:40 -!- oversize(n=manuel@port-92-198-7-97.static.qsc.de) has joined #tryton | ||
2008-11-05 11:40 <cedk> I think the best is people suggest module, we discuss on chan, mailing list, etc... | ||
2008-11-05 11:41 <cedk> and after that a decision is taken depending of the comments | ||
2008-11-05 11:42 <udono> cedk, ok | ||
2008-11-05 11:43 <cedk> I think it is no need to create big structure | ||
2008-11-05 11:43 <cedk> and the communication make things easier | ||
2008-11-05 11:43 <yangoon> For development platform: Since the aim is to be as similar as possible to main platform, another platform should at least offer mercurial and bug tracker. If intuxication will do, this would be a place. But I don't know of any other place provding this. | ||
2008-11-05 11:44 <cedk> if we explain clearly why a module is not taken, the answer will be better accepted | ||
2008-11-05 11:45 <cedk> yangoon: you are not mandatory to use mercurial | ||
2008-11-05 11:46 <yangoon> cedk: yes, but sincerely, do you want to mix SCM while you are developping on one project? | ||
2008-11-05 11:47 <bechamel> yangoon: bitbucket.org also provide mercurial hosting | ||
2008-11-05 11:47 <yangoon> it is simply better for the overall appearence of a project, when you join forces under "one roof" | ||
2008-11-05 11:48 <cedk> yangoon: but we can not force people to use for their own developement | ||
2008-11-05 11:49 <yangoon> bechamel: bitbucket seems to be rather slow | ||
2008-11-05 11:49 <cedk> of course if they want that the module will become a Tryton module, we will put the module under mercurial | ||
2008-11-05 11:49 <yangoon> bechamel: I read about it, but there was some other issue, the advantage would be to have ssh access | ||
2008-11-05 11:50 <yangoon> cedk: it is not forcing other people, but proposing them | ||
2008-11-05 11:51 <cedk> yangoon: it is what is done yet | ||
2008-11-05 11:52 <yangoon> cedk: udono and me and others;) are simply searching for the dev environment you already have | ||
2008-11-05 11:53 <yangoon> cedk: and if it cannot be tryton.org, then the solution with origo is not so bad | ||
2008-11-05 11:53 <udono> yangoon, I dont understand what you mean exactly? | ||
2008-11-05 12:13 <udono> cedk, yangoon anyway, I think we need something like a community manifesto. Its a paper about making clear the topics of project organisation, roles, responsibilities and participation. I already started a paper about this topics. Short after release I will try to put a proposition in the wiki. | ||
2008-11-05 12:13 <yangoon> udono: great | ||
2008-11-05 12:14 <yangoon> udono: just chatting on #intuxication, they plan to have wiki and bug tracker within a month | ||
2008-11-05 12:15 <cedk> udono: we have http://code.google.com/p/tryton/wiki/ProjectOrganization | ||
2008-11-05 12:15 <yangoon> udono: and for the future they plan to have website, blog, etc. | ||
2008-11-05 12:17 <udono> yangoon, sounds great! | ||
2008-11-05 12:22 <cedk> we just need to create a procedure to submit modules | ||
2008-11-05 12:24 <yangoon> could be simply something like a RFC on the bugtracker or mailing list | ||
2008-11-05 12:25 <cedk> yangoon: yes like the "Howto Contribute" | ||
2008-11-05 12:25 <cedk> by the way, submit a module is a contribution | ||
2008-11-05 12:26 <yangoon> cedk: exactly, could just be a paragraph within that | ||
2008-11-05 12:26 <cedk> with a comment on the fact that the module can be refuse if it doesn't fit the quality | ||
2008-11-05 12:26 <yangoon> cedk: if you want your contribution to be included into upstream... | ||
2008-11-05 12:27 <yangoon> of course | ||
2008-11-05 12:28 <udono> sounds great! | ||
2008-11-05 12:28 <udono> cedk, ProjectOrganisation is very complete and a good starting point! | ||
2008-11-05 12:28 <yangoon> submitting over roundup will be better to have the comments of b2ck bundled with the contribution and to provide a place for commenst | ||
2008-11-05 12:32 <cedk> yangoon: the issue will be the main place for comments | ||
2008-11-05 12:33 <udono> question: Are ced and bechamel http://en.wikipedia.org/wiki/Benevolent_Dictator_For_Life ? | ||
2008-11-05 12:38 <udono> ... here you find the complete description of BDFL http://www.catb.org/~esr/writings/homesteading/homesteading/ar01s16.html | ||
2008-11-05 12:39 <bechamel> udono: two dictators is one too much :) | ||
2008-11-05 12:39 <udono> bechamel, ok, you fail ;-) | ||
2008-11-05 12:39 <udono> bechamel, so cedk is BDFL? | ||
2008-11-05 12:41 <udono> I need this information to write a text about role and participation | ||
2008-11-05 12:42 <bechamel> udono: kind of, imho but i don't think it should be put on the text | ||
2008-11-05 12:45 <udono> bechamel, We are a sole B2B project... and if we want to have other companies trustfully with us, we should name all the rules, when we have rules at all. | ||
2008-11-05 12:46 <udono> bechamel, IMHO | ||
2008-11-05 12:48 <bechamel> udono: yes but bdfl sounds like banana republic or kind of carnival folklore, not very compatible with b2b communication | ||
2008-11-05 12:48 <udono> bechamel, :-) | ||
2008-11-05 12:49 <bechamel> udono: the ProjectOrganization page already state who is leader of what | ||
2008-11-05 12:49 <cedk> udono: in the wiki, it is Leader | ||
2008-11-05 12:50 <bechamel> udono: sorry but i have to leave, back in 1h | ||
2008-11-05 12:51 <cedk> yangoon: I just push a changeset to allow to translate module descriptions | ||
2008-11-05 12:52 -!- ikks(n=igor@190.12.153.202) has joined #tryton | ||
2008-11-05 12:52 <cedk> you can find a example in http://www.tryton.org/hgwebdir.cgi/modules/party/file/7448f1c374e5/__tryton__.py | ||
2008-11-05 12:53 <udono> bechamel, bdfl sounds like python, linux and quality... http://www.urbandictionary.com/define.php?term=bdfl&defid=3056787 | ||
2008-11-05 12:53 -!- ikks(n=igor@190.12.153.202) has joined #tryton | ||
2008-11-05 12:54 <udono> cedk, bechamel I just need to know, what are your roles in decision and participation? | ||
2008-11-05 12:54 <cedk> ikks: hi | ||
2008-11-05 12:54 <ikks> hi cedk | ||
2008-11-05 12:54 <cedk> ikks: as I said earlier, I push a changeset to allow to translate descriptions of module | ||
2008-11-05 12:54 <cedk> ikks: in the __tryton__.py file | ||
2008-11-05 12:54 <cedk> ikks: see http://www.tryton.org/hgwebdir.cgi/modules/party/file/7448f1c374e5/__tryton__.py | ||
2008-11-05 12:55 <cedk> udono: I think we can have a kind of veto | ||
2008-11-05 12:56 <cedk> Great! I succeed to configure hgwebdir to have accent on my name :-) | ||
2008-11-05 12:57 <ikks> cedk, cool idea :) the module description translations. And my surname will also appear witha accents then :) | ||
2008-11-05 12:58 <cedk> there is still an issue with the categories | ||
2008-11-05 12:58 <ikks> And maybe the name? | ||
2008-11-05 12:58 <cedk> do you find categories usefull? | ||
2008-11-05 12:58 <ikks> booh, forget it. | ||
2008-11-05 12:58 <ikks> I just saw | ||
2008-11-05 12:59 <cedk> ikks: name in __tryton__.py is the shortdesc in the database | ||
2008-11-05 12:59 <ikks> It would be better to have on own language the category too | ||
2008-11-05 13:00 <cedk> ikks: the problem is that there is not a single place where a category is created | ||
2008-11-05 13:00 <ikks> Well, for now, I guess it's not so important. Due the amount of things to be written for 1.0 | ||
2008-11-05 13:01 <yangoon> cedk: of course you can do a veto, http://www.catb.org/~esr/writings/homesteading/homesteading/ar01s16.html describes it very well IMHO (also the problem of veto) | ||
2008-11-05 13:02 <ikks> I guess I'll be reviewing the translations on the weekend. Would it be ok? | ||
2008-11-05 13:02 <yangoon> cedk: of what categories are you speaking? | ||
2008-11-05 13:02 <cedk> yangoon: module's categories | ||
2008-11-05 13:04 <cedk> ikks: good idea, I'm working on a issue and I think I will create two new error message | ||
2008-11-05 13:09 <ikks> The 4 main modules would have also description? | ||
2008-11-05 13:09 <cedk> ikks: I don't know | ||
2008-11-05 13:15 <CIA-58> tryton: Bertrand Chenal <bch@b2ck.com> default * 319:899df52a777d stock/move.py: Improved name_{search,get} on move | ||
2008-11-05 13:15 <CIA-58> tryton: Bertrand Chenal <bch@b2ck.com> default * 320:7c31347573bf stock/: merge | ||
2008-11-05 13:21 <yangoon> cedk: category: if we have them, they should be translated as well. If we need them: I don't know. If they could serve for example to sort modules in a download section, or to tag some version as "Accounting_de_DE" for modules only useful for Germany, I would keep them. | ||
2008-11-05 13:31 <cedk> yangoon: yes but the way it is handle for now, is not very clean | ||
2008-11-05 13:33 <CIA-58> tryton: matb roundup * #497/Form taxes: invalid record saved: [chatting] Depends of the perspective: From the point of view of the developper it is correct. From the point of view of the user it is not logic ... | ||
2008-11-05 13:36 <CIA-58> tryton: C?dric Krier <ced@b2ck.com> default * 1180:f806e5fb890f trytond/trytond/osv/orm.py: Prevent exception when formating error message | ||
2008-11-05 13:36 <CIA-58> tryton: C?dric Krier <ced@b2ck.com> default * 1181:0f8730efcc64 trytond/trytond/ (ir/translation.xml osv/orm.py): Add validation error messages for issue496 | ||
2008-11-05 13:37 <CIA-58> tryton: ced roundup * #496/Form taxes: item without src for translation: Error message fixed with changeset 0f8730efcc64 But I'm still curious on how to do you had this error message. | ||
2008-11-05 13:45 <yangoon> cedk: I think there should be some descrition on the basic modules, it is shown in client, and doesn't make good impression, if such important modules lack description | ||
2008-11-05 13:48 <cedk> yangoon: ok, but I don't know what to put as description | ||
2008-11-05 13:53 <CIA-58> tryton: matb roundup * #496/Form taxes: item without src for translation: Just tested once again, only with b2ck modules: Create new tax, no group, no type, save --> error "Invalid form" comes after quitting dialog. | ||
2008-11-05 13:55 <CIA-58> tryton: matb roundup * #496/Form taxes: item without src for translation: screenshot attached | ||
2008-11-05 14:03 <ikks> bbl | ||
2008-11-05 14:14 <yangoon> cedk: yes!, I made issue 500, do I get a coffee machine now?;) | ||
2008-11-05 14:20 <yangoon> cedk: modules descriptions: I will place some proposal in bugtracker, if you didn't work on it already. Did you? | ||
2008-11-05 14:21 <cedk> yangoon: no | ||
2008-11-05 14:21 <cedk> yangoon: so fill one issue per module, it will be simplier to discuss | ||
2008-11-05 14:22 <yangoon> cedk: ok | ||
2008-11-05 14:23 <cedk> yangoon: and you can like it to Issue465 | ||
2008-11-05 14:26 <yangoon> cedk: how should I link? There is only Replace, and they are not replacements of 465. | ||
2008-11-05 14:28 <cedk> yangoon: so dont | ||
2008-11-05 14:40 -!- yangoon(n=mathiasb@p549F5BFB.dip.t-dialin.net) has joined #tryton | ||
2008-11-05 15:01 <yangoon> cedk: resp. issue 505: any chance to have the translation together with other translation in normal interface? | ||
2008-11-05 15:02 -!- CIA-58(n=CIA@208.69.182.149) has joined #tryton | ||
2008-11-05 15:11 <yangoon> cedk: bechamel: As I already pointed out, it is IMO a little bit tedious work to make Debian conform packages. Should I ask the current maintainer of tinyerp packages Daniel Baumann, if could also take over maintainership for tryton? He is rather experienced in packaging and has profound knowledge of Debian policy, so if he would do it, it would be great and tryton could perhaps be very soon included in Debian repositories. | ||
2008-11-05 15:16 <bechamel> yangoon: good idea | ||
2008-11-05 15:20 <cedk> yangoon: good, and as I said we make the setup.py install be conform with python module | ||
2008-11-05 15:22 <yangoon> bechamel: cedk: I will ask D.B. | ||
2008-11-05 15:22 <cedk> yangoon: tell him that he can ask any question on irc and fill bug in roundup | ||
2008-11-05 15:23 <yangoon> cedk: ok | ||
2008-11-05 16:54 -!- ikks(n=igor@190.144.69.234) has joined #tryton | ||
2008-11-05 18:00 -!- ikks(n=igor@190.144.69.234) has joined #tryton | ||
2008-11-05 18:00 <cedk> I just update all description of modules | ||
2008-11-05 18:00 <cedk> so you can review it and translate it | ||
2008-11-05 18:50 -!- essich(n=essich@p4FCF9E3B.dip0.t-ipconnect.de) has joined #tryton | ||
2008-11-05 19:02 -!- CIA-60(n=CIA@208.69.182.149) has joined #tryton | ||
2008-11-05 20:40 <yangoon> cedk: ping, just a question to descriptions: you often say in description Define or Add. AFAIS you are meaning the module, and then it should be Defines, Adds | ||
2008-11-05 20:40 <yangoon> cedk: correct? | ||
2008-11-05 20:41 <CIA-60> tryton: C?dric Krier <ced@b2ck.com> default * 959:d3fb499ca445 tryton/tryton/action/main.py: Prevent failure in _exec_action if action is not a dict | ||
2008-11-05 20:41 <CIA-60> tryton: C?dric Krier <ced@b2ck.com> default * 960:b41c15ff6e93 tryton/tryton/gui/window/view_form/view/graph_gtk/parser.py: Add missing import gettext and fix menu icon for issue506 | ||
2008-11-05 20:41 <cedk> yangoon: don't what is the best | ||
2008-11-05 20:43 <cedk> yangoon: it can be seen as: "It will define ..." | ||
2008-11-05 20:43 <CIA-60> tryton: C?dric Krier <ced@b2ck.com> default * 322:a252e98a8a83 stock/: merge | ||
2008-11-05 20:44 <yangoon> cedk: then it should be 3. person singular, which is defines | ||
2008-11-05 20:45 <cedk> yangoon: except if it is the futur | ||
2008-11-05 20:46 <yangoon> cedk: otherwise there can be misunderstanding as a description in the form of a prompt|invitation to the user | ||
2008-11-05 20:47 <cedk> yangoon: I don't think so | ||
2008-11-05 20:47 <cedk> there is a title: "Description" | ||
2008-11-05 20:48 <cedk> this form seem to be a general way to discribe features: http://www.openbravo.com/product/erp/features/ | ||
2008-11-05 20:49 <yangoon> cedk: yes, I know, but "Define, Add" has challenging character | ||
2008-11-05 20:49 <yangoon> ok, mom, will look there | ||
2008-11-05 20:50 <yangoon> cedk: yes, that's exactly what I mean, the acclamation of the user, what he can do or is able to do | ||
2008-11-05 20:52 <yangoon> cedk: then it is correct, but the french translation is wrong: Définit des tiers, des adresses, etc. | ||
2008-11-05 20:55 <cedk> yangoon: yes I will correct the french translation | ||
2008-11-05 21:06 <yangoon> cedk: sometimes there are single, sometimes double quotes in __tryton.py__ . Shall I replace all double with single quotes for better appearence in the same changeset? | ||
2008-11-05 21:07 <yangoon> cedk: same changeset that will be translation... | ||
2008-11-05 21:37 -!- ikks(n=igor@190.144.69.234) has joined #tryton | ||
2008-11-05 21:41 <CIA-60> tryton: udono roundup * #507/Request History: Field subject and field reference_count missing.: [new] To better work with request history of send request form, it would be good to have the field subject and the number of references in the lis ... | ||
2008-11-05 21:56 <CIA-60> tryton: udono roundup * #509/Opening a model in list view from the menu, show status: record 1 /n - Editing Record m...: [new] but the list item is not marked as selected. | ||
2008-11-05 22:08 -!- ikks(n=igor@190.144.69.234) has joined #tryton | ||
2008-11-05 22:18 <cedk> yangoon: there is no difference between single or double quote | ||
2008-11-05 22:19 <yangoon> cedk: doesn't matter, only for look and feel... | ||
2008-11-05 22:19 <cedk> yangoon: if you feel better :-) | ||
2008-11-05 22:20 <yangoon> cedk: a lot, you can't imagine;) | ||
2008-11-05 22:20 <cedk> yangoon: so if you change, personnaly I prefer single quote | ||
2008-11-05 22:21 <yangoon> me/ too | ||
2008-11-05 22:49 <CIA-60> tryton: Bertrand Chenal <bch@b2ck.com> default * 165:e9d86a512738 account_invoice/: merge | ||
2008-11-05 22:49 <CIA-60> tryton: Bertrand Chenal <bch@b2ck.com> default * 164:a0db040acbca account_invoice/fr_FR.csv: Fix translation | ||
2008-11-05 22:52 <ikks> ACTION 's keyboard also needs one finger to type ' instead of " | ||
2008-11-05 23:10 <yangoon> cedk: bechamel: where is report Analytic account balance from analytic account? | ||
2008-11-05 23:11 <cedk> yangoon: it is the account chart | ||
2008-11-05 23:11 <yangoon> cedk: ok, thx | ||
2008-11-05 23:58 <CIA-60> tryton: cedric.krier@b2ck.com * r294 /wiki/Release_1_0_0.wiki: Edited wiki page through web user interface. | ||
2008-11-05 23:58 <CIA-60> tryton: cedric.krier@b2ck.com * r295 /wiki/Release_1_0_0.wiki: Edited wiki page through web user interface. |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!