odoo/tutorials#500
Created by Jignesh Mansinh Rathod (jmra)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 0s)
- ci/tutorial: (runtime 88s)
- label
- odoo-dev:18.0-rental-add-deposit-jmra
- head
- 054ca6f00e3dbde8b69b66adf84e0b6365a4a9da
odoo/tutorials | |
---|---|
18.0 | #500 missing r+ |
master |
Added deposit for rental products
With This Commit
- Added deposit product configuration in settings.
- Inherited product.template to add require_deposit & deposit_amount field.
- Linked deposit product automatically to rental product in sale order line.
- Synced deposit product quantity with main product in cart.
- Disabled remove button and quantity changer for deposit products in cart view.