Skip to content

[18.0][MIG] partner_default_company: Migration to 18.0#707

Open
deeniiz wants to merge 6 commits into18.0from
18.0-mig-partner_default_company
Open

[18.0][MIG] partner_default_company: Migration to 18.0#707
deeniiz wants to merge 6 commits into18.0from
18.0-mig-partner_default_company

Conversation

@deeniiz
Copy link
Copy Markdown
Collaborator

@deeniiz deeniiz commented Sep 19, 2025

No description provided.

Copilot AI review requested due to automatic review settings September 19, 2025 08:42
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 partner_default_company module from a previous version to Odoo 18.0. The module automatically populates the company field with the current company when creating new partners.

  • Migration of the partner_default_company module to version 18.0
  • Implementation of company field auto-population logic for partners
  • Addition of documentation and project structure files

Reviewed Changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
partner_default_company/__manifest__.py Updated manifest file with version 18.0.1.0.0 and module metadata
partner_default_company/models/res_partner.py Implements default company logic for partner creation
partner_default_company/models/res_company.py Prevents circular reference during company creation
partner_default_company/models/__init__.py Module imports for model files
partner_default_company/__init__.py Main module initialization
partner_default_company/README.rst Generated documentation file
partner_default_company/readme/DESCRIPTION.md Module description fragment
partner_default_company/readme/CONTRIBUTORS.md Contributors list fragment
partner_default_company/pyproject.toml Build system configuration
partner_default_company/static/description/index.html Generated HTML documentation

Comment thread partner_default_company/models/res_partner.py
Comment thread partner_default_company/models/res_partner.py
@deeniiz deeniiz force-pushed the 18.0-mig-partner_default_company branch 4 times, most recently from 05fcd83 to 3afe7f7 Compare September 19, 2025 09:11
@deeniiz deeniiz requested review from Copilot and eantones September 19, 2025 09:13
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

Copilot reviewed 10 out of 11 changed files in this pull request and generated no new comments.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 1, 2026

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 Mar 1, 2026
@eantones eantones added no stale and removed stale labels Mar 1, 2026
@deeniiz deeniiz force-pushed the 18.0-mig-partner_default_company branch from 3afe7f7 to 25aa693 Compare March 12, 2026 10:37
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 12, 2026

Codecov Report

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

Files with missing lines Patch % Lines
partner_default_company/models/res_company.py 83.33% 1 Missing ⚠️
partner_default_company/models/res_partner.py 85.71% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             18.0     #707   +/-   ##
=======================================
  Coverage        ?   87.50%           
=======================================
  Files           ?        4           
  Lines           ?       16           
  Branches        ?        0           
=======================================
  Hits            ?       14           
  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.

5 participants