Re: [tryton-dev] Database schema name limit

2015-05-25 Thread Cédric Krier
On 25 May 08:34, Raimon Esteve wrote: 2015-05-21 17:52 GMT+02:00 Cédric Krier cedric.kr...@b2ck.com: Hi, I'm facing a limitation with how trytond generate the table name for a ModelSQL. Databases have different length limitation for schema name. For example, PostgreSQL has the limit

[tryton-dev] Database schema name limit

2015-05-23 Thread Cédric Krier
module (at the database level not Model.__name__). What do you think? -- 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] Database schema name limit

2015-05-23 Thread Cédric Krier
On 23 May 11:01, Mathias Behrle wrote: * Cédric Krier: [tryton-dev] Database schema name limit (Thu, 21 May 2015 17:52:57 +0200): Hi, I'm facing a limitation with how trytond generate the table name for a ModelSQL. Databases have different length limitation for schema name

Re: [tryton-dev] get_singleton() vs. Config(1)

2015-05-18 Thread Cédric Krier
On 18 May 16:08, Udo Spallek wrote: Sat, 16 May 2015 20:39:38 +0200 Cédric Krier cedric.kr...@b2ck.com: On 16 May 14:20, Udo Spallek wrote: ... Is the use of ``get_singleton()`` recommended in module code or better stay with config = Config(1)? Obviously it is not the recommended way

Re: [tryton-dev] get_singleton() vs. Config(1)

2015-05-16 Thread Cédric Krier
On 16 May 20:39, Cédric Krier wrote: On 16 May 14:20, Udo Spallek wrote: Hi, in [1][2] we introduce a ``get_singleton()`` method for Singelton models. In the modules we always use a patter like this:: Config = pool.get('xxx.configuration') config = Config(1

Re: [tryton-dev] RFC: check stock quantity on sale

2015-05-14 Thread Cédric Krier
On 14 May 14:25, Albert Cervera i Areny wrote: 2015-05-14 9:56 GMT+02:00 Christophe (net) c...@adiczion.net: Le 14/05/2015 09:00, Cédric Krier a écrit : On 14 May 08:29, Christophe (net) wrote: Le 13/05/2015 17:46, Cédric Krier a écrit : Hi, I started a review for a new module

Re: [tryton-dev] RFC: check stock quantity on sale

2015-05-14 Thread Cédric Krier
On 14 May 08:29, Christophe (net) wrote: Le 13/05/2015 17:46, Cédric Krier a écrit : Hi, I started a review for a new module sale_stock_quantity [1] See the description for a complete explaination of the behaviour. I have just one concern about a possible option to skip the check

[tryton-dev] RFC: check stock quantity on sale

2015-05-13 Thread Cédric Krier
Hi, I started a review for a new module sale_stock_quantity [1] See the description for a complete explaination of the behaviour. I have just one concern about a possible option to skip the check for some products. [1] https://bugs.tryton.org/issue4752 Thanks, -- Cédric Krier - B2CK SPRL

Re: [tryton-dev] RFC: Landed Cost

2015-05-04 Thread Cédric Krier
On 04 May 01:39, Axel Braun wrote: Am Samstag, 2. Mai 2015 18:50:03 UTC+2 schrieb Cédric Krier: On 01 May 06:50, Axel Braun wrote: While my way of doing doesn't depend on the order: - buy 10 products @ 10€ - cost price: 10€ - book landed cost: 1

Re: [tryton-dev] RFC: Landed Cost

2015-04-30 Thread Cédric Krier
On 30 Apr 13:54, Cédric Krier wrote: On 30 Apr 04:33, Axel Braun wrote: Am Donnerstag, 30. April 2015 11:30:03 UTC+2 schrieb Cédric Krier: On 30 Apr 02:12, Axel Braun wrote: Am Mittwoch, 29. April 2015 17:40:03 UTC+2 schrieb Cédric Krier: On 29 Apr 08:22

Re: [tryton-dev] RFC: Landed Cost

2015-04-29 Thread Cédric Krier
On 08 Apr 18:21, Cédric Krier wrote: Hi, I started to write a blueprint to manage landed cost (post reception): http://code.google.com/p/tryton/wiki/LandedCost The account_stock_anglosaxon part is a little bit tricky, so it will be good if others can validate it. Here

Re: [tryton-dev] RFC: Landed Cost

2015-04-29 Thread Cédric Krier
On 29 Apr 05:34, Axel Braun wrote: Hi Cedric, Am Mittwoch, 29. April 2015 13:15:04 UTC+2 schrieb Cédric Krier: I also needed to implement a way to re-compute the cost price of a product: https://bugs.tryton.org/issue4729 The current implementation is quite naive as it re-compute

Re: [tryton-dev] RFC: Landed Cost

2015-04-13 Thread Cédric Krier
On 13 Apr 05:55, Axel Braun wrote: Am Samstag, 11. April 2015 13:00:05 UTC+2 schrieb Cédric Krier: From the description in the blueprint it sounds like account_stock_continental reflects a standard priced material, while account_stock_anglosaxon reflects a variable priced

Re: [tryton-dev] RFC: Landed Cost

2015-04-11 Thread Cédric Krier
On 10 Apr 08:05, Axel Braun wrote: Am Mittwoch, 8. April 2015 20:10:03 UTC+2 schrieb Cédric Krier: On 08 Apr 18:41, Albert Cervera i Areny wrote: 2015-04-08 18:21 GMT+02:00 Cédric Krier cedric...@b2ck.com javascript:: Hi, I started to write a blueprint to manage

[tryton-dev] RFC: Landed Cost

2015-04-08 Thread Cédric Krier
Hi, I started to write a blueprint to manage landed cost (post reception): http://code.google.com/p/tryton/wiki/LandedCost The account_stock_anglosaxon part is a little bit tricky, so it will be good if others can validate it. Thanks, -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr

Re: [tryton-dev] RFC: Landed Cost

2015-04-08 Thread Cédric Krier
On 08 Apr 18:41, Albert Cervera i Areny wrote: 2015-04-08 18:21 GMT+02:00 Cédric Krier cedric.kr...@b2ck.com: Hi, I started to write a blueprint to manage landed cost (post reception): http://code.google.com/p/tryton/wiki/LandedCost The account_stock_anglosaxon part is a little bit

Re: [tryton-dev] How to set domain for the child form

2015-04-07 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/

Re: [tryton-dev] Question on translation

2015-04-07 Thread Cédric Krier
On 07 Apr 19:49, Christophe (net) wrote: Le 07/04/2015 19:14, Cédric Krier a écrit : On 07 Apr 17:57, Christophe wrote: Hello, In a new module I defined a selection field whose elements are updated dynamically (by a method that returns tuples). I translate all fields in the module

Re: [tryton-dev] Question on translation

2015-04-07 Thread Cédric Krier
On 07 Apr 20:31, Christophe (net) wrote: Le 07/04/2015 20:12, Cédric Krier a écrit : On 07 Apr 19:49, Christophe (net) wrote: Le 07/04/2015 19:14, Cédric Krier a écrit : On 07 Apr 17:57, Christophe wrote: Hello, In a new module I defined a selection field whose elements are updated

Re: [tryton-dev] Freeze of repositories

2015-04-05 Thread Cédric Krier
On 06 Apr 00:41, Mathias Behrle wrote: * Mathias Behrle: Re: [tryton-dev] Freeze of repositories (Wed, 1 Apr 2015 02:41:37 +0200): * Cédric Krier: Re: [tryton-dev] Freeze of repositories (Wed, 1 Apr 2015 00:45:46 +0200): On 31 Mar 16:56, Cédric Krier wrote: On 31 Mar 15:47

Re: [tryton-dev] RFC: Customs Management

2015-04-01 Thread Cédric Krier
On 01 Apr 00:52, Cédric Krier wrote: It is not for direct taxes which are managed by the tax system in account module. Indeed, I should not have talked about direct/indirect taxes because it is not the right name. The difference here between customs duty and standard Tryton taxes is that custom

Re: [tryton-dev] Freeze of repositories

2015-03-31 Thread Cédric Krier
On 31 Mar 14:24, Mathias Behrle wrote: * Cédric Krier: [tryton-dev] Freeze of repositories (Mon, 23 Mar 2015 19:19:36 +0100): There are some new modules to not forget: account_tax_rule_country, stock_lot_sled, account_payment_sepa_cfonb, account_deposit and sale_extra. Could you

Re: [tryton-dev] Freeze of repositories

2015-03-31 Thread Cédric Krier
On 31 Mar 15:06, Mathias Behrle wrote: * Cédric Krier: Re: [tryton-dev] Freeze of repositories (Tue, 31 Mar 2015 14:33:46 +0200): On 31 Mar 14:24, Mathias Behrle wrote: * Cédric Krier: [tryton-dev] Freeze of repositories (Mon, 23 Mar 2015 19:19:36 +0100): There are some

Re: [tryton-dev] Italian translation

2015-03-26 Thread Cédric Krier
. Could you please help me? You have to put a Google Account to authenticate on codereview. -- 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] Italian translation

2015-03-26 Thread Cédric Krier
and then nothing. Did you configured review server in hgrc ? Also instead of using hgreview, you can use the simple script: http://codereview.tryton.org/use_uploadpy It is simplier the first time. PS: Please don't top-post on this mailing list, see http://groups.tryton.org/netiquette -- Cédric Krier

Re: [tryton-dev] Freeze of repositories

2015-03-26 Thread Cédric Krier
On 23 Mar 19:19, Cédric Krier wrote: So we will start with a first week where string fixes can still be applied (until 30th March). So @translators wait until this date before pushing and keep an eye on the commits for possible string changes. Here is one modification of translation: https

Re: [tryton-dev] Client translation

2015-03-23 Thread Cédric Krier
On 23 Mar 09:40, Albert Cervera i Areny wrote: 2015-03-22 21:44 GMT+01:00 Cédric Krier cedric.kr...@b2ck.com: On 22 Mar 21:04, Mathias Behrle wrote: * Cédric Krier: [tryton-dev] Client translation (Sun, 22 Mar 2015 14:08:50 +0100): Hi, I wrote a proposal to improve

Re: [tryton-dev] Client translation

2015-03-23 Thread Cédric Krier
On 22 Mar 21:44, Cédric Krier wrote: On 22 Mar 21:04, Mathias Behrle wrote: * Cédric Krier: [tryton-dev] Client translation (Sun, 22 Mar 2015 14:08:50 +0100): Hi, I wrote a proposal to improve the client translation process: https://bugs.tryton.org/issue4664 I would

[tryton-dev] Freeze of repositories

2015-03-23 Thread Cédric Krier
: account_tax_rule_country, stock_lot_sled, account_payment_sepa_cfonb, account_deposit and sale_extra. The modules country and currency are not managed by translators (except for the few fields and models). [1] http://hg.tryton.org/tryton/rev/141fe649ea60 Thanks and good test, -- Cédric Krier - B2CK SPRL Email/Jabber

[tryton-dev] Client translation

2015-03-22 Thread Cédric Krier
Hi, I wrote a proposal to improve the client translation process: https://bugs.tryton.org/issue4664 I would like to setup this workflow for the coming release. So please comment, especially the translators. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59

Re: [tryton-dev] Client translation

2015-03-22 Thread Cédric Krier
On 22 Mar 21:04, Mathias Behrle wrote: * Cédric Krier: [tryton-dev] Client translation (Sun, 22 Mar 2015 14:08:50 +0100): Hi, I wrote a proposal to improve the client translation process: https://bugs.tryton.org/issue4664 I would like to setup this workflow for the coming release

Re: [tryton-dev] Understanding General Ledger or Bug?

2015-03-10 Thread Cédric Krier
. No this should be the result with start: None Please fill an issue to fix when using the same period for start and end. -- 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] on_change update relationals

2015-03-02 Thread Cédric Krier
in on_changes for M2O fields does not seem so bad, as it is something the user may want to do, so the on_change methods should be able to as well. It will never be part of Tryton. It is the best way to implement monstrous side-effect. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr

Re: [tryton-dev] Request testing of new sale_opportunity workflow

2015-02-27 Thread Cédric Krier
On 27 Feb 16:45, Cédric Krier wrote: On 27 Feb 15:47, Albert Cervera i Areny wrote: 2015-02-27 15:45 GMT+01:00 Albert Cervera i Areny alb...@nan-tic.com: - Also I think that it is good that whenever possible the workflow can go backwards and if the user mistakenly pushes the Convert

Re: [tryton-dev] Request testing of new sale_opportunity workflow

2015-02-27 Thread Cédric Krier
On 27 Feb 17:22, Albert Cervera i Areny wrote: 2015-02-27 16:45 GMT+01:00 Cédric Krier cedric.kr...@b2ck.com: On 27 Feb 15:47, Albert Cervera i Areny wrote: 2015-02-27 15:45 GMT+01:00 Albert Cervera i Areny alb...@nan-tic.com: 2015-02-27 13:00 GMT+01:00 Cédric Krier cedric.kr...@b2ck.com

Re: [tryton-dev] on_change update relationals

2015-02-27 Thread Cédric Krier
..) I don't think so it is better to create a new sale and mark the other one as lost. -- 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] Request testing of new sale_opportunity workflow

2015-02-27 Thread Cédric Krier
On 27 Feb 18:45, Albert Cervera i Areny wrote: 2015-02-27 18:18 GMT+01:00 Cédric Krier cedric.kr...@b2ck.com: On 27 Feb 16:45, Cédric Krier wrote: On 27 Feb 15:47, Albert Cervera i Areny wrote: 2015-02-27 15:45 GMT+01:00 Albert Cervera i Areny alb...@nan-tic.com: - Also I think

Re: [tryton-dev] Request testing of new sale_opportunity workflow

2015-02-27 Thread Cédric Krier
On 27 Feb 15:47, Albert Cervera i Areny wrote: 2015-02-27 15:45 GMT+01:00 Albert Cervera i Areny alb...@nan-tic.com: 2015-02-27 13:00 GMT+01:00 Cédric Krier cedric.kr...@b2ck.com: Hi, I would like to push the issue3320 [1] before the 3.6 release. As it is quite a big workflow change, I

Re: [tryton-dev] on_change update relationals

2015-02-27 Thread Cédric Krier
On 27 Feb 20:51, Simon Klemenc wrote: 2015-02-27 13:20 GMT+01:00 Cédric Krier cedric.kr...@b2ck.com: On 27 Feb 04:05, Simon Klemenc wrote: Let me explain: We sell certain Systems, those consist of several pieces of varying size/quantity. Most of the time we use a predefined

Re: [tryton-dev] Request testing of new sale_opportunity workflow

2015-02-27 Thread Cédric Krier
is changed from one state to another. I would also leave the term 'Convert' to this specific functionality in Lead/Opportunity Management. OK guys feel free to provide a patch for this change. It is any way out of the scope of the reviewed change. -- Cédric Krier - B2CK SPRL Email/Jabber

Re: [tryton-dev] on_change update relationals

2015-02-27 Thread Cédric Krier
On 27 Feb 01:21, Simon Klemenc wrote: On Friday, February 27, 2015 at 1:14:38 AM UTC+1, Cédric Krier wrote: On 26 Feb 15:53, Simon Klemenc wrote: hi there, I recognized that when i update the party from a sale, the tax rule is not updated for the sales line.. Easy

Re: [tryton-dev] on_change update relationals

2015-02-27 Thread Cédric Krier
On 27 Feb 03:33, Simon Klemenc wrote: On Friday, February 27, 2015 at 11:00:03 AM UTC+1, Cédric Krier wrote: On 27 Feb 01:21, Simon Klemenc wrote: We have sale templates which we reuse quite often and i really need to update taxes... There is no such need, opportunity creates sale

[tryton-dev] Request testing of new sale_opportunity workflow

2015-02-27 Thread Cédric Krier
Hi, I would like to push the issue3320 [1] before the 3.6 release. As it is quite a big workflow change, I would like to have feedback on it. [1] https://bugs.tryton.org/issue3320 Thanks, -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http

Re: [tryton-dev] Feedback on issue3465

2015-02-26 Thread Cédric Krier
On 26 Feb 15:34, Jan Grasnick wrote: Am 26.02.2015 um 13:27 schrieb Cédric Krier: Hi, I would like to have feedback on this change of the UI: https://bugs.tryton.org/issue3465 I put some screenshots on the issue for those who don't want to apply the patch. I know this behavior

Re: [tryton-dev] Feedback on issue3465

2015-02-26 Thread Cédric Krier
On 26 Feb 15:50, Raimon Esteve wrote: I think about message green or red (save or invalid) before pagination (toolbar) is correct (current version) But not for accessibility. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/

[tryton-dev] Feedback on issue3465

2015-02-26 Thread Cédric Krier
Hi, I would like to have feedback on this change of the UI: https://bugs.tryton.org/issue3465 I put some screenshots on the issue for those who don't want to apply the patch. Thanks, -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http

Re: [tryton-dev] on_change update relationals

2015-02-26 Thread Cédric Krier
line.save() is not really intended here i think and it doesnt work aswel... Is there a way to do this? Not really that's why the party is readonly once there is a line added on sale. PS: tryton-dev@ if about developping Tryton, general question are for tryton@ -- Cédric Krier - B2CK SPRL

[tryton-dev] Hide columns that has always the same value

2015-02-11 Thread Cédric Krier
Thanks, -- 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] Adding flake8 and coverage on tox and CI

2015-02-07 Thread Cédric Krier
https://travis-ci.org/openlabs/nereid-webshop/jobs/49836710 As usual you are just following to mass without thinking exactly what it implies and what it brings. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgp8KuiuVAl2T.pgp

Re: [tryton-dev] Adding flake8 and coverage on tox and CI

2015-02-07 Thread Cédric Krier
On 07 Feb 18:09, Sergi Almacellas Abellana wrote: For me this will prevent to add a lot of new more code that won't be tested. And that's my objective. This is acheive by peer reviewing like any other quality control. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32

Re: [tryton-dev] Adding flake8 and coverage on tox and CI

2015-02-07 Thread Cédric Krier
On 07 Feb 14:25, Sharoon Thomas wrote: On 02/07, Cédric Krier wrote: On 07 Feb 12:34, Sharoon Thomas wrote: On 02/06, Sergi Almacellas Abellana wrote: I also managed to run coverage to ensure that module coverage is over a specific % (75% on my case, but can be customized per module

Re: [tryton-dev] Adding flake8 and coverage on tox and CI

2015-02-07 Thread Cédric Krier
On 07 Feb 18:13, Sergi Almacellas Abellana wrote: El 07/02/15 a les 09:24, Cédric Krier ha escrit: On 07 Feb 12:34, Sharoon Thomas wrote: On 02/06, Sergi Almacellas Abellana wrote: Hi, As a PoC i just added flake8 check to tox [1] on one of my personal projects. The output is available

Re: [tryton-dev] Adding flake8 and coverage on tox and CI

2015-02-06 Thread Cédric Krier
, bugtracking, non-regression test, documenation, comments etc.). The tools like flake8 or coverage are only tools to help to follow the process but they must not become the target otherwise we miss the real point which is quality. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32

Re: [tryton-dev] Github mirror

2015-02-05 Thread Cédric Krier
On 04 Feb 12:43, Nicolas Évrard wrote: * Sharoon Thomas [2015-01-29 20:53 +0100]: On Thu, Jan 29, 2015 at 7:01 AM, Cédric Krier cedric.kr...@b2ck.com wrote: On 27 Jan 10:10, Cédric Krier wrote: It seems the sync is back. Could we have a report about what was the problem? How can we avoid

Re: [tryton-dev] RFC: account_tax_rule_country

2015-02-04 Thread Cédric Krier
On 28 Aug 10:49, Cédric Krier wrote: Hi, I created a module to add from/to country on the matching mechanism of tax rule. It is more a POC about how tax rule should be customized. Comments are welcomed. https://bugs.tryton.org/issue4139 For me, the module is ready to be committed. I just

Re: [tryton-dev] Arreglar fer backups test a tryton clients

2015-02-02 Thread Cédric Krier
maswifi pq em demana password. Pots automatitzar-ho pq en aq 2 servidors no demani password com en els altres casos? In English please. -- 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] Re: proteus: Add support for JSON-RPC (issue414002)

2015-01-30 Thread Cédric Krier
session management (session and authentication). -- 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] Re: proteus: Add support for JSON-RPC (issue414002)

2015-01-30 Thread Cédric Krier
On 30 Jan 17:14, Simon wrote: Am 30.01.2015 um 17:09 schrieb Cédric Krier: On 30 Jan 07:17, Simon Klemenc wrote: On Friday, June 29, 2012 at 1:27:13 PM UTC+2, Sharoon Thomas wrote: Reviewers: , Please review this at http://codereview.tryton.org/414002/ Affected files: M

Re: [tryton-dev] Github mirror

2015-01-29 Thread Cédric Krier
On 27 Jan 10:10, Cédric Krier wrote: On 26 Jan 06:38, Sharoon Thomas wrote: On Thu, Jan 22, 2015 at 12:32 PM, Cédric Krier cedric.kr...@b2ck.com wrote: Hi, @sharoon, the Github mirror seems to not have been updated since Dec 19, 2014. It is fine to have mirrors

Re: [tryton-dev] Github mirror

2015-01-29 Thread Cédric Krier
is not a reliable process. It may change in the future. Such issue could be avoided if run from the Tryton's servers. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/

[tryton-dev] Travis CI is spamming me

2015-01-28 Thread Cédric Krier
/48635890 -- 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] Github mirror

2015-01-27 Thread Cédric Krier
On 26 Jan 06:38, Sharoon Thomas wrote: On Thu, Jan 22, 2015 at 12:32 PM, Cédric Krier cedric.kr...@b2ck.com wrote: Hi, @sharoon, the Github mirror seems to not have been updated since Dec 19, 2014. It is fine to have mirrors but they must be up to date. If the problem comes from

Re: [tryton-dev] WIP: new CI

2015-01-27 Thread Cédric Krier
On 27 Jan 17:50, Cédric Krier wrote: All modules have been activated for drone. You can find them following this pattern: https://drone.tryton.org/trypod.tryton.org/tryton/modules. name With the exception of the tree account chart modules which did not have tests but they should

Re: [tryton-dev] WIP: new CI

2015-01-27 Thread Cédric Krier
On 18 Jan 23:36, Cédric Krier wrote: On 11 Jan 16:55, Cédric Krier wrote: Hi, I made some progress on the new CI. First, I tested drone [1] on our new server (tycho.office.b2ck.com). I submitted a PR [2] to add support of mercurial and I tested by using a temporary repository [3

Re: [tryton-dev] WIP: new CI

2015-01-27 Thread Cédric Krier
On 27 Jan 17:50, Cédric Krier wrote: On 18 Jan 23:36, Cédric Krier wrote: On 11 Jan 16:55, Cédric Krier wrote: Hi, I made some progress on the new CI. First, I tested drone [1] on our new server (tycho.office.b2ck.com). I submitted a PR [2] to add support of mercurial and I

[tryton-dev] Github mirror

2015-01-22 Thread Cédric Krier
to prevent bad feeling about dead project. -- 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] WIP: new CI

2015-01-18 Thread Cédric Krier
On 18 Jan 23:36, Cédric Krier wrote: But finaly, it is only available on IPv6 because it needs to be on SSL and proxy doesn't support it. I setup a dyndns for IPv4 so it should work. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http

Re: [tryton-dev] WIP: new CI

2015-01-18 Thread Cédric Krier
. But it will require some refactoring on drone for which I already talked about with the maintainer. FYI, this is the drone branch running: https://github.com/cedk/drone/tree/trypod -- 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] WIP: new CI

2015-01-18 Thread Cédric Krier
On 11 Jan 16:55, Cédric Krier wrote: Hi, I made some progress on the new CI. First, I tested drone [1] on our new server (tycho.office.b2ck.com). I submitted a PR [2] to add support of mercurial and I tested by using a temporary repository [3] on bitbucket. You can find the drone running

Re: [tryton-dev] WIP: new CI

2015-01-16 Thread Cédric Krier
On 11 Jan 16:55, Cédric Krier wrote: You can find the drone running at http://drone.tryton.org/ This server is just for testing purpose. It uses the webserver as proxy for the IPv6 only tycho. But unfortunately this breaks the websocket, so the final server will connect directly to the server

[tryton-dev] RFC: stock_lot_sled

2015-01-16 Thread Cédric Krier
Hi, Here is a new module to manage Shelf Life Expiration Date. https://bugs.tryton.org/issue4496 -- 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] Error in Calendar view for February 2015

2015-01-14 Thread Cédric Krier
On 14 Jan 09:25, sergio.mori...@gmail.com wrote: It seems to be a bug with this month in Calendar view. The error: Please report at https://bugs.tryton.org/ with full traceback and scenario to reproduce. Thanks, -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54

[tryton-dev] WIP: new CI

2015-01-11 Thread Cédric Krier
hg.tryton.org - write a mercurial hook to trigger drone build [1] https://github.com/drone/drone [2] https://github.com/drone/drone/pull/793 [3] https://bitbucket.org/cedk/trytond-tox [4] https://bugs.tryton.org/issue4431 -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472

Re: [tryton-dev] WIP: new CI

2015-01-11 Thread Cédric Krier
On 11 Jan 16:55, Cédric Krier wrote: Hi, I made some progress on the new CI. First, I tested drone [1] on our new server (tycho.office.b2ck.com). I submitted a PR [2] to add support of mercurial and I tested by using a temporary repository [3] on bitbucket. You can find the drone running

[tryton-dev] About inconsistent account move line with 3.4 migration

2015-01-09 Thread Cédric Krier
it is not a wise move but I think it is good to allow to fix it. So what do you think about it? [1] https://bugs.tryton.org/issue4465 -- 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] mercurial-server and roundup

2015-01-09 Thread Cédric Krier
On 03 Jan 16:36, Cédric Krier wrote: On 22 Dec 00:19, Cédric Krier wrote: On 21 Dec 19:22, Cédric Krier wrote: Hi, The next step is to store ssh keys of committers into mercurial to ease the management (and also support many keys per user). There are already 2 reviews

Re: [tryton-dev] mercurial-server and roundup

2015-01-03 Thread Cédric Krier
On 22 Dec 00:19, Cédric Krier wrote: On 21 Dec 19:22, Cédric Krier wrote: Hi, The next step is to store ssh keys of committers into mercurial to ease the management (and also support many keys per user). There are already 2 reviews: http://codereview.tryton.org/14811002/ http

Re: [tryton-dev] Price list with tax included

2015-01-02 Thread Cédric Krier
On 29 Dec 16:52, Cédric Krier wrote: Hi, I'm trying to solve a problem for price with tax included. Generally, when companies work this way they store the price with tax included on the product for example (could be the list price field). So the problem is how to make it works

[tryton-dev] Price list with tax included

2014-12-29 Thread Cédric Krier
a configuration parameter for the digits (instead of the hard coded 4), a good value could be defined for each company according to their use case. So what do you think about such module? -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http

Re: [tryton-dev] Price list with tax included

2014-12-29 Thread Cédric Krier
On 29 Dec 17:23, Raimon Esteve wrote: 2014-12-29 16:52 GMT+01:00 Cédric Krier cedric.kr...@b2ck.com: Hi, I'm trying to solve a problem for price with tax included. Generally, when companies work this way they store the price with tax included on the product for example (could

Re: [tryton-dev] Price list with tax included

2014-12-29 Thread Cédric Krier
On 29 Dec 18:06, Albert Cervera i Areny wrote: 2014-12-29 16:52 GMT+01:00 Cédric Krier cedric.kr...@b2ck.com: Hi, I'm trying to solve a problem for price with tax included. Generally, when companies work this way they store the price with tax included on the product for example (could

Re: [tryton-dev] Price list with tax included

2014-12-29 Thread Cédric Krier
On 29 Dec 18:51, Raimon Esteve wrote: 2014-12-29 18:41 GMT+01:00 Cédric Krier cedric.kr...@b2ck.com: On 29 Dec 17:23, Raimon Esteve wrote: 2014-12-29 16:52 GMT+01:00 Cédric Krier cedric.kr...@b2ck.com: Hi, I'm trying to solve a problem for price with tax included. Generally, when

Re: [tryton-dev] RFC: account move template

2014-12-26 Thread Cédric Krier
On 10 Dec 10:25, Cédric Krier wrote: Hi, I started this [1] without a blueprint because I was not sure to express the idea better than showing a POC (especially as it requires special usage of wizard). I have some more idea to make it more usable: - allow to run in from an opened

Re: [tryton-dev] mercurial-server and roundup

2014-12-23 Thread Cédric Krier
On 22 Dec 21:07, Oscar Alvarez wrote: On 21/12/14 18:19, Cédric Krier wrote: On 21 Dec 19:22, Cédric Krier wrote: Hi, The next step is to store ssh keys of committers into mercurial to ease the management (and also support many keys per user). There are already 2 reviews: http

Re: [tryton-dev] RFC: Report Refactorization

2014-12-22 Thread Cédric Krier
On 22 Dec 15:50, Nicolas Évrard wrote: * Cédric Krier [2014-12-20 02:02 +0100]: On 19 Dec 19:30, Nicolas Évrard wrote: Hello, Last week I took some time to change a bit the API of the Report object. There has always been a need some part of this API that I did not like eg: I had

Re: [tryton-dev] Tryton web client SETUP

2014-12-22 Thread Cédric Krier
shot.i'm not sure what else i have to look for. If you don't give more information about what is not working, we can not help you. 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

[tryton-dev] mercurial-server and roundup

2014-12-21 Thread Cédric Krier
on roundup, you will lose your access right to mercurial repositories. PS: Thanks to carefully review roundup_sshkeys for security issue because it should run as root. -- 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] mercurial-server and roundup

2014-12-21 Thread Cédric Krier
On 21 Dec 19:22, Cédric Krier wrote: Hi, The next step is to store ssh keys of committers into mercurial to ease the management (and also support many keys per user). There are already 2 reviews: http://codereview.tryton.org/14811002/ http://codereview.tryton.org/13791002/ But before

Re: [tryton-dev] mercurial-server migration

2014-12-20 Thread Cédric Krier
On 15 Dec 23:47, Cédric Krier wrote: Hi, I started to work on migrate the current infrastructure of mercurial repositories to mercurial-server. I have some questions about the transition where we could solve some issue. - I'm thinking about removing the subfolder modules/ to put all

Re: [tryton-dev] mercurial-server migration

2014-12-19 Thread Cédric Krier
On 19 Dec 12:15, Korbinian Preisler wrote: Hi, On 15.12.2014 23:47, Cédric Krier wrote: Hi, I started to work on migrate the current infrastructure of mercurial repositories to mercurial-server. I have some questions about the transition where we could solve some issue. - I'm

Re: [tryton-dev] RFC: Report Refactorization

2014-12-19 Thread Cédric Krier
compatibility from very old relatorio version. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpqOlIkqPkjo.pgp Description: PGP signature

Re: [tryton-dev] trytond fails to start if logfile does not exist

2014-12-15 Thread Cédric Krier
936, in _open stream = open(self.baseFilename, self.mode) IOError: [Errno 2] No such file or directory: '/var/log/tryton/trytond.log' IMHO Tryton should catch this error and create the file, shouldn't it? No, it is a bad configuration so it should fail. -- Cédric Krier - B2CK SPRL Email

[tryton-dev] mercurial-server migration

2014-12-15 Thread Cédric Krier
will do the migration, I espect to have a downtime of hg.tryton.org for few hours. I will drop an email here on start and end. -- 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] Tryton web client SETUP

2014-12-14 Thread Cédric Krier
to change the source code of trytond and trytond.conf: jsondata_path = /tryton/sao. I doubt that you really put it in the root directory. -- 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] network

2014-12-11 Thread Cédric Krier
, normally sao should make the same amount of request as tryton does. And for now, sao should look quite similar to the tryton --dev as it doesn't have any cache. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/

[tryton-dev] RFC: account move template

2014-12-10 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/

Re: [tryton-dev] Is it possible to use free text in table_query?

2014-12-10 Thread Cédric Krier
On 10 Dec 04:31, Markus Bala wrote: Can I do something like the code below? EAFP https://docs.python.org/2/glossary.html#term-eafp -- 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] Faster contribution

2014-12-09 Thread Cédric Krier
that contributions are not welcome. That's a dream. Or I will just stop reviewing. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ pgpdbNzFflwQf.pgp Description: PGP signature

Re: [tryton-dev] Faster contribution

2014-12-09 Thread Cédric Krier
On 09 Dec 12:02, Pierre-Louis Bonicoli wrote: On 09/12/2014 11:41, Albert Cervera i Areny wrote: 2014-12-09 11:07 GMT+01:00 Cédric Krier cedric.kr...@b2ck.com: On 09 Dec 10:45, Pierre-Louis Bonicoli wrote: Generally, in order to allow faster contributions, core developers should avoid

Re: [tryton-dev] Faster contribution

2014-12-09 Thread Cédric Krier
anything like a 'thanks' on codereview.tyton.org) If it is all you miss to be pleased: http://codereview.tryton.org/10711003 -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59 Website: http://www.b2ck.com/

<    1   2   3   4   5   6   7   8   9   10   >