[web2py] Re: How to do list: reference and list: interger work together

2018-06-21 Thread Guilherme Germano Silva
Here are my solution with JS var add = document.getElementById("Adicionar"); var addProduto = document.getElementById("Kits_ID_EntradaProdutoEstoque__row"); var addQuantidade = document.getElementById("Kits_QuantidadeProdutos_grow_input"); var produtos = document.getElementById("Kits_ID_EntradaP

[web2py] Re: How to do list: reference and list: interger work together

2018-06-14 Thread Anthony
On Thursday, June 14, 2018 at 5:23:09 PM UTC-4, Guilherme Germano Silva wrote: > > I've this table > db.define_table('Kits', > Field('Nome'), > Field('ID_EntradaProdutoEstoque', 'list:reference > EntradaProdutoEstoque'), > Field('QuantidadeProdutos'