Re: [tryton-dev] proposal for new features for .ods reports

2012-09-27 Thread Cédric Krier
On 26/09/12 17:07 -0700, oscar_alvarez wrote: First, Add the .ods extension to setup.py in package_data for all modules, the .ods file is a bit more flexibility for later work it for the final users, because let it more options for data processing in LO (statistics, filters, functions,

[tryton-dev] country: Rename Cataluña to Catalunya (issue 542002)

2012-09-27 Thread resteve
Reviewers: , Please review this at http://codereview.tryton.org/542002/ Affected files: M country.xml Index: country.xml === --- a/country.xml +++ b/country.xml @@ -9197,7 +9197,7 @@ /record record

[tryton-dev] Default Values Many2Many fields

2012-09-27 Thread Raimon Esteve
Hello, a little question about framework: how to add default values in Many2Many fields? I tested and don't get good result this code: def default_fieldm2m(self): return [('set', [ID])] In trytond/test/test.py aren't m2m defualt values to chek it :( -- Si us plau, NO adjunti

[tryton-dev] trytond: cache set will return value in order to prevent using temporary variable for nothing (issue 543002)

2012-09-27 Thread nicolas . evrard
Reviewers: , Please review this at http://codereview.tryton.org/543002/ Affected files: M trytond/cache.py Index: trytond/cache.py === --- a/trytond/cache.py +++ b/trytond/cache.py @@ -49,6 +49,7 @@ cache =

Re: [tryton-dev] Default Values Many2Many fields

2012-09-27 Thread Cédric Krier
On 27/09/12 13:20 +0200, Raimon Esteve wrote: Hello, a little question about framework: how to add default values in Many2Many fields? I tested and don't get good result this code: def default_fieldm2m(self): return [('set', [ID])] It is just a list of ids In

Re: [tryton-dev] How to create template .ods for Tryton report?

2012-09-27 Thread Oscar Alvarez
El 26/09/12 18:46, zodman escribió: On Wed, Sep 26, 2012 at 6:30 PM, Oscar Alvarez oscar.alvarez.mont...@gmail.com wrote: El 20/09/12 05:48, Nicolas Évrard escribió: * oscar_alvarez [2012-09-20 01:48 +0200]: I am trying to create a .ods template file for a report in Tryton, but it doesn't

Re: [tryton-dev] trytond: Add pre-validation (issue 536002)

2012-09-27 Thread Cédric Krier
On 24/09/12 20:31 +, cedric.kr...@b2ck.com wrote: Please review this at http://codereview.tryton.org/536002/ Could someone review this one, I would like to include it in the coming release. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59

[tryton-dev] CIA.vc is dead

2012-09-27 Thread Cédric Krier
Hi, CIA.vc [1] is dead. We used this service to get notification on the irc channel #tryton-commit. I'm looking for a simple replacement (better self-hosted). Is there anyone who has something to recommand? [1] http://cia.vc/ Thanks, -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège

Re: [tryton-dev] CIA.vc is dead

2012-09-27 Thread zodman
On Thu, Sep 27, 2012 at 4:26 PM, Cédric Krier cedric.kr...@b2ck.com wrote: Hi, CIA.vc [1] is dead. We used this service to get notification on the irc channel #tryton-commit. I'm looking for a simple replacement (better self-hosted). Is there anyone who has something to recommand? [1]

Re: [tryton] Use tryton as a framework

2012-09-27 Thread Raimon Esteve
2012/9/26 Valentin Hapiot vhap...@gmail.com Can I install a database from command line or proteus without all the ir.ui.* and ir.action.* tables ? I don't understand why you need to install tryton server without this tables. Can you explain it? The names of this tables is Internal Resource.

[tryton] Server Implementation

2012-09-27 Thread Tejas
Hello Everyone, Implementation Of Tryton Server. - Can people let me about server architecture and theading system. - How does concurrency managed ! - About therad model ! - How much strong it, About benchmarking ! - Whats Server configuration parameter for server system !

[tryton] Install Tryton 2.4 Running from sources

2012-09-27 Thread Jordi Ballester Alomar
Hello! I'm following the steps documented in the following link in order to install Tryton on an Ubuntu server running from sources: http://code.google.com/p/tryton/wiki/InstallationOnDebian However I'm finding the following issues: 1) on step Take a look at /etc/mercurial/hgrc.d/hgnested.rc,

Re: [tryton] Install Tryton 2.4 Running from sources

2012-09-27 Thread Jean Cavallo
1) on step Take a look at /etc/mercurial/hgrc.d/hgnested.rc, how to activate the extension., I'm seeing no indication in that file on how to activate the extension, other than, uncomment the following lines: # [extensions] No need for that, you really just need to uncomment in order to

Re: [tryton] Install Tryton 2.4 Running from sources

2012-09-27 Thread zodman
On Thu, Sep 27, 2012 at 3:47 AM, Jean Cavallo jean.cava...@coopengo.com wrote: 1) on step Take a look at /etc/mercurial/hgrc.d/hgnested.rc, how to activate the extension., I'm seeing no indication in that file on how to activate the extension, other than, uncomment the following lines: #

Re: [tryton] Install Tryton 2.4 Running from sources

2012-09-27 Thread Craig Barnes
Hi Jordi, On 27 September 2012 00:48, Jordi Ballester Alomar jordi.balles...@eficent.com wrote: Hello! I'm following the steps documented in the following link in order to install Tryton on an Ubuntu server running from sources: http://code.google.com/p/tryton/wiki/InstallationOnDebian

Re: [tryton] Use tryton as a framework

2012-09-27 Thread Valentin Hapiot
On Thursday, September 27, 2012 8:15:21 AM UTC+2, raimonesteve wrote: 2012/9/26 Valentin Hapiot vha...@gmail.com javascript: Can I install a database from command line or proteus without all the ir.ui.* and ir.action.* tables ? I don't understand why you need to install tryton server

Re: [tryton] Use tryton as a framework

2012-09-27 Thread Valentin Hapiot
You can use: http://nereid.openlabs.co.in/docs/ Thank you but I don't want Flask either. I just want the barebones. In nereid, do you know if they stripped the UI stuff or just ignore them ? -- -- tryton@googlegroups.com mailing list

Re: [tryton] Server Implementation

2012-09-27 Thread Cédric Krier
On 27/09/12 11:55 +0530, Tejas wrote: - Can people let me about server architecture and theading system. trytond is multithreaded, one thread per connection. - How does concurrency managed ! By the database isolation level. - About therad model ! see above. - How much strong

Re: [tryton] Use tryton as a framework

2012-09-27 Thread Nicolas Évrard
* Valentin Hapiot [2012-09-27 14:30 +0200]: On Thursday, September 27, 2012 8:15:21 AM UTC+2, raimonesteve wrote: 2012/9/26 Valentin Hapiot vha...@gmail.com javascript: Can I install a database from command line or proteus without all the ir.ui.* and ir.action.* tables ? I don't

Re: [tryton] Use tryton as a framework

2012-09-27 Thread Sharoon Thomas
On Sep 27, 2012, at 6:03 PM, Valentin Hapiot vhap...@gmail.com wrote: You can use: http://nereid.openlabs.co.in/docs/ Thank you but I don't want Flask either. I just want the barebones. In nereid, do you know if they stripped the UI stuff or just ignore them ? In nereid we

Re: [tryton] Install Tryton 2.4 Running from sources

2012-09-27 Thread Craig Barnes
Yes, it was indeed there. However, I'm still missing the trytond.conf file to be but in /etc/trytond.conf. http://debian.tryton.org/gitweb/?p=packages/tryton-server.git;a=blob;f=etc/trytond.conf;hb=HEAD if you want to access the server from the network you will need to change the jsonrpc value

[tryton] Creating this search doman

2012-09-27 Thread Tristian Paul
Hi I've been struggling to create the following domain I want all the records of a model for which one or both of two fields have the same value and where created on a list of given days, each day starts at 0:0:0 and ends at 23:59:59 For example in a person database containing the