So I have created an automation where I should be able to send sign request thru email, but its not working and there is no error message from odoo aside from "ok". I found out that I need to first create a record in 'sign request' model, but I should first create a record in 'sign request item'. The tricky part is that I have to create first a 'sign request item' model for it.
The situation is
- 'sign request' record needs 'sign request item' to instantiate
- 'sign request item' record needs 'sign request' to instantiate
What am I suppose to do in here?