odoo/tutorials#661
Created by Lucky Hasmukhbhai Prajapati (prlu)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 2s)
- ci/tutorial: (runtime 109s)
- label
- odoo-dev:18.0-revised-promise-date-prlu
- head
- 21c9918cef834c78f901827df34f3e8d6f646474
odoo/tutorials | |
---|---|
18.0 | #661 missing r+ |
master |
[ADD] revised_promise_date: added revised promise date with history …
…tracking
- Created
promise.date.record
model to track promise date changes. - Added
original_promise_date
andrevised_promise_date
fields insale.order
. - Logged changes to
revised_promise_date
inpromise.date.record
. - Updated
stock.picking
to displayoriginal_promise_date
and highlight discrepancies. - Added views and access control for promise date history.