[tryton-dev] Bugtracker access right

2014-04-05 Thread Cédric Krier
Hi, For now, every user had the right to remove any msg or file from the bugtracker. I find it very annoying as we already got (spam)bot that does it (needed to retire the corrupted user) and also users who wrongly remove message preventing to have a clear picture of the history of an issue. So I

Re: [tryton-dev] Bugtracker access right

2014-04-05 Thread Mathias Behrle
* Cédric Krier: [tryton-dev] Bugtracker access right (Sat, 5 Apr 2014 23:52:40 +0200): Hi, For now, every user had the right to remove any msg or file from the bugtracker. I find it very annoying as we already got (spam)bot that does it (needed to retire the corrupted user) and also

Re: [tryton-dev] Bugtracker access right

2014-04-05 Thread Cédric Krier
On 06 Apr 00:54, Mathias Behrle wrote: * Cédric Krier: [tryton-dev] Bugtracker access right (Sat, 5 Apr 2014 23:52:40 +0200): Hi, For now, every user had the right to remove any msg or file from the bugtracker. I find it very annoying as we already got (spam)bot that does it

Re: [tryton-dev] Bugtracker access right

2014-04-05 Thread Mathias Behrle
* Cédric Krier: Re: [tryton-dev] Bugtracker access right (Sun, 6 Apr 2014 01:15:12 +0200): On 06 Apr 00:54, Mathias Behrle wrote: * Cédric Krier: [tryton-dev] Bugtracker access right (Sat, 5 Apr 2014 23:52:40 +0200): Hi, For now, every user had the right to remove any msg

Re: [tryton-fr] Module product_price_list : prix unitaire non modifié

2014-04-05 Thread Cédric Krier
On 29 Mar 08:33, Fabien Castarède wrote: Bonjour, J'essaie de tester le module product_price_list mais impossible de le faire fonctionner. Lorsque je crée une vente et que je sélectionne un produit pour lequel j'ai créé une liste de prix, le prix unitaire n'est pas modifié. - Je crée

Re: [tryton-fr] Problème d'affichage dans une vue list

2014-04-05 Thread Cédric Krier
On 29 Mar 12:11, Pascal Obstetar wrote: je voudrais une vue list (c'est à dire une vue avec les petits triangles à gauche clickable) qui afficherait les emplacements contenu dans une station contenu dans l'ug : UG |-Station 1 |-Station 2

Re: [tryton-fr] Problème d'affichage d'un attribut dépendant d'un attribut function

2014-04-05 Thread Cédric Krier
On 27 Mar 14:58, Pascal Obstetar wrote: class evol_emplacement(ModelSQL, ModelView): u'Évolution d\'un emplacement' __name__ = 'cg.evol_emplacement' _rec_name = 'date' nature = fields.Many2One( 'cg.nature', string = u'Nature',

Re: [tryton-fr] Problème d'affichage d'un attribut dépendant d'un attribut function

2014-04-05 Thread obstetar
Je ne comprend pas la réponse !!! Le sam. 05 avril 2014 09:36:29 CEST, Cédric Krier a écrit : On 27 Mar 14:58, Pascal Obstetar wrote: class evol_emplacement(ModelSQL, ModelView): u'Évolution d\'un emplacement' __name__ = 'cg.evol_emplacement' _rec_name = 'date' nature =

Re: [tryton-fr] Problème d'affichage d'un attribut dépendant d'un attribut function

2014-04-05 Thread Cédric Krier
On 05 Apr 12:44, obstetar wrote: Je ne comprend pas la réponse !!! Le sam. 05 avril 2014 09:36:29 CEST, Cédric Krier a écrit : On 27 Mar 14:58, Pascal Obstetar wrote: class evol_emplacement(ModelSQL, ModelView): u'Évolution d\'un emplacement' __name__ = 'cg.evol_emplacement'

[tryton] Inheritance

2014-04-05 Thread Carlos Augusto Guerra Carneiro
Hello, I did an inheritance in a tryton module (Financial), using a developed class (called Payable inheriting of the class Financial) in the same module. But i'm getting this error: 'financial.payable' is not in list'. Anyone knows any solution? Thanks

Re: [tryton] Re: Tryton is now an official openSUSE package

2014-04-05 Thread Ken Roberts
Fabyc - Since it's a pending option at http://slackbuilds.org at the moment, I was going to wait until it's been moved over into the official repository. When it makes it, I'll make a new post for it. Thanks for the feedback. On Thu, Apr 3, 2014 at 8:00 AM, Fabyc fabia...@gmail.com wrote: On

Re: [tryton] Inheritance

2014-04-05 Thread Sergi Almacellas Abellana
El 05/04/14 18:44, Carlos Augusto Guerra Carneiro ha escrit: Hello, I did an inheritance in a tryton module (Financial), using a developed class (called Payable inheriting of the class Financial) in the same module. But i'm getting this error: 'financial.payable' is not in list'. Anyone knows

Re: [tryton] Inheritance

2014-04-05 Thread Cédric Krier
On 05 Apr 14:47, Carlos Augusto Guerra Carneiro wrote: File /opt/tryton/tryton/gui/window/view_form/view/list.py, line 709, in __sig_switch if not self.screen.row_activate() and self.children_field: File /opt/tryton/tryton/gui/window/view_form/screen/screen.py, line 337, in