[ADD] product_catalog_tree_price_taxes_included, product_price_taxes_included, product_ux: show order price with taxes in catalog and hide extra price columns by default#900
Closed
gal-adhoc wants to merge 1 commit into
Conversation
Contributor
2b9efe2 to
f34fda2
Compare
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a new module product_catalog_tree_price_taxes_included that displays product catalog prices with taxes included (in both list and kanban views), and updates two existing modules to hide their newly added price columns by default via the optional="hide" attribute.
Changes:
- New module computing
product_catalog_price_taxedbased on order context (currency, partner, fiscal position, company taxes). - New list and kanban view inheritances showing the tax-included price.
- Set
optional="hide"onpricelist_priceandtaxed_lst_pricecolumns in existing product tree views.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| product_ux/views/product_product_views.xml | Hide pricelist_price column by default. |
| product_price_taxes_included/views/product_product_views.xml | Hide taxed_lst_price column by default. |
| product_catalog_tree_price_taxes_included/init.py | Module init importing models. |
| product_catalog_tree_price_taxes_included/manifest.py | Manifest declaring deps and view data; auto-install. |
| product_catalog_tree_price_taxes_included/models/init.py | Imports product_product. |
| product_catalog_tree_price_taxes_included/models/product_product.py | Adds computed product_catalog_price_taxed field. |
| product_catalog_tree_price_taxes_included/views/product_product_views.xml | List and kanban view inheritances to display the taxed price. |
f34fda2 to
7d48817
Compare
…included, product_ux: show order price with taxes in catalog and hide extra price columns by default
7d48817 to
0433f71
Compare
Contributor
|
@roboadhoc r+ bump |
roboadhoc
added a commit
that referenced
this pull request
May 28, 2026
…catalog_tree_price_taxes_included 19.0.1.1.0, product_ux 19.0.1.1.0 Merged: #900
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.

Changes
Related
Task: #63584
Branch:
19.0-t-63584-gal-v3