
- 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>
17 lines
334 B
JSON
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": []
|
|
}
|
|
} |