[18.0][MIG] sale_order_invoice_date: Migration to 18.0#739
Open
[18.0][MIG] sale_order_invoice_date: Migration to 18.0#739
Conversation
…voicing is not propagating to the accounting date, only to invoice date
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
The .po file should have a blank line at the end of the file.
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.