Re: [tryton-dev] Report engines

2011-12-19 Thread Mathias Behrle
* Betr.: Re: [tryton-dev] Report engines (Sun, 18 Dec 2011 18:38:24 +0100): On 18/12/11 18:08 +0100, Albert Cervera i Areny wrote: I think a separate repository makes sense when you need lots of reports but for one or two is not a very good option either. Apart from that, in fact, the

Re: [tryton-dev] Report engines

2011-12-19 Thread Antonio Beamud Montero
El 18/12/11 18:08, Albert Cervera i Areny escribió: I think a separate repository makes sense when you need lots of reports but for one or two is not a very good option either. Apart from that, in fact, the main reson for porting JasperReports to Tryton is that we also had some performance

Re: [tryton-dev] Report engines

2011-12-19 Thread Jordi Esteve
Mathias Behrle wrote: * Betr.: Re: [tryton-dev] Report engines (Sun, 18 Dec 2011 18:38:24 +0100): On 18/12/11 18:08 +0100, Albert Cervera i Areny wrote: I think a separate repository makes sense when you need lots of reports but for one or two is not a very good option either. Apart

Re: [tryton-dev] Report engines

2011-12-19 Thread Albert Cervera i Areny
A Dilluns, 19 de desembre de 2011 11:51:34, Antonio Beamud Montero va escriure: El 18/12/11 18:08, Albert Cervera i Areny escribió: I think a separate repository makes sense when you need lots of reports but for one or two is not a very good option either. Apart from that, in fact, the

Re: [tryton-dev] Report engines

2011-12-19 Thread Antonio Beamud Montero
El 19/12/11 11:59, Albert Cervera i Areny escribió: Even if iReport is very good an fast for certain tasks, I still think a LibreOffice-based solution is still necessary. IMHO, the opposite is also true though and most ERPs have both solutions. They do not have a thousand as OpenERP does,

Re: [tryton-dev] Report engines

2011-12-19 Thread Cédric Krier
On 19/12/11 10:50 +0100, Mathias Behrle wrote: In Germany you have to save the file you used to print the report in its original state for legal issues. csv or plain text is not an option (for Germany). Ok but could you define original state? -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4

Re: [tryton-dev] Report engines

2011-12-19 Thread Cédric Krier
On 19/12/11 11:59 +0100, Albert Cervera i Areny wrote: Do not use iReport for creating a template contract for example, but use it for creating barcodes, documents that require fixed positions of texts, etc. You can do this easily with relatorio. Just need to learn Ooo and for barcode

Re: [tryton-dev] Report engines

2011-12-19 Thread Cédric Krier
On 19/12/11 12:43 +0100, Mathias Behrle wrote: * Betr.: Re: [tryton-dev] Report engines (Mon, 19 Dec 2011 12:10:51 +0100): On 19/12/11 10:50 +0100, Mathias Behrle wrote: In Germany you have to save the file you used to print the report in its original state for legal issues. csv or

Re: [tryton-dev] Report engines

2011-12-19 Thread Mathias Behrle
* Betr.: Re: [tryton-dev] Report engines (Mon, 19 Dec 2011 14:19:33 +0100): Of course, if it is indeed the file from which you printed. Usually it will be ods or pdf. Typo: Usually it will be odt or pdf. -- Mathias Behrle MBSolutions Gilgenmatten 10 A D-79114 Freiburg

Re: [tryton-dev] Report engines

2011-12-19 Thread Cédric Krier
On 19/12/11 15:08 +0100, Mathias Behrle wrote: * Betr.: Re: [tryton-dev] Report engines (Mon, 19 Dec 2011 14:19:33 +0100): Of course, if it is indeed the file from which you printed. Usually it will be ods or pdf. Typo: Usually it will be odt or pdf. And why not ods? It seems to be

[tryton-dev] trytond: Add Cache on ModelData.get_id for issue2276 (issue208002)

2011-12-19 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/208002/ Affected files: M trytond/ir/model.py Index: trytond/ir/model.py === --- a/trytond/ir/model.py +++ b/trytond/ir/model.py @@ -471,6 +471,7 @@ def

[tryton-dev] trytond: Remove change_default on fields for issue2249 (issue211002)

2011-12-19 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/211002/ Affected files: M CHANGELOG M doc/ref/models/fields.rst M trytond/model/fields/binary.py M trytond/model/fields/boolean.py M trytond/model/fields/char.py M trytond/model/fields/field.py M

[tryton-dev] party: Remove change_default on fields for issue2249 (issue213001)

2011-12-19 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/213001/ Affected files: M address.py Index: address.py === --- a/address.py +++ b/address.py @@ -23,8 +23,7 @@ name = fields.Char('Name', states=STATES,

[tryton-dev] purchase: Remove change_default on fields for issue2249 (issue206003)

2011-12-19 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/206003/ Affected files: M purchase.py Index: purchase.py === --- a/purchase.py +++ b/purchase.py @@ -51,7 +51,7 @@ depends=['state']) payment_term

[tryton-dev] sale: Remove change_default on fields for issue2249 (issue212003)

2011-12-19 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/212003/ Affected files: M sale.py Index: sale.py === --- a/sale.py +++ b/sale.py @@ -54,8 +54,8 @@ 'readonly': Eval('state') != 'draft',

Re: [tryton-dev] Report engines

2011-12-19 Thread Mathias Behrle
* Betr.: Re: [tryton-dev] Report engines (Mon, 19 Dec 2011 16:16:08 +0100): On 19/12/11 15:08 +0100, Mathias Behrle wrote: * Betr.: Re: [tryton-dev] Report engines (Mon, 19 Dec 2011 14:19:33 +0100): Of course, if it is indeed the file from which you printed. Usually it will be ods

[tryton-dev] Property search fails on sqlite issue2351 (issue206002)

2011-12-19 Thread cedric . krier
http://codereview.tryton.org/206002/diff/1/trytond/model/fields/property.py File trytond/model/fields/property.py (left): http://codereview.tryton.org/206002/diff/1/trytond/model/fields/property.py#oldcode104 trytond/model/fields/property.py:104: 'FALSE '\ It fails because FALSE is not valid in

[tryton-dev] account_invoice: Format report field to binary for migration. Issue2354. (issue213002)

2011-12-19 Thread udo . spallek
Reviewers: , Please review this at http://codereview.tryton.org/213002/ Affected files: M invoice.py Index: invoice.py === --- a/invoice.py +++ b/invoice.py @@ -190,16 +190,17 @@ class Invoice(ModelWorkflow, ModelSQL, M