[tryton-dev] One2Many on_change_with Function > How to declare?

2016-06-06 Thread Markus Bala
Hi, I want to create a Vehicle Service transaction. Vehicle --- Name vehicle_part (one2many) Vehicle_part -- vehicle(many2one) name Type Category Qty -- When I have another table to record the service and part to check.

Re: [tryton-dev] One2Many on_change_with Function > How to declare?

2016-06-06 Thread Sergi Almacellas Abellana
El 06/06/16 a les 11:40, Markus Bala ha escrit: The basic function is, During open the service, When vehicle change, the part to check will change according the vehicle. The part to check is copy from Vehicle_part Table.. How to use one2many on_change_with to check add, update, delete? I thi

Re: [tryton-dev] One2Many on_change_with Function > How to declare?

2016-06-06 Thread Markus Bala
On Monday, June 6, 2016 at 4:43:34 PM UTC+7, Sergi Almacellas Abellana wrote: > > El 06/06/16 a les 11:40, Markus Bala ha escrit: > > > > > > The basic function is, > > During open the service, > > When vehicle change, the part to check will change according the > vehicle. > > > > The

Re: [tryton-dev] One2Many on_change_with Function > How to declare?

2016-06-06 Thread Sergi Almacellas Abellana
El 06/06/16 a les 12:03, Markus Bala ha escrit: On Monday, June 6, 2016 at 4:43:34 PM UTC+7, Sergi Almacellas Abellana wrote: El 06/06/16 a les 11:40, Markus Bala ha escrit: > > > The basic function is, > During open the service, > When vehicle change, the part t

Re: [tryton-dev] One2Many on_change_with Function > How to declare?

2016-06-06 Thread Oscar Alvarez
On 06/06/16 04:40, Markus Bala wrote: Hi, I want to create a Vehicle Service transaction. Vehicle --- Name vehicle_part (one2many) Vehicle_part -- vehicle(many2one) name Type Category Qty -- When I have another tabl

Re: [tryton-dev] Renaming rec_name label?

2016-06-06 Thread Jordi Esteve (Zikzakmedia)
El 04/06/16 a les 00:17, Albert Cervera i Areny ha escrit: In many models in Tryton there's the field "name" with the corresponding "Name" label. Yet all models have the "rec_name" field with the "Name" label. This is an issue for example in the import/export dialogs where the user has no way to

Re: [tryton-dev] One2Many on_change_with Function > How to declare?

2016-06-06 Thread Markus Bala
On Monday, June 6, 2016 at 5:22:52 PM UTC+7, Sergi Almacellas Abellana wrote: > > El 06/06/16 a les 12:03, Markus Bala ha escrit: > > > > > > On Monday, June 6, 2016 at 4:43:34 PM UTC+7, Sergi Almacellas Abellana > > wrote: > > > > El 06/06/16 a les 11:40, Markus Bala ha escrit: > >