[tryton-dev] sale_shipment_cost: add data in cost_line from on_change_product

2013-10-31 Thread Code Review - New issues: resteve
(No description) URL: http://codereview.tryton.org/1461003/

[tryton-dev] Server version of set_on_change

2013-10-31 Thread Sergi Almacellas Abellana
Hi devs, There is a server version of set_on_change [1] function of tryton client. IMHO it would be very usefull to pass on_change_values to write function directly from server. [1] http://hg.tryton.org/tryton/file/c909bd88517d/tryton/gui/window/view_form/model/record.py#l461 -- Sergi

[tryton-es] Configuracion del Usuario q se conecta a Tryotn

2013-10-31 Thread Luis Deiana
Alguien me puede decir cual es la configuracion q tiene q tener el usuario o si necesita algun permiso especial para algun archivo? Gracias.

Re: [tryton] Party Relationship

2013-10-31 Thread Udo Spallek
Hello Denis, Wed, 30 Oct 2013 11:36:24 -0700 (PDT) alsterh...@googlemail.com: When setting up a party relationship module, the first thing we may want to consider is: NATURE 1. Legal entity. 2. Natural person. For me a basis model for relationships should not make this difference nor

Re: [tryton] Party Relationship

2013-10-31 Thread alsterheld
I'm interested in understanding this point. So far, most accountant activity is called accounting. Can you elaborate on this separation ? is it a standard ? any idea how we should consider this in Tryton design ? in Tryton user interface and documentation ? Hi Dominique. Sure. I think

[tryton] Improve accessibility

2013-10-31 Thread Cédric Krier
Hi, I created an issue [1] to collect all the changes needed to have a better support of accessibility. For new issue on this subject, please link it to this one. Thanks. [1] https://bugs.tryton.org/issue3459 -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com Tel: +32 472 54 46 59

[tryton] account.invoice.line inheritance

2013-10-31 Thread Gmail - Iasmini
Hi, I'm trying to modify the amount value at slx_desconto on_change. I did this: I have a invoice.py file that has: ... class InvoiceLine: 'Invoice Line' __name__ = 'account.invoice.line' slx_desconto = fields.Numeric(u'Desconto', digits=(16, 4),

[tryton] Rebood of moretus

2013-10-31 Thread Cédric Krier
Hi, To test the migration from grub to grub2, I will have to reboot moretus at Thu Oct 31 22:00:00 UTC 2013 The principal affected services are: website, bugtracker, trytond, mercurial Normally, it should last less than 2min. -- Cédric Krier - B2CK SPRL Email/Jabber: cedric.kr...@b2ck.com

Re: [tryton] Rebood of moretus

2013-10-31 Thread Cédric Krier
On 31/10/13 22:36 +0100, Cédric Krier wrote: Hi, To test the migration from grub to grub2, I will have to reboot moretus at Thu Oct 31 22:00:00 UTC 2013 The principal affected services are: website, bugtracker, trytond, mercurial Normally, it should last less than 2min. Reboot succeed,

Re: [tryton] account.invoice.line inheritance

2013-10-31 Thread Cédric Krier
On 31/10/13 17:22 -0200, Gmail - Iasmini wrote: Hi, I'm trying to modify the amount value at slx_desconto on_change. I did this: I have a invoice.py file that has: ... class InvoiceLine: 'Invoice Line' __name__ = 'account.invoice.line' slx_desconto =