Skip to content

[18.0][MIG] purchase_stock_order_description: Migration to 18.0#735

Open
deeniiz wants to merge 3 commits into18.0from
18.0-mig-purchase_stock_order_description
Open

[18.0][MIG] purchase_stock_order_description: Migration to 18.0#735
deeniiz wants to merge 3 commits into18.0from
18.0-mig-purchase_stock_order_description

Conversation

@deeniiz
Copy link
Copy Markdown
Collaborator

@deeniiz deeniiz commented Oct 1, 2025

No description provided.

Copilot AI review requested due to automatic review settings October 1, 2025 15:22
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 is a migration of the purchase_stock_order_description module from a previous version to Odoo 18.0. The module propagates purchase order descriptions to picking move lines.

  • Migration to version 18.0.1.0.0 with updated copyright and dependency information
  • Addition of module documentation and configuration files
  • Implementation of purchase order line customization to pass descriptions to stock moves

Reviewed Changes

Copilot reviewed 9 out of 10 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
__manifest__.py Module manifest with 18.0 version and dependencies
__init__.py Module initialization importing models
models/__init__.py Models package initialization
models/purchase_order.py Core functionality to propagate descriptions to stock moves
README.rst Module documentation in reStructuredText format
readme/DESCRIPTION.md Brief module description
readme/CONTRIBUTORS.md List of contributors
pyproject.toml Python project configuration
static/description/index.html HTML documentation for module description

Comment on lines +1 to +4
# Copyright NuoBiT - Eric Antones <eantones@nuobit.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)

from odoo import models
Copy link

Copilot AI Oct 1, 2025

Choose a reason for hiding this comment

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

Missing 2 blank lines between the copyright/license header and imports. There should be exactly 2 lines between the header and imports according to the coding guidelines.

Copilot generated this review using guidance from repository custom instructions.
Comment on lines +4 to +7
from odoo import models


class PurchaseOrderLine(models.Model):
Copy link

Copilot AI Oct 1, 2025

Choose a reason for hiding this comment

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

Missing 1 blank line between imports and code. There should be exactly 2 lines between imports and the start of the code according to the coding guidelines.

Copilot generated this review using guidance from repository custom instructions.
Comment thread purchase_stock_order_description/__manifest__.py
@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.

3 participants