Skip to content

Conversation

@John75SunCity
Copy link
Owner

No description provided.

@John75SunCity John75SunCity merged commit 4ddecf0 into main Jun 19, 2025
John75SunCity added a commit that referenced this pull request Jun 19, 2025
Merge pull request #2 from John75SunCity/feature/odoo-module-setup
John75SunCity pushed a commit that referenced this pull request Oct 19, 2025
Issue #1: Invalid field 'scheduled_date' on container.destruction.work.order
- Model uses 'scheduled_destruction_date' not 'scheduled_date'
- Changed to use model's default _order instead of hardcoding field names
- Prevents ValueError when searching work orders

Issue #2: Invalid field 'customer_visible' on work.order.coordinator
- Field doesn't exist in model
- Removed from domain filter
- Only filter by partner_id to show customer's coordinators

Both errors caused 500 Internal Server Error on portal pages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants