[tryton-dev] Fix translation migration for 2.6. (issue 662004)

2013-02-14 Thread cedric . krier
Patch no completely uploaded. http://codereview.tryton.org/662004/ -- -- tryton-dev@googlegroups.com mailing list --- You received this message because you are subscribed to the Google Groups tryton-dev group. To unsubscribe from this group and stop receiving emails from it, send an email

[tryton-dev] Migration error from 1.8 to 2.6 in core xml. (issue 672002)

2013-02-14 Thread cedric . krier
http://codereview.tryton.org/672002/diff/1/trytond/ir/action.py File trytond/ir/action.py (right): http://codereview.tryton.org/672002/diff/1/trytond/ir/action.py#newcode68 trytond/ir/action.py:68: action_id2 = Action.search([ action_id2 - actions http://codereview.tryton.org/672002/ -- --

[tryton-dev] Use execute to avoid product domain problem when migrating from 1.8 to 2.6. (issue 673002)

2013-02-14 Thread cedric . krier
http://codereview.tryton.org/673002/diff/1/move.py File move.py (right): http://codereview.tryton.org/673002/diff/1/move.py#newcode184 move.py:184: 'UPDATE ' + cls._table + ' ' \ \ is useless http://codereview.tryton.org/673002/ -- -- tryton-dev@googlegroups.com mailing list --- You

[tryton-dev] trytond: Ensure the existing record are always set on xxx2many (issue 662005)

2013-02-14 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/662005/ Affected files: M trytond/model/modelstorage.py Index: trytond/model/modelstorage.py === --- a/trytond/model/modelstorage.py +++

Re: [tryton] analitic on product/category

2013-02-14 Thread Cédric Krier
On 14/02/13 01:41 +0100, Sergi Almacellas Abellana wrote: Hi, I've just tested analitic_* modules on tryton and they are great. Kudos for a that work. I'm wondering if it's possible to define the analitic account on the product/category so they analitic accounts are filled by default (on

Re: [tryton] analitic on product/category

2013-02-14 Thread Sergi Almacellas Abellana
Al 14/02/13 10:40, En/na Cédric Krier ha escrit: Hi, I've just tested analitic_* modules on tryton and they are great. Kudos for a that work. I'm wondering if it's possible to define the analitic account on the product/category so they analitic accounts are filled by default (on

Re: [tryton] analitic on product/category

2013-02-14 Thread Cédric Krier
On 14/02/13 11:29 +0100, Sergi Almacellas Abellana wrote: Al 14/02/13 10:40, En/na Cédric Krier ha escrit: Hi, I've just tested analitic_* modules on tryton and they are great. Kudos for a that work. I'm wondering if it's possible to define the analitic account on the

Re: [tryton] analitic on product/category

2013-02-14 Thread Sergi Almacellas Abellana
Al 14/02/13 11:45, En/na Cédric Krier ha escrit: For me, this is customization. Yes, could be considered as customization. But I'm currious why do you make analytic base on product? Because all the accounts movements are linked to a product. And the analytic account tree has lines grouping

Re: [tryton] analitic on product/category

2013-02-14 Thread Cédric Krier
On 14/02/13 12:07 +0100, Sergi Almacellas Abellana wrote: Al 14/02/13 11:45, En/na Cédric Krier ha escrit: For me, this is customization. Yes, could be considered as customization. But I'm currious why do you make analytic base on product? Because all the accounts movements are linked to a

Re: [tryton] analitic on product/category

2013-02-14 Thread Jordi Esteve
On 14/02/13 20:42, Cédric Krier wrote: On 14/02/13 20:01 +0100, Jordi Esteve wrote: Yes, it is a customization but if several people have interest in this functionality, worthwhile that it is implemented in a generic module. For example, in OpenERP exists a module named

Re: [tryton] analitic on product/category

2013-02-14 Thread Dr. Axel Braun
Am Donnerstag, 14. Februar 2013, 20:42:05 schrieb Cédric Krier: For example, in OpenERP exists a module named account_analytic_default that allows to automatically select analytic accounts based on different criteria: * Product * Partner * User * Company * Date First, the fact

Re: [tryton] analitic on product/category

2013-02-14 Thread Cédric Krier
On 14/02/13 21:10 +0100, Jordi Esteve wrote: These criteria can be combined, for example to set an analytic account for an specific partner and company. I think this kind of module is very flexible and could be useful for several people. It is worth to code it for Tryton. As I already

Re: [tryton] analitic on product/category

2013-02-14 Thread Cédric Krier
On 14/02/13 21:12 +0100, Dr. Axel Braun wrote: These criteria can be combined, for example to set an analytic account for an specific partner and company. I think this kind of module is very flexible and could be useful for several people. It is worth to code it for Tryton. As

Re: [tryton] analitic on product/category

2013-02-14 Thread Jordi Esteve
On 14/02/13 21:16, Cédric Krier wrote: On 14/02/13 21:10 +0100, Jordi Esteve wrote: These criteria can be combined, for example to set an analytic account for an specific partner and company. I think this kind of module is very flexible and could be useful for several people. It is worth to

Re: [tryton] analitic on product/category

2013-02-14 Thread Cédric Krier
On 14/02/13 22:09 +0100, Dr. Axel Braun wrote: Am Donnerstag, 14. Februar 2013, 21:17:54 schrieb Cédric Krier: On 14/02/13 21:12 +0100, Dr. Axel Braun wrote: These criteria can be combined, for example to set an analytic account for an specific partner and company. I think

Re: [tryton] analitic on product/category

2013-02-14 Thread Cédric Krier
On 14/02/13 21:31 +0100, Jordi Esteve wrote: On 14/02/13 21:16, Cédric Krier wrote: On 14/02/13 21:10 +0100, Jordi Esteve wrote: These criteria can be combined, for example to set an analytic account for an specific partner and company. I think this kind of module is very flexible and could

Re: [tryton] analitic on product/category

2013-02-14 Thread Sergi Almacellas Abellana
Jordi Esteve jest...@zikzakmedia.com ha escrit: On 14/02/13 20:42, Cédric Krier wrote: On 14/02/13 20:01 +0100, Jordi Esteve wrote: Yes, it is a customization but if several people have interest in this functionality, worthwhile that it is implemented in a generic module. For example, in

Re: [tryton] analitic on product/category

2013-02-14 Thread Cédric Krier
On 14/02/13 23:14 +0100, Sergi Almacellas Abellana wrote: These criteria can be combined, for example to set an analytic account for an specific partner and company. I think this kind of module is very flexible and could be useful for several people. It is worth to code it for Tryton.