[18.0][MIG] repair_order_default_location: Migration to 18.0#696
[18.0][MIG] repair_order_default_location: Migration to 18.0#696
Conversation
…f the order as the default location in the lines
There was a problem hiding this comment.
Pull Request Overview
This PR migrates the repair_order_default_location module from a previous version to Odoo 18.0. The module provides functionality to automatically set the header location as the default for new component lines in repair orders.
- Migration of the entire module structure to version 18.0
- Addition of complete module scaffolding with proper documentation
- Implementation of onchange method to set default location for repair line components
Reviewed Changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| setup/repair_order_default_location/setup.py | Setup configuration for module installation |
| setup/repair_order_default_location/odoo/addons/repair_order_default_location | Symbolic link to the main module directory |
| repair_order_default_location/static/description/index.html | Generated HTML documentation for the module |
| repair_order_default_location/readme/DESCRIPTION.md | Module description in markdown format |
| repair_order_default_location/readme/CONTRIBUTORS.md | Contributors list for documentation generation |
| repair_order_default_location/pyproject.toml | Build system configuration |
| repair_order_default_location/models/stock_move.py | Core functionality extending stock.move with repair line location defaults |
| repair_order_default_location/models/init.py | Models package initialization |
| repair_order_default_location/manifest.py | Module manifest with dependencies and metadata |
| repair_order_default_location/init.py | Main module initialization |
| repair_order_default_location/README.rst | Main README documentation |
|
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. |
15faf17 to
78d26e6
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 18.0 #696 +/- ##
=======================================
Coverage ? 77.77%
=======================================
Files ? 3
Lines ? 9
Branches ? 1
=======================================
Hits ? 7
Misses ? 2
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.