Skip to content

[18.0][MIG] sale_order_invoicing_exclude: Migration to 18.0#716

Open
deeniiz wants to merge 7 commits into18.0from
18.0-mig-sale_order_invoicing_exclude
Open

[18.0][MIG] sale_order_invoicing_exclude: Migration to 18.0#716
deeniiz wants to merge 7 commits into18.0from
18.0-mig-sale_order_invoicing_exclude

Conversation

@deeniiz
Copy link
Copy Markdown
Collaborator

@deeniiz deeniiz commented Sep 22, 2025

No description provided.

Copilot AI review requested due to automatic review settings September 22, 2025 13:45
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 sale_order_invoicing_exclude module from a previous Odoo version to 18.0. The module allows sales orders to be excluded from the invoicing process by adding a boolean field and corresponding UI elements.

Key Changes

  • Migration of all module files to support Odoo 18.0
  • Addition of search filters and grouping options for excluded orders
  • Complete module structure with models, views, translations, and documentation

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
__manifest__.py Updated version to 18.0.1.0.0 and module metadata
models/sale_order.py Added boolean field and override of _create_invoices method
views/sale_order_views.xml Added form field and search filters for invoicing exclusion
i18n/es.po Spanish translations for new UI elements
README.rst Module documentation and usage information
Other files Supporting files for module structure and documentation

@deeniiz deeniiz force-pushed the 18.0-mig-sale_order_invoicing_exclude branch from fb7d38a to 4e0f1a0 Compare September 22, 2025 13:49
@deeniiz deeniiz requested a review from eantones September 22, 2025 13:49
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 8, 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 8, 2026
@eantones eantones added no stale and removed stale labels Mar 8, 2026
@deeniiz deeniiz force-pushed the 18.0-mig-sale_order_invoicing_exclude branch from 4e0f1a0 to 463ca9c Compare March 12, 2026 11:10
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 12, 2026

Codecov Report

❌ Patch coverage is 87.50000% with 1 line 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
sale_order_invoicing_exclude/models/sale_order.py 83.33% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             18.0     #716   +/-   ##
=======================================
  Coverage        ?   87.50%           
=======================================
  Files           ?        3           
  Lines           ?        8           
  Branches        ?        0           
=======================================
  Hits            ?        7           
  Misses          ?        1           
  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.

4 participants