Community mailing list archives
community@mail.odoo.com
Browse archives
Return action from create method
by
CAYLEY CONSULTING, Omar OUHARI
Hello Community,
I have a specific need:
I want return an action wizard in create method.
Example:
I have a model A with :
-name : nameA
-note : noteA
When user try to create a new record, I need make a search to retrieve all records with same name and note. If exists then return a list of records in wizard and stop create method.
It's possible to make something like that.
thanks for answer.