I've this table
db.define_table('Kits',
Field('Nome'),
Field('ID_EntradaProdutoEstoque', 'list:reference
EntradaProdutoEstoque'),
Field('QuantidadeProdutos', type='list:integer'),
Field('QuantidadeKits', type='integer')
)
On the Field *QuantidadeProdutos *is possible add more inputs and i want do
the same for *ID_EntradaProdutoEstoque, *for example, when I click on plus
button, create new input for *ID_EntradaProdutoEstoque *and
*QuantidadeProdutos*, the *ID_EntradaProdutoEstoque *is the product and
*QuantidadeProdutos* is the quantity of product referenced by
*ID_EntradaProdutoEstoque.*
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.