
- Creado modelo lims.analysis.parameter con campos: name, code, value_type, unit, etc. - Implementadas validaciones y constraints - Creadas vistas form, list y search - Agregado menú en Configuración - Configurados permisos de seguridad 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
28 lines
652 B
JSON
28 lines
652 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:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(mv:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(move lab_logo.png lims_management/static/img/lab_logo.png)",
|
|
"WebFetch(domain:github.com)",
|
|
"WebFetch(domain:apps.odoo.com)",
|
|
"Bash(dir:*)",
|
|
"Bash(find:*)",
|
|
"Bash(true)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |