Skip to content

[18.0][MIG] repair_order_default_location: Migration to 18.0#696

Open
deeniiz wants to merge 5 commits into18.0from
18.0-mig-repair_order_default_location
Open

[18.0][MIG] repair_order_default_location: Migration to 18.0#696
deeniiz wants to merge 5 commits into18.0from
18.0-mig-repair_order_default_location

Conversation

@deeniiz
Copy link
Copy Markdown
Collaborator

@deeniiz deeniiz commented Sep 16, 2025

No description provided.

Copilot AI review requested due to automatic review settings September 16, 2025 16:03
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@github-actions
Copy link
Copy Markdown

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.
If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions Bot added the stale label Feb 22, 2026
@eantones eantones added no stale and removed stale labels Feb 23, 2026
@deeniiz deeniiz force-pushed the 18.0-mig-repair_order_default_location branch from 15faf17 to 78d26e6 Compare March 12, 2026 10:06
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 12, 2026

Codecov Report

❌ Patch coverage is 77.77778% with 2 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (18.0@6803a24). Learn more about missing BASE report.

Files with missing lines Patch % Lines
repair_order_default_location/models/stock_move.py 71.42% 2 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants