feat(#44): Agregar relación entre análisis y tipos de muestra #45

Merged
luis_portillo merged 9 commits from feature/44-test-sample-relationship into dev 2025-07-15 04:16:03 +00:00
Showing only changes of commit ec4795c4de - Show all commits

View File

@ -30,6 +30,14 @@ docker-compose down -v
### Instance Persistence Policy
After successful installation/update, the instance must remain active for user validation. Do NOT stop the instance until user explicitly confirms testing is complete.
### MANDATORY Testing Rule
**CRITICAL**: After EVERY task that modifies code, models, views, or data:
1. Restart the ephemeral instance: `docker-compose down -v && docker-compose up -d`
2. Check initialization logs for errors: `docker-compose logs odoo_init | grep -i "error\|traceback\|exception"`
3. Verify successful completion: `docker-compose logs odoo_init | tail -30`
4. Only proceed to next task if no errors are found
5. If errors are found, fix them before continuing
### Database Operations
#### Direct PostgreSQL Access