Is there a recipe anywhere to show how to do when a i have a external reference in my db table as liste:reference to make it simple to add existing references or make a popup to create a new reference ?
exemple :
db.define_table('Film',
Field('nom'),
Field('Acteur','list:reference Acteur'),
When i make a form1 = crud.create(db.Film)
it sho me just a field and not menu as django or a field list or create a
new one.
Is there a recipe anywhere to do that ?
Regards
Bussiere

