Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Refactor 'entidade_da_inspecao' field to use SimpleField
This change refactors the 'entidade_da_inspecao' field in the FIELDS dictionary to use the SimpleField type instead of FieldWithOptions. This simplifies the field by removing the options, as the entidade_da_inspecao field is already set to multiple=True, allowing for multiple values to be entered.
- Loading branch information