Re: [tryton-dev] Performance problems with 2.6

2013-05-28 Thread Ian Wilson
Hi everybody, Just to follow up, upgrading from tryton 2.6 to tryton 2.8 improved the total speed to pay an invoice + ship a shipment + finish a sale by 5 to 10 times without any algorithm changes in my custom modules (ie. I just needed to upgrade them to 2.8). It was taking 70+ seconds(all combi

[tryton-dev] PATCH: trytond: Do not take into account "active" when doing domain validation (issue 908002)

2013-05-28 Thread nicolas . evrard
Reviewers: , Please review this at http://codereview.tryton.org/908002/ Affected files: M trytond/model/modelstorage.py Index: trytond/model/modelstorage.py === --- a/trytond/model/modelstorage.py +++ b/trytond/model/modelsto

[tryton-dev] stock: Add effective_date on move list view (issue 907002)

2013-05-28 Thread cedric . krier
Reviewers: , Description: stock: Add effective_date on move list view Please review this at http://codereview.tryton.org/907002/ Affected files: M view/move_tree.xml Index: view/move_tree.xml === --- a/view/move_tree.xml +++ b/

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

2013-05-28 Thread Bertrand Chenal
Le Mon, 27 May 2013 20:18:16 +0200, Guillem Barba Domingo a écrit : > 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? Hi, We first want to have a client w

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

2013-05-28 Thread Nicolas Évrard
* Guillem Barba Domingo [2013-05-27 20:18 +0200]: Hi, Hello, 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? This would be a great addition indeed. I seen that cu