odoo/tutorials#1216
Created by Jugal Rajan Soni (juson)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 3s)
- ci/tutorial: (runtime 5034s)
- label
- odoo-dev:19.0-global_purchase_discount-juson
- head
- 2dd1d0c6c0e7fa2c438c97ab69b779a297497835
| odoo/tutorials | |
|---|---|
| 19.0 | #1216 missing r+ |
| master |
[ADD] purchase_order_discount: Add global discount wizard for purchase orders - juson
Reason For PR (Why):
- Streamline bulk discount application on purchase orders
- Reduce manual discount entry for each line item
- Support flexible discount strategies (percentage or fixed amount)
- Improve purchase order management efficiency
What Changed In PR:
- Add purchase order discount wizard to apply percentage or fixed amount discounts
- Add "Apply Discount" button in purchase order form view
- Add discount field to purchase order line items
- Implement discount calculation with percentage and fixed amount modes
- Calculate discount percentage automatically for fixed amount discounts