[tryton] Faster way to create reports

2017-10-10 Thread Javier Uribe
Hi, I'm Javi and I work with Tryton everyday. I have to implement a lot of reports and I find them very slow to develop so I was wondering if there was another faster way. It'd be amazing if I could develop in HTML and CSS using Genshi as well. This would make pretty easy to design the report.

Re: [tryton] Faster way to create reports

2017-10-10 Thread Javier Uribe
El martes, 10 de octubre de 2017, 16:05:06 (UTC+2), Cédric Krier escribió: > On 2017-10-10 06:26, Javier Uribe wrote: > > Hi, I'm Javi and I work with Tryton everyday. I have to implement a > > lot of reports and I find them very slow to develop > > It will be interesti

Re: [tryton] Faster way to create reports

2017-10-10 Thread Javier Uribe
El martes, 10 de octubre de 2017, 16:40:15 (UTC+2), Cédric Krier escribió: > On 2017-10-10 07:11, Javier Uribe wrote: > > El martes, 10 de octubre de 2017, 16:05:06 (UTC+2), Cédric Krier escribió: > > > On 2017-10-10 06:26, Javier Uribe wrote: > > > > Hi, I'm J

Re: [tryton] Faster way to create reports

2017-10-11 Thread Javier Uribe
El martes, 10 de octubre de 2017, 19:14:33 (UTC+2), Jan Grasnick escribió: > Am 10.10.2017 um 15:26 schrieb Javier Uribe: > > Hi, I'm Javi and I work with Tryton everyday. I have to implement a lot of > > reports and I find them very slow to develop so I was wondering if th

[tryton] Check button's states on Proteus tests

2017-11-06 Thread Javier Uribe
I'd like to know if there is a way of checking the button's states on a Proteus test. For example, I'd like to test if a button is invisible. -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.go

Re: [tryton] Check button's states on Proteus tests

2017-11-06 Thread Javier Uribe
El lunes, 6 de noviembre de 2017, 14:38:12 (UTC+1), Sergi Almacellas Abellana escribió: > Hi Javier, > > El 06/11/17 a les 14:08, Javier Uribe ha escrit: > > I'd like to know if there is a way of checking the button's states on a > > Proteus test. For example,

Re: [tryton] Check button's states on Proteus tests

2017-11-07 Thread Javier Uribe
El lunes, 6 de noviembre de 2017, 15:40:06 (UTC+1), Cédric Krier escribió: > On 2017-11-06 14:38, Sergi Almacellas Abellana wrote: > > Hi Javier, > > > > El 06/11/17 a les 14:08, Javier Uribe ha escrit: > > > I'd like to know if there is a way of checking the b

Re: [tryton] Check button's states on Proteus tests

2017-11-07 Thread Javier Uribe
El martes, 7 de noviembre de 2017, 10:40:06 (UTC+1), Cédric Krier escribió: > On 2017-11-07 00:41, Javier Uribe wrote: > > El lunes, 6 de noviembre de 2017, 15:40:06 (UTC+1), Cédric Krier escribió: > > > But you could call fields_view_get and evaluate the pyson statement. >

[tryton] Problems to write using Proteus

2018-04-11 Thread Javier Uribe
I have a wizard to modify data from a model (pretty similar to http://hg.tryton.org/modules/sale/file/default/sale.py#l1861) so we have a method default_start: def default_start(self, fields): batch = self.get_batch() defaults = {} for fieldname in fields: v

Re: [tryton] Problems to write using Proteus

2018-04-12 Thread Javier Uribe
El jueves, 12 de abril de 2018, 9:27:28 (UTC+2), Sergi Almacellas Abellana escribió: > El 11/04/18 a les 13:21, Javier Uribe ha escrit: > > I have a wizard to modify data from a model (pretty similar to > > http://hg.tryton.org/modules/sale/file/default/sale.py#l1861) > &

[tryton] RPC method to know if a field is a Function or how to fill the field when creating a new record

2018-08-07 Thread Javier Uribe
Hello, I'm developing a Framework to develop mobile tryton apps so I have to comunicate the client mobile with the server. I used the rpc method fields_get and default to fill the field's definitions but I'm struggling to understand how Tryton fills the fields.function, because the fields_get do

Re: [tryton] RPC method to know if a field is a Function or how to fill the field when creating a new record

2018-08-07 Thread Javier Uribe
El martes, 7 de agosto de 2018, 10:15:05 (UTC+2), Cédric Krier escribió: > On 2018-08-07 00:50, Javier Uribe wrote: > > Hello, I'm developing a Framework to develop mobile tryton apps so I have > > to comunicate the client mobile with the server. I used the rpc method > &

Re: [tryton] RPC method to know if a field is a Function or how to fill the field when creating a new record

2018-08-07 Thread Javier Uribe
El martes, 7 de agosto de 2018, 11:00:06 (UTC+2), Cédric Krier escribió: > On 2018-08-07 01:26, Javier Uribe wrote: > > So, lets say for instance that we have a field moves which is a > > Fields.function which has a method get_moves(). And I have just created a > > recor

Re: [tryton] RPC method to know if a field is a Function or how to fill the field when creating a new record

2018-08-07 Thread Javier Uribe
El martes, 7 de agosto de 2018, 11:55:06 (UTC+2), Cédric Krier escribió: > On 2018-08-07 02:02, Javier Uribe wrote: > > El martes, 7 de agosto de 2018, 11:00:06 (UTC+2), Cédric Krier escribió: > > > On 2018-08-07 01:26, Javier Uribe wrote: > > > > So, lets say for

Re: [tryton] RPC method to know if a field is a Function or how to fill the field when creating a new record

2018-08-07 Thread Javier Uribe
El martes, 7 de agosto de 2018, 12:40:06 (UTC+2), Cédric Krier escribió: > On 2018-08-07 03:12, Javier Uribe wrote: > > El martes, 7 de agosto de 2018, 11:55:06 (UTC+2), Cédric Krier escribió: > > > On 2018-08-07 02:02, Javier Uribe wrote: > > > > El martes, 7 de a

Re: [tryton] RPC method to know if a field is a Function or how to fill the field when creating a new record

2018-08-07 Thread Javier Uribe
El martes, 7 de agosto de 2018, 13:40:05 (UTC+2), Cédric Krier escribió: > On 2018-08-07 03:57, Javier Uribe wrote: > > Ah ok, I think I understand now. So if the field function does not have a > > on_change as a getter, for example, a field moves which has as a getter > &

Re: [tryton] RPC method to know if a field is a Function or how to fill the field when creating a new record

2018-08-07 Thread Javier Uribe
El martes, 7 de agosto de 2018, 16:05:06 (UTC+2), Cédric Krier escribió: > On 2018-08-07 06:21, Javier Uribe wrote: > > El martes, 7 de agosto de 2018, 13:40:05 (UTC+2), Cédric Krier escribió: > > > On 2018-08-07 03:57, Javier Uribe wrote: > > > > Ah ok, I think I u

[tryton] Definition of buttons

2018-08-14 Thread Javier Uribe
Hello, I'm developing a Tryton client on Android and I used the fields_get rpc method to get the fields' definition and now I'm trying to get the button's definitions. I would like a method that given the model_name as a param it returns the cls_buttons the server has. I'm especially interested

Re: [tryton] Definition of buttons

2018-08-14 Thread Javier Uribe
El martes, 14 de agosto de 2018, 16:35:08 (UTC+2), Cédric Krier escribió: > On 2018-08-14 07:05, Javier Uribe wrote: > > Hello, I'm developing a Tryton client on Android and I used the fields_get > > rpc method to get the fields' definition and now I'm trying to get

[tryton] Templates creation on tests standarized

2018-11-16 Thread Javier Uribe
Hello, I've noticed that we have to create products very often on scenario testing. I would like to propose a create_template method on product/tests/tools.py that would simplify this, so the scenarios that created templates were cleaner and more modular. Thank you. -- You received this messa