Skip to content

[ADD] pricelist_price: add book price field based on pricelist#1273

Draft
sopat-odoo wants to merge 1 commit into
odoo:19.0from
odoo-dev:19.0-pricelist-price-sopat
Draft

[ADD] pricelist_price: add book price field based on pricelist#1273
sopat-odoo wants to merge 1 commit into
odoo:19.0from
odoo-dev:19.0-pricelist-price-sopat

Conversation

@sopat-odoo
Copy link
Copy Markdown

Business Context
This task adds a Book Price field on Sales Order Lines and Customer Invoice Lines. The Book Price shows the original price calculated from the selected pricelist, product, and quantity, so users can compare it with the manually adjusted Unit Price.

Changes Done
Added computed Book Price field on sale.order.line.
Computed Book Price using the selected pricelist, product, and quantity.
Added Book Price field on account.move.line.
Synced invoice line Book Price from the related sale order line.
Added Book Price column in Sales Order line tree view.
Added Book Price column in Customer Invoice line tree view.

Result
Users can now see the original pricelist price on both Sales Orders and Customer Invoices, making it easier to compare the Book Price with the final Unit Price.

- Added computed Book Price field on sale order lines
- Computed Book Price from selected pricelist, product, and quantity
- Added Book Price field on customer invoice lines
- Synced invoice Book Price from related sale order line
- Displayed Book Price in sale order and invoice line views
@robodoo
Copy link
Copy Markdown

robodoo commented May 18, 2026

Pull request status dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants