This question has been flagged
3459 Views

I have a dynamically generated form (updated via fields_view_get):

<field name="address" /> etc...

and a button in the form:

<button context=\"{'move_id':%s}\" name='save' string='Save' type='object' />

...and from the "save" method I can access the "move_id" from the context.

But I'm not able to get the field value from "address". When I click on the button I'm passing the "move_id", but also want to get the field values that were inputted into form.

Any help is appreciated!

Avatar
Discard