[web2py] Re: py4web grid syntax - needs testers

2019-09-30 Thread Massimo Di Pierro
Thanks for catching that. Please open a ticket and I will fix it asap. On Monday, 30 September 2019 12:34:57 UTC-7, isi_jca wrote: > > Hi! > > Anybody have idea why py4web doesn't translate the labels? > > Best regards > > > El domingo, 22 de septiembre de 2019, 22:02:16 (UTC-3), isi_jca escribi

[web2py] Re: py4web grid syntax - needs testers

2019-09-30 Thread isi_jca
Hi! Anybody have idea why py4web doesn't translate the labels? Best regards El domingo, 22 de septiembre de 2019, 22:02:16 (UTC-3), isi_jca escribió: > > Hi!!! > > In models.py, I have this table > > db.define_table('tempresa', > Field('descripcion','string',length=50,label = T('Enterprise'))

[web2py] Re: py4web grid syntax - needs testers

2019-09-22 Thread isi_jca
Hi!!! In models.py, I have this table db.define_table('tempresa', Field('descripcion','string',length=50,label = T('Enterprise')), Field('email','string',length=50, label = T('Email')), Field('phone','string',length=50, label = T('Phone')), Field('estado','reference trestado',label = T('State')),

[web2py] Re: py4web grid syntax - needs testers

2019-09-21 Thread Massimo Di Pierro
You need to press the reload button in the dashboard or restart the server. On Friday, 20 September 2019 02:12:15 UTC-7, Toan Le wrote: > > For a new update in model, controller or view, do I need to restart the > server? > > On Tuesday, September 17, 2019 at 1:03:11 PM UTC+7, Massimo Di Pierro

[web2py] Re: py4web grid syntax - needs testers

2019-09-20 Thread IVINH
For a new update in model, controller or view, do I need to restart the server? On Tuesday, September 17, 2019 at 1:03:11 PM UTC+7, Massimo Di Pierro wrote: > > You have an olv version of pydal > > python3 -m pip install -U pydal > > On Monday, 16 September 2019 17:02:04 UTC-7, isi_jca wrote: >>

[web2py] Re: py4web grid syntax - needs testers

2019-09-16 Thread Massimo Di Pierro
You have an olv version of pydal python3 -m pip install -U pydal On Monday, 16 September 2019 17:02:04 UTC-7, isi_jca wrote: > > Hi!!! > > 1°) > When I try to use > > "A page with an update form example", the console show: > > ERROR:root:Traceback (most recent call last): > File > "/home/jalb

[web2py] Re: py4web grid syntax - needs testers

2019-09-16 Thread isi_jca
Hi!!! 1°) When I try to use "A page with an update form example", the console show: ERROR:root:Traceback (most recent call last): File "/home/jalbornoz/py4web-env/lib64/python3.7/site-packages/py4web/core.py", line 461, in wrapper ret = func(*func_args, **func_kwargs) File "/home/jal