[18.0][MIG] account_invoice_hide_payment_button: Migration to 18.0#702
Open
[18.0][MIG] account_invoice_hide_payment_button: Migration to 18.0#702
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR migrates the account_invoice_hide_payment_button module from a previous Odoo version to version 18.0. The module provides functionality to hide the payment button on invoice forms by setting it to invisible through XML view inheritance.
- Module structure and manifest updated for 18.0 compatibility
- View inheritance XML updated to target the account move form view
- Documentation and metadata files added/updated for the new version
Reviewed Changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
__manifest__.py |
Module manifest defining dependencies, version 18.0.1.0.0, and data files |
__init__.py |
Empty init file with license header |
views/account_invoice_view.xml |
XML view inheritance that hides the payment button by setting invisible=1 |
README.rst |
Auto-generated README documentation |
readme/DESCRIPTION.md |
Brief module description |
readme/CONTRIBUTORS.md |
List of module contributors |
pyproject.toml |
Python project configuration for build system |
static/description/index.html |
Auto-generated HTML documentation |
fa6f8b2 to
4785c83
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. |
4785c83 to
aa37e35
Compare
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.