Re: [tryton-dev] Style for SAO (web client)

2013-05-27 Thread Raimon Esteve
El 27/05/2013 20:18, "Guillem Barba Domingo" va escriure: > > Hi, > > I've started to explore SAO to see if I can contribute in the styling. I'm not a designer but I know CSS enough. > Are expected contributions (codereviews) in the CSS of SAO? > > I seen that currently there isn't is any specific

[tryton-dev] Style for SAO (web client)

2013-05-27 Thread Guillem Barba Domingo
Hi, I've started to explore SAO to see if I can contribute in the styling. I'm not a designer but I know CSS enough. Are expected contributions (codereviews) in the CSS of SAO? I seen that currently there isn't is any specific CSS. The custom "widgets" (user menĂº, main menĂº, tab content...) does

[tryton-dev] sale: Add missing process call on sale when invoice's posted (issue 906002)

2013-05-27 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/906002/ Affected files: M invoice.py M tests/scenario_sale.rst Index: invoice.py === --- a/invoice.py +++ b/invoice.py @@ -1,5 +1,7 @@ #This file is part of T

[tryton-dev] purchase: Add missing process call on purchase when invoice's posted (issue 905002)

2013-05-27 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/905002/ Affected files: M invoice.py M tests/scenario_purchase.rst Index: invoice.py === --- a/invoice.py +++ b/invoice.py @@ -1,5 +1,7 @@ #This file is part

[tryton-dev] Sao: Add cookie support (issue 904002)

2013-05-27 Thread bertrand . chenal
Reviewers: , Please review this at http://codereview.tryton.org/904002/ Affected files: M src/session.js Index: src/session.js === --- a/src/session.js +++ b/src/session.js @@ -3,12 +3,43 @@ (function() { 'use strict';