Skip to content

[18.0][MIG] sale_order_invoice_date: Migration to 18.0#739

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

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

Conversation

@deeniiz
Copy link
Copy Markdown
Collaborator

@deeniiz deeniiz commented Oct 2, 2025

No description provided.

Copilot AI review requested due to automatic review settings October 2, 2025 09:50
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

Migration of the sale_order_invoice_date module from a previous version to Odoo 18.0, enabling users to specify a custom invoice date when creating invoices from sale orders.

  • Migrates the sale_order_invoice_date module to version 18.0.1.0.0
  • Adds functionality to set custom invoice dates through the advance payment wizard
  • Updates wizard views and models to support invoice date selection

Reviewed Changes

Copilot reviewed 12 out of 14 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
sale_order_invoice_date/manifest.py Updates module version to 18.0.1.0.0 and adds copyright for 2025
sale_order_invoice_date/wizard/sale_make_invoice_advance.py Implements invoice date field and overrides methods to apply custom dates
sale_order_invoice_date/wizard/sale_make_invoice_advance_views.xml Adds invoice date field to the advance payment wizard view
sale_order_invoice_date/models/sale_order.py Overrides _create_invoices method to apply invoice date from context
sale_order_invoice_date/i18n/es.po Provides Spanish translations for the module
Various other files Supporting files including README, init files, and HTML documentation

#. module: sale_order_invoice_date
#: model:ir.model,name:sale_order_invoice_date.model_sale_order
msgid "Sales Order"
msgstr "Pedido de venta"
Copy link

Copilot AI Oct 2, 2025

Choose a reason for hiding this comment

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

The .po file should have a blank line at the end of the file.

Copilot generated this review using guidance from repository custom instructions.
@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 Mar 15, 2026
@eantones eantones added no stale and removed stale labels Mar 16, 2026
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