Re: [tryton-dev] Call a Functional Field from another module

2018-02-16 Thread Cédric Krier
On 2018-02-15 11:53, Josias Pérez wrote: > Hi, > > I would appreciate if could tell how I can call a functional field from > another module, in this case, I need to call the payable function field from > account module. > > The code is the follow: > > currency_digits = fields.Function(

[tryton-dev] Call a Functional Field from another module

2018-02-15 Thread Josias Pérez
Hi, I would appreciate if could tell how I can call a functional field from another module, in this case, I need to call the payable function field from account module. The code is the follow: currency_digits = fields.Function(fields.Integer('Currency Digits'), 'get_c