[18.0][MIG] sale_specific_order_date: Migration to 18.0#715
[18.0][MIG] sale_specific_order_date: Migration to 18.0#715
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR migrates the sale_specific_order_date module from a previous version to Odoo 18.0. The module allows preserving a specific order date when it's defined in a quotation during order confirmation.
Key changes:
- Added new module structure for Odoo 18.0 compatibility
- Implemented
_prepare_confirmation_values()method to preserve order date - Added build system configuration with pyproject.toml
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
__manifest__.py |
Module metadata with version 18.0.1.0.0 and basic dependencies |
models/sale_order.py |
Core functionality to preserve order date during confirmation |
models/__init__.py |
Module import structure |
__init__.py |
Main module initialization |
pyproject.toml |
Build system configuration using whool |
README.rst |
Module documentation and usage information |
e79ce08 to
88151f9
Compare
11b8906 to
937ea1d
Compare
|
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. |
937ea1d to
9a5ff8a
Compare
9a5ff8a to
5eeb713
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 18.0 #715 +/- ##
=======================================
Coverage ? 54.54%
=======================================
Files ? 3
Lines ? 11
Branches ? 2
=======================================
Hits ? 6
Misses ? 5
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.