[18.0][MIG] sale_order_service: Migration to 18.0#704
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR migrates the sale_order_service module from version 16.0/17.0 to 18.0. The module adds service-specific data fields to sale orders, particularly for managing patient and service information in what appears to be a healthcare transportation service context.
- Migration to Odoo 18.0 with updated manifest version
- Added complete module structure with models, views, translations, and documentation
- Implementation of service-specific fields for patient data (contract number, insured name, etc.) and service data (plate number, service date, etc.)
Reviewed Changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
__manifest__.py |
Updated version to 18.0.1.0.0 and module metadata |
models/sale_order.py |
Added service-specific fields to sale.order model |
views/sale_order_views.xml |
Added form view extension and search filters for service fields |
i18n/es.po and i18n/ca.po |
Spanish and Catalan translations for the new fields |
README.rst and related files |
Documentation and project structure files |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
…etime & creation of new fields for ambugest
fd995e8 to
2d1abd9
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 18.0 #704 +/- ##
========================================
Coverage ? 100.00%
========================================
Files ? 3
Lines ? 21
Branches ? 0
========================================
Hits ? 21
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.