[web2py] SQLFORM.grid Add and Edit buttons incorrect links when running inside another view

2019-08-17 Thread Flavio Bovio
*Add and edit button links are created incorrectly when de grid is inside another view. With the smartgrid works ok.* *Add button link* http://localhost:8000/erp_proto/tablas_grales/index/addt/forma_pago Return None *Should be*

[web2py] How to get value of selection from a SQLFORM.widgets.autocomplete in Javascript

2017-06-15 Thread Flavio Bovio
I have this custom field Widget Field('cliente', widget=SQLFORM.widgets.autocomplete(request, db.clientes.razon, limitby=(0, 10), min_length=1)) ... And this function in the