Re: [tryton-dev] How to do simple computation with relatorio templates

2012-01-17 Thread Cédric Krier
On 17/01/12 16:48 -0300, Felipe Alvarez Harnecker wrote: > On Martes 17 Enero 2012 15:43:22 lists.jc.mic...@symetrie.com escribió: > > > > > > Myvar has value > > > > does not work for me, at least with inner loop, i alway get 'foo' instead of > bar. First, it is a bad practice to put data p

Re: [tryton-dev] How to do simple computation with relatorio templates

2012-01-17 Thread Felipe Alvarez Harnecker
On Martes 17 Enero 2012 15:43:22 lists.jc.mic...@symetrie.com escribió: > Hi, > > Le 17 janv. 2012 à 19:22, felipon a écrit : > > i need to do somethig like in open document template > > > > > > > > for each="o in objects" > > > > > > > > /for > > > > > > total > > > > but relatorio does

Re: [tryton-dev] How to do simple computation with relatorio templates

2012-01-17 Thread lists.jc.mic...@symetrie.com
Hi, Le 17 janv. 2012 à 19:22, felipon a écrit : > i need to do somethig like in open document template > > > > for each="o in objects" > > > > /for > > > total > > but relatorio does not like > > how one should do things like this ??? Here is how I proceed : (enter your expressions i

[tryton-dev] How to do simple computation with relatorio templates

2012-01-17 Thread felipon
HI, i need to do somethig like in open document template for each="o in objects" /for total but relatorio does not like how one should do things like this ??? litle example please thnx. -- tryton-dev@googlegroups.com mailing list

[tryton-dev] tryton: Fix pyflages error on WinForm (issue226006)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/226006/ Affected files: M tryton/gui/window/win_form.py Index: tryton/gui/window/win_form.py === --- a/tryton/gui/window/win_form.py +++ b/tryton/gui/window/win_f

[tryton-dev] tryton: Fix pyflages error on board parser (issue228003)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/228003/ Affected files: M tryton/gui/window/view_board/parser.py Index: tryton/gui/window/view_board/parser.py === --- a/tryton/gui/window/view_board/parser.py ++

Re: [tryton-dev] Simple report

2012-01-17 Thread Nicolas Évrard
* Felipe Alvarez [2012-01-17 01:19 +0100]: i need to develop a simple report that makes sums of direrent fields of invoice ( tax/ untaxed tital/ total ) Does relatorio give some support for grouping functions ? or should i do the computation myself inside the template ? one example please.

[tryton-dev] Simple report

2012-01-17 Thread Felipe Alvarez
Hi, i need to develop a simple report that makes sums of direrent fields of invoice ( tax/ untaxed tital/ total ) Does relatorio give some support for grouping functions ? or should i do the computation myself inside the template ? one example please. thnx. -- tryton-dev@googlegroups.com

[tryton-dev] stock_supply_day: Replace nested view by reference id (issue219007)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/219007/ Affected files: M purchase.xml Index: purchase.xml === --- a/purchase.xml +++ b/purchase.xml @@ -11,11 +11,8 @@ ex

[tryton-dev] stock_product_location: Replace nested view by reference id (issue229004)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/229004/ Affected files: M product.xml Index: product.xml === --- a/product.xml +++ b/product.xml @@ -12,25 +12,7 @@ expr="/form/notebook/pag

[tryton-dev] stock_inventory_location: Replace nested view by reference id (issue219006)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/219006/ Affected files: M inventory.xml Index: inventory.xml === --- a/inventory.xml +++ b/inventory.xml @@ -33,12 +33,8 @@

[tryton-dev] stock: Replace nested view by reference id (issue229003)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/229003/ Affected files: M move.xml M shipment.xml Index: move.xml === --- a/move.xml +++ b/move.xml @@ -41,6 +41,7 @@ stock.move

[tryton-dev] sale_shipment_cost: Replace nested view by reference id (issue228002)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/228002/ Affected files: M sale.xml Index: sale.xml === --- a/sale.xml +++ b/sale.xml @@ -40,10 +40,6 @@

[tryton-dev] sale: Replace nested view by reference id (issue226005)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/226005/ Affected files: M __tryton__.py A product.xml M sale.xml A stock.xml -- tryton-dev@googlegroups.com mailing list

[tryton-dev] purchase: Replace nested view by reference id (issue227005)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/227005/ Affected files: M __tryton__.py A product.xml M purchase.xml A stock.xml -- tryton-dev@googlegroups.com mailing list

[tryton-dev] project_revenue: Replace nested view by reference id (issue221008)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/221008/ Affected files: M work.xml Index: work.xml === --- a/work.xml +++ b/work.xml @@ -25,14 +25,6 @@

[tryton-dev] project: Replace nested view by reference id (issue219005)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/219005/ Affected files: M work.xml Index: work.xml === --- a/work.xml +++ b/work.xml @@ -117,15 +117,7 @@

[tryton-dev] product_price_list: Replace nested view by reference id (issue229002)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/229002/ Affected files: M price_list.xml Index: price_list.xml === --- a/price_list.xml +++ b/price_list.xml @@ -14,14 +14,8 @@

[tryton-dev] party: Replace nested view by reference id (issue220003)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/220003/ Affected files: M address.xml M contact_mechanism.xml M party.xml Index: address.xml === --- a/address.xml +++ b/address.xml @@ -6,6 +6,7 @@

[tryton-dev] dashboard: Replace nested view by reference id (issue227004)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/227004/ Affected files: M dashboard.xml M res.xml Index: dashboard.xml === --- a/dashboard.xml +++ b/dashboard.xml @@ -12,10 +12,11 @@

[tryton-dev] currency: Replace nested view by reference id (issue229001)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/229001/ Affected files: M currency.xml Index: currency.xml === --- a/currency.xml +++ b/currency.xml @@ -47,26 +47,7 @@

[tryton-dev] analytic_account: Replace nested view by reference id (issue227003)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/227003/ Affected files: M line.xml Index: line.xml === --- a/line.xml +++ b/line.xml @@ -118,22 +118,5 @@ - -account

[tryton-dev] account_statement: Replace nested view by reference id (issue227002)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/227002/ Affected files: M statement.xml Index: statement.xml === --- a/statement.xml +++ b/statement.xml @@ -35,16 +35,8 @@

[tryton-dev] Replace nested view by reference id (issue228001)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/228001/ Affected files: M account.xml M invoice.xml M payment_term.xml -- tryton-dev@googlegroups.com mailing list

[tryton-dev] tryton: Manage view_ids (issue221007)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/221007/ Affected files: M tryton/gui/window/view_form/view/form_gtk/many2many.py M tryton/gui/window/view_form/view/form_gtk/many2one.py M tryton/gui/window/view_form/view/form_gtk/one2many.py M tryton/gui/window/win_form.

[tryton-dev] account: Replace nested view by reference id (issue227001)

2012-01-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/227001/ Affected files: M journal.xml M move.xml M tax.xml -- tryton-dev@googlegroups.com mailing list