[IMP] survey_record_generation : allow readonly fields for record creation #13
Reference in New Issue
Block a user
No description provided.
Delete Branch "survey_record_generation-allow-readonly-fields-for-creation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
cf https://elabore.coop/web#id=5634&cids=1&menu_id=198&action=1420&active_id=5337&model=project.task&view_type=form
We don't understand why there is this condition on
readonlyfor thefield_idof SurveyRecordCreationFieldValues.Indeed, we can read from the documentation that readonly has only an impact on the UI :
Thus, we remove it to make readonly fields available (they are required in some models).
LGFM