Re: [tryton-dev] How to build and use plugins in the client

2017-12-14 Thread Oscar Andres Alvarez Montero
Hi Here a plug in for create csv file opened with Glabels (Linux and works in TTP247) https://bitbucket.org/presik/plugin_stock_glabels You need this dependence https://bitbucket.org/presik/trytonpsk_stock_shipment_barcode Cheers On Dec 14 2017, at 8:31 am, Cédric Krier wrote: > On 2017-12-13

Re: [tryton-dev] How to build and use plugins in the client

2017-12-14 Thread Cédric Krier
On 2017-12-13 23:48, edbo.des...@gmail.com wrote: > On Thursday, 14 December 2017 00:10:06 UTC+1, Cédric Krier wrote: > > On 2017-12-13 12:54, edbo wrote: > > > On Wednesday, 13 December 2017 10:40:06 UTC+1, Cédric Krier wrote: > > > > On 2017-12-13 01:13, wrote: > > > > > But the question remain

Re: [tryton-dev] Calling find method in scenario

2017-12-14 Thread Sergi Almacellas Abellana
El 14/12/17 a les 08:41, Christophe (.net) ha escrit: Hello, I try to calling 'find' method in a scenario with this piece of code: Period = Model.get('account.period') period = Period.find(company.id) The problem is that the find method on attribute is used to perform a search. And that's why