1
votes

I'm new in odoo and stuck at creating a form view which shows dynamic data on button click.

the scenario is,when i click Next (button), data on the view will change (not updated just show another record data) according to the logic behind

for understanding the problem just see the picture. Sample View

Any help will be appreciated and if this can be achieve form any other way that will also work for me.

Thanks.

1

1 Answers

0
votes

In your problem you created a new model(dynamic model) and you want to display data of another model in that dynamic model form view and after clicking on next, next record of the model will show right?