odoo/tutorials#398
Created by Parthav Pravinbhai Chodvadiya (ppch)
Closed
- label
- odoo-dev:18.0-add-add-pricelist-price-ppch
- head
- 128c00729889ee923aaf20b88c9f07eb1d29762c
odoo/tutorials | |
---|---|
18.0 | #398 |
[ADD] product_pricelist: Book price added in Sale Order Line
- Models and views are inherited of sale order line and account move line
- Defined _compute_book_price function which will be depends on product_id,
quantity and pricelist whenever mentioned field will change on that time
based on condition book_price will be calculated - Book price is only visible in customer invoices.
- In account_move_line set book_price as related field
- Instead of displayed book_price for all quantity changed to for only 1 quantity