This question has been flagged
1076 Views

Odoo 14e

Let's say we have a field, char...named "Batch".  A user might have to enter the same batch number 40-50 times at a sitting for their work.

Is there any we can set the default value of the batch field on a form when creating a new record to the last value entered by that particular user?

So if the user entered "BATCH1" on one new record.  Saves.  Clicks "Create" to create a new record, the "batch" field would read "BATCH1" because that's what the user entered last time?

Avatar
Discard

you can use computed field to do that