clinical_laboratory/.claude/settings.local.json
Luis Ernesto Portillo Zaldivar dde56b907e feat(#44): Add required_sample_type_id field to ProductTemplate model
- Added required_sample_type_id Many2one field to link analyses with sample types
- Added sample_volume_ml field to specify required sample volume
- Added validation constraints to ensure fields are only used for analysis products
- Import api and ValidationError for field validations

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-14 20:35:41 -06:00

17 lines
334 B
JSON

{
"permissions": {
"allow": [
"Bash(python:*)",
"Bash(tea issue:*)",
"Bash(git add:*)",
"Bash(git push:*)",
"Bash(git checkout:*)",
"Bash(git pull:*)",
"Bash(git stash:*)",
"Bash(git commit:*)",
"Bash(docker-compose up:*)",
"Bash(docker:*)"
],
"deny": []
}
}