Re: [tryton-dev] Re: Problem with account_payment_sepa molule

2014-01-17 Thread Cédric Krier
On 17 Jan 08:01, Manuel Bailen wrote: I´m sorry, tomorrow I will upload a screen shot. Because you are doing top-posting, I don't understand what you say. To which sentence are you answering? -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http

Re: [tryton-dev] modules/account_invoice: Added #39; invoice_type#39; to product on_change field list

2014-01-16 Thread Cédric Krier
On 16 Jan 11:46, Code Review - New issues: eduardoruizrod wrote: (No description) URL: http://codereview.tryton.org/2731002/ Please provide the issue linked. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgp4MRnBGDu5_

Re: [tryton-dev] Problem with account_payment_sepa molule

2014-01-16 Thread Cédric Krier
use mutt so I can not see the colors). -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgp20TlH98tTM.pgp Description: PGP signature

Re: [tryton-dev] Problem with account_payment_sepa molule

2014-01-15 Thread Cédric Krier
it will be good to have the documentation of your bank about their expected format. The SEPA module is designed with flexibility in mind so it should be easy to add a custom format if needed. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com

Re: [tryton-dev] stock_supply: fix check_concurrent_internal

2014-01-15 Thread Cédric Krier
On 15 Jan 12:17, Code Review - New issues: rmu wrote: (No description) URL: http://codereview.tryton.org/2721002/ Please report an issue before submiting patches. We need to have a description of the problem. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46

Re: [tryton-dev] Problem with account_payment_sepa molule

2014-01-15 Thread Cédric Krier
.91/e15104/fields_sepa_pay_file_appx.htm Did you fill the sepa_creditor_identifier on the party of the company? -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpQmnKywE5Za.pgp Description: PGP signature

Re: [tryton-dev] Command options for test script

2014-01-14 Thread Cédric Krier
Run also modules tests -vIncrease verbosity --no-unittest Don't run unittest --no-doctest Don't run doctest --doctest=NAMEspecify the name of doctest to run (if not set all doctest ar run) -- Cédric

Re: [tryton-dev] how to use tryton from a bootle web application?

2014-01-13 Thread Cédric Krier
On 13 Jan 13:59, marsupo...@gmail.com wrote: On Monday, January 13, 2014 1:41:34 AM UTC+1, Cédric Krier wrote: Don't use proteus. It was not design for such usage. I don't know bottle but I guess you could get some inspiration from: - Pyramid: https://code.google.com/p/tryton/wiki

Re: [tryton-dev] how to use tryton from a bootle web application?

2014-01-12 Thread Cédric Krier
want to have big performence issue. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpoWEq3BoANZ.pgp Description: PGP signature

Re: [tryton-dev] Cursor in Tryton

2014-01-11 Thread Cédric Krier
of database but you can find the generic interface at [2]. [1] http://www.python.org/dev/peps/pep-0249/#cursor-objects [2] http://hg.tryton.org/trytond/file/f0e8189e3800/trytond/backend/database.py#l103 -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website

Re: [tryton-dev] trytond: Use depends decorator to fill on_change, on_change_with etc.

2014-01-11 Thread Cédric Krier
an other one. It was fixed by synchronizer the on_change attribute in __setup__ [1] but it was not necessary bug free in case of extension from other modules. So my proposed design fix those possible bugs as it copy the list at last. Of course it is not recursive. -- Cédric Krier - B2CK SPRL Email

Re: [tryton-dev] What is your internal workflow

2014-01-10 Thread Cédric Krier
accustomed to git. Yes you must not use branch but bookmark or named-repositories. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpFlo0oJWmdq.pgp Description: PGP signature

Re: Fwd: [tryton-dev] Stock: Shipment In and Shipment Out - Effective Date

2014-01-07 Thread Cédric Krier
On 07 Jan 12:40, Sergi Almacellas Abellana wrote: El dimecres 14 de novembre de 2012 16:24:46 UTC+1, Cédric Krier va escriure: On 14/11/12 13:21 +0100, Jan Grasnick | grasbauer ug wrote: Hi all, I just wrote a little extension to set the 'effective date

Re: Fwd: [tryton-dev] Stock: Shipment In and Shipment Out - Effective Date

2014-01-07 Thread Cédric Krier
On 07 Jan 16:18, Sergi Almacellas Abellana wrote: El 07/01/14 12:59, Cédric Krier ha escrit: It should behave the same way as the purchase date on purchase. On purchase lines the date is managed via on change, and in shipments planned date is managed on write (all moves are updated). So why

Re: Fwd: [tryton-dev] Stock: Shipment In and Shipment Out - Effective Date

2014-01-07 Thread Cédric Krier
On 07 Jan 17:42, Sergi Almacellas Abellana wrote: El 07/01/14 16:37, Cédric Krier ha escrit: On 07 Jan 16:18, Sergi Almacellas Abellana wrote: El 07/01/14 12:59, Cédric Krier ha escrit: It should behave the same way as the purchase date on purchase. On purchase lines the date is managed via

Re: [tryton-dev] Some thoughts about web application development with Tryton

2014-01-04 Thread Cédric Krier
On 04 Jan 21:20, Sergi Almacellas Abellana wrote: Cédric Krier cedric.kr...@b2ck.com ha escrit: So I have already identified two of them for which I'm looking for your comments (and I could publish a prototype). - web_user I will prefer external_user as it can be used for other accesses

Re: [tryton-dev] Design of product view.

2013-12-27 Thread Cédric Krier
On 27 Dec 08:50, Christophe (net) wrote: Le 26/12/2013 19:04, Cédric Krier a écrit : On 26 Dec 18:37, Christophe wrote: Hi, I saw more modules overload form view products, and each uses the description field as the basis for overload (stock_product_location, nereid_catalog

Re: [tryton-dev] Design of product view.

2013-12-26 Thread Cédric Krier
this famous field 'description' in a tab directly in the original view of the module product so everyone can add tabs for those specific fields ? I don't think it is a good idea as description is on the template, it will require to have a tab inside the General tab of product. -- Cédric Krier - B2CK

Re: [tryton-dev] Tryton Access Control

2013-12-24 Thread Cédric Krier
it be possible? Please don't post on both mailing list, choose the right one. So the discussion will go on https://groups.google.com/d/msg/tryton/Ti0Scs11kqE/U2IDC318HcUJ -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com

Re: [tryton-dev] View description field on move (account) tree view

2013-12-24 Thread Cédric Krier
On 24 Dec 10:01, Jordi Esteve wrote: On 24/12/13 00:20, Cédric Krier wrote: On 23 Dec 15:10, oscar_alvarez wrote: Hi, Devs Sometimes is so difficult to found to specific move in account_move model, the number and post number is not enough, ¿So is it possible to add description field

Re: [tryton-dev] View description field on move (account) tree view

2013-12-23 Thread Cédric Krier
. description field is generaly empty as it is not filled by any standard Model. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgp47wc7PBcpN.pgp Description: PGP signature

Re: [tryton-dev] trytond: Improve setup.py to allow dev publication

2013-12-22 Thread Cédric Krier
the testing framework (with buildbot for example). -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgp5EaAFYNQ91.pgp Description: PGP signature

Re: [tryton-dev] trytond: Improve setup.py to allow dev publication

2013-12-22 Thread Cédric Krier
On 22 Dec 17:10, Cédric Krier wrote: On 22 Dec 15:24, Code Review - New issues: ced wrote: issue3436 issue1891 URL: http://codereview.tryton.org/2441002/ This is a WIP to allow to install dev version via PyPI. I will have to test it on PyPI by publishing this 2 dev packages

Re: [tryton-dev] New model company department

2013-12-20 Thread Cédric Krier
On 19 Dec 21:53, Oscar Alvarez wrote: El 19/12/13 19:27, Cédric Krier escribió: On 20 Dec 01:19, Cédric Krier wrote: On 19 Dec 19:09, oscar wrote: On 19/12/13 18:41, Cédric Krier wrote: On 19 Dec 13:54, oscar_alvarez wrote: Hi, Devs I want to propose add new model company departments

Re: [tryton-dev] New model company department

2013-12-20 Thread Cédric Krier
On 20 Dec 08:17, Oscar Alvarez wrote: El 20/12/13 06:01, Cédric Krier escribió: On 19 Dec 21:53, Oscar Alvarez wrote: El 19/12/13 19:27, Cédric Krier escribió: On 20 Dec 01:19, Cédric Krier wrote: On 19 Dec 19:09, oscar wrote: On 19/12/13 18:41, Cédric Krier wrote: On 19 Dec 13:54

Re: [tryton-dev] New model company department

2013-12-20 Thread Cédric Krier
On 20 Dec 16:35, Sergi Almacellas Abellana wrote: El 20/12/13 14:40, Cédric Krier ha escrit: More over, you even don't consider one of my main concern about the different organizations that exist for companies. So your solution is not flexible at all. In major cases organizations follow

Re: [tryton-dev] New model company department

2013-12-20 Thread Cédric Krier
On 20 Dec 17:33, Jordi Esteve wrote: On 20/12/13 17:27, Cédric Krier wrote: On 20 Dec 16:35, Sergi Almacellas Abellana wrote: El 20/12/13 14:40, Cédric Krier ha escrit: More over, you even don't consider one of my main concern about the different organizations that exist for companies. So

Re: [tryton-dev] New model company department

2013-12-19 Thread Cédric Krier
, and the in the future for a official staff and payroll module, to including a CRM module, etc. What do you think about? For me, it is bloated if the only usage is reporting for timesheet. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http

Re: [tryton-dev] New model company department

2013-12-19 Thread Cédric Krier
On 19 Dec 19:09, oscar wrote: On 19/12/13 18:41, Cédric Krier wrote: On 19 Dec 13:54, oscar_alvarez wrote: Hi, Devs I want to propose add new model company departments to company module, this model lets arrange employees for sections: stock, human resources, maintenance, sales/marketing

Re: [tryton-dev] Record rule question

2013-12-16 Thread Cédric Krier
really have a good point to use them. And I really don't see why you should add such rule to party because party reflect the external world which is readable by everyone. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgp4oFvnbN_26

Re: [tryton-dev] Record rule question

2013-12-16 Thread Cédric Krier
On 16/12/13 08:00 -0800, Josias Pérez wrote: On Monday, December 16, 2013 9:45:52 AM UTC-6, Cédric Krier wrote: On 15/12/13 19:33 -0800, Josias Pérez wrote: How control inherits in records to another models to prevent that message? I don't understand the question. Any way

Re: [tryton-dev] Digits of Cost Price and List Price in Product Module

2013-12-12 Thread Cédric Krier
the configuration file must be rework to be extendable for modules. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpDJJWuWtpAt.pgp Description: PGP signature

Re: [tryton-dev] Digits of Cost Price and List Price in Product Module

2013-12-12 Thread Cédric Krier
the value is visible but not changeable. No it is wrong to store in database, the schema definition of the fields. Moreover it will be a performence killer. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpbhr1jVJTm5.pgp

Re: [tryton-dev] Upgrades in the download repository

2013-12-11 Thread Cédric Krier
? That makes maintenance for packages easier. If someone volunteer to do it, feel free. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgp3kKkc0LNWF.pgp Description: PGP signature

Re: [tryton-dev] Notification when push in some tryton repo

2013-12-11 Thread Cédric Krier
On 11/12/13 16:22 +0100, Raimon Esteve wrote: Hello, When somebody send a codereview, automatlly send email in this mailing list (tryton-dev). Is it possible when somebody send a push in hg.tryton repos send a emailin this mailing list? Why duplicate places? -- Cédric Krier - B2CK SPRL

Re: [tryton-dev] Presentation on TUB2013

2013-12-10 Thread Cédric Krier
On 23/11/13 09:05 +0100, Christophe wrote: Hello, I don't find in the web site the presentation showed in TUB2013 like previous unconference. Is there a place where i can found them ? http://www.tryton.org/papers.html#presentations-tub2013 -- Cédric Krier - B2CK SPRL Email/Jabber

Re: [tryton-dev] Get values from the Filter box in a tree view

2013-12-06 Thread Cédric Krier
and fire my custom report, which shows the selected parties ready to print. Is there a way to get the filters used (Name: John, or something like that) to include it in the report? No and I don't think it will be one day. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472

Re: [tryton-dev] trytond: Use a sequence of records, values in write

2013-12-05 Thread Cédric Krier
. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpS_ad3zG5jw.pgp Description: PGP signature

Re: [tryton-dev] Doubt in sequences defined in Journal and Fiscal Year

2013-12-03 Thread Cédric Krier
they are defined in different places, but if both are used to define the number of account.move, both shoud have the same code. So nothing wrong as they are used for different things. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http

Re: [tryton-dev] Internal shipments with 'lost found' location.

2013-12-03 Thread Cédric Krier
. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpcZlOMQSkci.pgp Description: PGP signature

Re: [tryton-dev] Improving ModelStorage.copy

2013-11-27 Thread Cédric Krier
On 27/11/13 20:00 +0100, Sergi Almacellas Abellana wrote: El 25/11/13 22:37, Cédric Krier ha escrit: On 23/11/13 20:49 +0100, Cédric Krier wrote: On 23/11/13 20:45 +0100, Sergi Almacellas Abellana wrote: Hi All, As Albert suggested on [1] i think that copy may also be improved

Re: [tryton-dev] Improving ModelStorage.copy

2013-11-25 Thread Cédric Krier
On 23/11/13 20:49 +0100, Cédric Krier wrote: On 23/11/13 20:45 +0100, Sergi Almacellas Abellana wrote: Hi All, As Albert suggested on [1] i think that copy may also be improved in the line of [2]. This is difficult as a the default parameter is not mandatory. As copy

Re: [tryton-dev] Improving ModelStorage.copy

2013-11-23 Thread Cédric Krier
(to_create) This can not work because of the translations. Moreover, over time we have removed all the ugly different in and out type of values because they always generate bugs. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com

Re: [tryton-dev] Named branch

2013-11-23 Thread Cédric Krier
On 23/11/13 11:55 +0100, Sergi Almacellas Abellana wrote: El 17/11/13 19:49, Cédric Krier ha escrit: Hi, From the discussion about the development workflow, some complaints were the missing of branches (called in mercurial named branch). I still don't know if we should switch to named

Re: [tryton-dev] web client

2013-11-22 Thread Cédric Krier
On 21/11/13 17:40 -0800, Rafael Hernández wrote: when is the release date of web client ? When complete and ready. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpbdje8pKbBA.pgp Description: PGP signature

Re: [tryton-dev] web client

2013-11-22 Thread Cédric Krier
to the development by providing patches on the existing code source. PS: Please don't top-post on this mailing list, see http://groups.tryton.org/netiquette -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpRoz5q9UyLF.pgp Description

Re: [tryton-dev] account_payment_sepa: New module

2013-11-22 Thread Cédric Krier
). It will be great if some of you could try to validate the generated XML with their bank. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpxbuaiAu7_a.pgp Description: PGP signature

[tryton-dev] Some help to find anti-pattern

2013-11-21 Thread Cédric Krier
starting to work on it. [1] https://bugs.tryton.org/issue3516 [2] https://bugs.tryton.org/issue3499 Thanks, -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpuMEs4xSE5p.pgp Description: PGP signature

Re: [tryton-dev] Named branch

2013-11-21 Thread Cédric Krier
On 17/11/13 19:49 +0100, Cédric Krier wrote: Hi, From the discussion about the development workflow, some complaints were the missing of branches (called in mercurial named branch). I still don't know if we should switch to named branch or not but to see what it could be I created a testing

Re: [tryton-dev] account_payment: New module (issue 926002)

2013-11-20 Thread Cédric Krier
On 11/06/13 20:37 +0200, Cédric Krier wrote: On 11/06/13 17:56 +, cedric.kr...@b2ck.com wrote: Please review this at http://codereview.tryton.org/926002/ It is just a Proof Of Concept for now to verify the workflow. Some parts are still missing. I think now the review is ready

Re: [tryton-dev] Sale for b2c

2013-11-20 Thread Cédric Krier
asked a question which must be the next step on this? I guess the best will be to start updating the existing wiki page with the ideas talked at the TUB2013. PS: If you don't have a wiki access, send me in private you google account. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com

Re: [tryton-dev] Custom Modules for Communication

2013-11-18 Thread Cédric Krier
server protocol … -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpKhYxrUQ39q.pgp Description: PGP signature

[tryton-dev] Named branch

2013-11-17 Thread Cédric Krier
-branch [2] http://mercurial.selenic.com/wiki/ShareExtension -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpG3ypjElPM3.pgp Description: PGP signature

Re: [tryton-dev] Proposal to move sao from sandbox to main repo

2013-11-16 Thread Cédric Krier
On 16/11/13 13:29 +0100, Albert Cervera i Areny wrote: 2013/11/16 Cédric Krier cedric.kr...@b2ck.com: What do you think about making sao a little more official? It should also be linked here: http://www.tryton.org/download.html It should not until there is a release. -- Cédric Krier

Re: [tryton-dev] Missing field in analytic_account_line in move line

2013-11-16 Thread Cédric Krier
), why it does not apper this field in form view? bug, feature, ¿? Because it is replaced by Many2One's -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpwjBN5NnAlz.pgp Description: PGP signature

[tryton-dev] Improving the patch submition workflow

2013-11-15 Thread Cédric Krier
) the first line of the commit message. But anyway, I think I could propose a change in mercurial to not drop the first line of comment incase the subject is overriden. So I propose to add this workflow to the wiki page. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472

Re: [tryton-dev] Re: production_operation: Initial commit (issue 1311002)

2013-11-15 Thread Cédric Krier
On 15/11/13 15:37 +0100, Albert Cervera i Areny wrote: 2013/10/26 Cédric Krier cedric.kr...@b2ck.com: On 25/10/13 23:35 +0200, Albert Cervera i Areny wrote: 2013/10/25 Cédric Krier cedric.kr...@b2ck.com: On 25/10/13 11:12 +0200, Albert Cervera i Areny wrote: 2013/10/25 albert.nan

Re: [tryton-dev] Improving the patch submition workflow

2013-11-15 Thread Cédric Krier
On 15/11/13 13:34 +0100, Cédric Krier wrote: Hi, One point that emerges from the VCS discussion yesterday was about the ease to submit patches (aka Push request). Right now, the prefered way is by attaching the patch to an issue. I understand that it can be too much work because you have

Re: [tryton-dev] Improving the patch submition workflow

2013-11-15 Thread Cédric Krier
, this will be activated anyway but if all the backport are pushed at once, it will generate only 1 message. [1] https://hg.tryton.org/tryton-tools/rev/eaa1d412d8ad [2] https://bugs.tryton.org/msg14656 -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website

Re: [tryton-dev] Slow clone of Tryton

2013-11-14 Thread Cédric Krier
On 13/11/13 15:29 +0100, Cédric Krier wrote: Hi, At the TUB2013, some expressed concerns about the slowness of mercurial for Tryton. Here are few tips to speed-up the workflow: - clone using “--uncompressed” option [1] if you have a good connection: hg clone --uncompressed

Re: [tryton-dev] sao: replace selection field by combobox

2013-11-12 Thread Cédric Krier
the #39;required#39; background color in Themes. +1 -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpHgZvoxIP24.pgp Description: PGP signature

[tryton-dev] A new behavior for reports

2013-11-12 Thread Cédric Krier
Hi, At the TUB2013, we talked with somes about fixing a behavior of the report engine. Indeed the issue already exists [1] since a long time. I posted the solution proposed [2]. Comments are welcome. [1] https://bugs.tryton.org/issue577 [2] https://bugs.tryton.org/msg14607 -- Cédric Krier

Re: [tryton-dev] Tree keyword_open depending on view context instead of model

2013-11-09 Thread Cédric Krier
. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgplgPLoimbyK.pgp Description: PGP signature

Re: [tryton-dev] Server version of set_on_change

2013-11-02 Thread Cédric Krier
On 02/11/13 12:26 +0100, Sergi Almacellas Abellana wrote: There is a better way of doing it? Yes fill your values with the right one directly. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpwf0VbpMbrg.pgp Description

Re: [tryton-dev] Server version of set_on_change

2013-11-02 Thread Cédric Krier
On 02/11/13 13:35 +0100, Sergi Almacellas Abellana wrote: El 02/11/13 13:28, Cédric Krier ha escrit: On 02/11/13 12:26 +0100, Sergi Almacellas Abellana wrote: There is a better way of doing it? Yes fill your values with the right one directly. So i have to rewrite all the stuff defined

Re: [tryton-dev] Server version of set_on_change

2013-11-02 Thread Cédric Krier
On 02/11/13 13:58 +0100, Sergi Almacellas Abellana wrote: El 02/11/13 13:51, Cédric Krier ha escrit: On 02/11/13 13:35 +0100, Sergi Almacellas Abellana wrote: El 02/11/13 13:28, Cédric Krier ha escrit: On 02/11/13 12:26 +0100, Sergi Almacellas Abellana wrote: There is a better way of doing

Re: [tryton-dev] Server version of set_on_change

2013-11-01 Thread Cédric Krier
the usage of on_change* for server-side code. The on_change* is design to describe UI changes. I think most of the cases where someone would like to use on_change* indeed it is because we miss an API abstraction. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website

Re: [tryton-dev] tryton-tools: Add change_tz.py

2013-11-01 Thread Cédric Krier
terms, has anyone got the bad idea to have a production server running under MySQL/MariaDB? -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpxoX0iAcAMB.pgp Description: PGP signature

Re: [tryton-dev] sao: open dialogs with a size relative to main window and center to it

2013-10-30 Thread Cédric Krier
or even useful according to how jQuery dialog works (they are modal). So if it is not possible, I think 80% of the main window should be better. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpyznck4UC07.pgp Description

Re: [tryton-dev] Desperately Seeking dev packages

2013-10-29 Thread Cédric Krier
On 29/10/13 10:08 +0530, Sharoon Thomas wrote: On Oct 29, 2013, at 4:35 AM, Cédric Krier cedric.kr...@b2ck.com wrote: I'm thinking about how we could publish on PyPI (or a custom Tryton index) development packages. After the doc, it seems there is a ==dev keyword for that but I did

[tryton-dev] Desperately Seeking dev packages

2013-10-28 Thread Cédric Krier
if anyone has such knowlegde? -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpbR8pAqCBHJ.pgp Description: PGP signature

[tryton-dev] Date/Time management

2013-10-27 Thread Cédric Krier
Hi, FYI, I started an issue [1] to talk about fixing date/time management. The issue is also important to get sao working correctly as javascript doesn't have real timezone support. [1] https://bugs.tryton.org/issue3444 -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32

Re: [tryton-dev] tryton: Allow to search on rec_name of Reference fields

2013-10-25 Thread Cédric Krier
don't know if I should add a comment about this in the doc because it is a user doc and they should have no knowledge about what is a Reference field. Also the syntax being so similar to the display, it is quite intuitive to use. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium

Re: [tryton-dev] Re: production_operation: Initial commit (issue 1311002)

2013-10-25 Thread Cédric Krier
of it. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgp0W8OakYcmO.pgp Description: PGP signature

Re: [tryton-dev] Re: production_operation: Initial commit (issue 1311002)

2013-10-25 Thread Cédric Krier
On 25/10/13 23:35 +0200, Albert Cervera i Areny wrote: 2013/10/25 Cédric Krier cedric.kr...@b2ck.com: On 25/10/13 11:12 +0200, Albert Cervera i Areny wrote: 2013/10/25 albert.nan@gmail.com: http://codereview.tryton.org/1311002/ I just created this codereview which aims

Re: [tryton-dev] Add a #39;copy#39; action to One2Many.set, issue3341

2013-10-23 Thread Cédric Krier
On 23/10/13 14:22 -, Code Review - New issues: lds wrote: Add a #39;copy#39; action to One2Many.set, issue3341 URL: http://codereview.tryton.org/1271002/ Please use the right pattern for the review title as explain in the wiki. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège

Re: [tryton-dev] Scenarios test - Add data_path

2013-10-22 Thread Cédric Krier
the individual tests script should be adapted to do the same. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpc_U4XwBZIS.pgp Description: PGP signature

Re: [tryton-dev] Translation cleaning

2013-10-21 Thread Cédric Krier
On 20/10/13 20:56 +0200, Cédric Krier wrote: Hi, When proceeding to the usual cleaning of translation before release. I found some mistakes done by translators: - es_CO: missing translation, probably because of working with non up to date version (trytond) - es_ES: manual

Re: [tryton-dev] Translations status

2013-10-21 Thread Cédric Krier
On 21/10/13 01:44 +0200, Mathias Behrle wrote: * Cédric Krier: Re: [tryton-dev] Translations status (Mon, 21 Oct 2013 00:04:29 +0200): On 20/10/13 23:42 +0200, Mathias Behrle wrote: * Cédric Krier: Re: [tryton-dev] Translations status (Sun, 20 Oct 2013 23:33:40 +0200): You

Re: [tryton-dev] Unoconv stability

2013-10-21 Thread Cédric Krier
['retry'] and using a for-loop. But before that we should understand what kind of error we get, because maybe it can be solved in unoconv directly. For example what is in stderrdata? -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr

Re: [tryton-dev] Unoconv stability

2013-10-21 Thread Cédric Krier
this problem. This makes no sense as unoconv is run in a subprocess. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpMh4YRJWyK8.pgp Description: PGP signature

Re: [tryton-dev] Translations status

2013-10-20 Thread Cédric Krier
On 20/10/13 12:31 +0200, Mathias Behrle wrote: * Cédric Krier: Re: [tryton-dev] Translations status (Sat, 19 Oct 2013 18:39:02 +0200): On 19/10/13 17:21 +0200, Cédric Krier wrote: On 19/10/13 11:46 +0200, Mathias Behrle wrote: * Cédric Krier: [tryton-dev] Translations status (Sat

Re: [tryton-dev] Translations status

2013-10-20 Thread Cédric Krier
On 20/10/13 15:36 +0200, Mathias Behrle wrote: * Cédric Krier: Re: [tryton-dev] Translations status (Sun, 20 Oct 2013 14:17:56 +0200): On 20/10/13 12:31 +0200, Mathias Behrle wrote: I imagine some international chart of accounts, that until now was in the translation process

Re: [tryton-dev] Translations status

2013-10-20 Thread Cédric Krier
On 20/10/13 18:11 +0200, Mathias Behrle wrote: * Cédric Krier: Re: [tryton-dev] Translations status (Sun, 20 Oct 2013 16:14:20 +0200): On 20/10/13 15:36 +0200, Mathias Behrle wrote: * Cédric Krier: Re: [tryton-dev] Translations status (Sun, 20 Oct 2013 14:17:56 +0200): On 20

Re: [tryton-dev] Translations status

2013-10-20 Thread Cédric Krier
On 20/10/13 18:17 +0200, Albert Cervera i Areny wrote: 2013/10/20 Cédric Krier cedric.kr...@b2ck.com: On 20/10/13 15:36 +0200, Mathias Behrle wrote: * Cédric Krier: Re: [tryton-dev] Translations status (Sun, 20 Oct 2013 14:17:56 +0200): On 20/10/13 12:31 +0200, Mathias Behrle wrote

[tryton-dev] Translation cleaning

2013-10-20 Thread Cédric Krier
to fix your workflow to prevent for the next time those issues. Thanks, -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpdX_V7uK9Dv.pgp Description: PGP signature

Re: [tryton-dev] Translations status

2013-10-20 Thread Cédric Krier
On 20/10/13 20:50 +0200, Mathias Behrle wrote: As long es invoicing is in module *account*-invoice, there has to be an easy way to do invoicing with minimal accounting. Please explain what is an easy way to do invoicing. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel

Re: [tryton-dev] Translations status

2013-10-20 Thread Cédric Krier
On 20/10/13 23:08 +0200, Mathias Behrle wrote: * Cédric Krier: Re: [tryton-dev] Translations status (Sun, 20 Oct 2013 14:17:56 +0200): On 20/10/13 12:31 +0200, Mathias Behrle wrote: * Cédric Krier: Re: [tryton-dev] Translations status (Sat, 19 Oct 2013 18:39:02 +0200

Re: [tryton-dev] Translations status

2013-10-20 Thread Cédric Krier
On 20/10/13 23:42 +0200, Mathias Behrle wrote: * Cédric Krier: Re: [tryton-dev] Translations status (Sun, 20 Oct 2013 23:33:40 +0200): You didn't manage to copy the translation correctly. http://hg.tryton.org/modules/account_de_skr03/rev/44e9528b215c Please fix this. I

Re: [tryton-dev] Translations status

2013-10-19 Thread Cédric Krier
On 19/10/13 11:46 +0200, Mathias Behrle wrote: * Cédric Krier: [tryton-dev] Translations status (Sat, 19 Oct 2013 08:28:10 +0200): Hi Cédric, For the module account_de_skr03, there are German translation but the module is already in German. So I will remove the file because it just

Re: [tryton-dev] Get value from selection field - Nereid Transation filter (translate selected fields)

2013-10-17 Thread Cédric Krier
get value option translated field) For static view, you just have to do like in report, put the string in the view and let the translation view mechanism working. If you want to display a field than you have to use the Model.fields_get -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège

[tryton-dev] Translations deadline

2013-10-17 Thread Cédric Krier
Hi, The deadline for @translators submit their updates is Friday 18th. Thanks, -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpdTYwb7O4MR.pgp Description: PGP signature

Re: [tryton-dev] Translations deadline

2013-10-17 Thread Cédric Krier
On 17/10/13 18:23 +0200, Raimon Esteve wrote: 2013/10/17 Cédric Krier cedric.kr...@b2ck.com: The deadline for @translators submit their updates is Friday 18th. @sergialmacelles + @jordiesteve : I upload po files GTK client to codereview. I don't know if mo files we need to generated or when

Re: [tryton-dev] tryton: Quote user and password in the roundup XML-RPC URL

2013-10-17 Thread Cédric Krier
On 17/10/13 17:13 +0200, Pierre-Louis Bonicoli wrote: The best call seems quote(userinfo, !$'()*+,;=:) (ie sub-delims and :. That is what is used by GLib [2]. Ok, updated with that. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr

Re: [tryton-dev] Problems in Login Connection with Trunk 2.9

2013-10-17 Thread Cédric Krier
on timezone handling. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgp1ld47SrOr2.pgp Description: PGP signature

Re: [tryton-dev] tryton: Quote user and password in the roundup XML-RPC URL

2013-10-16 Thread Cédric Krier
On 16/10/13 16:42 -, Code Review - New issues: ced wrote: tryton: Quote user and password in the roundup XML-RPC URL URL: http://codereview.tryton.org/1143002/ I'm requesting expert knowledge, is it right to use quote_plus or just quote is fine? -- Cédric Krier B2CK SPRL Rue de

Re: [tryton-dev] tip 2.9 tryton: translation for de_DE

2013-10-12 Thread Cédric Krier
On 12/10/13 15:53 -, Code Review - New issues: yangoon wrote: (No description) URL: http://codereview.tryton.org/1137002/ Please try to use the standardized prefix for review: repository name: … and for non trunk: repository name x.y: … -- Cédric Krier B2CK SPRL Rue de

Re: [tryton-dev] tip 2.9 tryton: translation for de_DE

2013-10-12 Thread Cédric Krier
On 12/10/13 18:32 +0200, Mathias Behrle wrote: * Cédric Krier: Re: [tryton-dev] tip 2.9 tryton: translation for de_DE (Sat, 12 Oct 2013 18:06:25 +0200): On 12/10/13 15:53 -, Code Review - New issues: yangoon wrote: (No description) URL: http://codereview.tryton.org/1137002

Re: [tryton-dev] review for translations

2013-10-12 Thread Cédric Krier
On 12/10/13 11:15 -0500, Oscar Alvarez wrote: El 12/10/13 11:06, Cédric Krier escribió: On 12/10/13 15:53 -, Code Review - New issues: yangoon wrote: (No description) URL: http://codereview.tryton.org/1137002/ Please try to use the standardized prefix for review: repository

[tryton-dev] Late translation update

2013-10-10 Thread Cédric Krier
/1127002/ On 08/10/13 21:06 -, Code Review - New issues: ced wrote: tryton: Rational quot;Month Viewquot; label URL: http://codereview.tryton.org/1128002/ -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com

<    4   5   6   7   8   9   10   11   12   13   >