This question has been flagged
2 Replies
3838 Views

Is there a way to save a portion of a form when you are editing it ?

For example, I have page A and page B belonging to form AB. I enter edit mode of form AB, edit some fields in page A, and save it, but not exiting edit mode just save what I edit to odoo, and then continue editing page B.

 ​  ​

Avatar
Discard
Best Answer

Dang,

If there is a web page, this is manageable. You may see the example of recruitment module.

You must manage these 2 pages by the management of Attrs in Odoo which will open second page when some info is filled in.

Thanks.

Avatar
Discard
Best Answer

Hi,

Seems you have got two pages inside the form, after editing the A part if you want to save the record, either you can click the Save button or you can add a dummy button inside the form and click it, once a button inside a form get clicked, as per the odoo architecture, the save button will get executed.


 For saving the record by new custom button or by Save button, make sure that the value for the required fields is supplied, If the value for the required field is not given, it will not get saved.


Thanks

Avatar
Discard