odoo/enterprise#93478
Created by Youssef Abdelmoneim (abyo)
Closed
- label
- odoo-dev:master-promised-date-abyo
- head
- c9506b12d96b2d3a555bfb8b0e4fb6685f8fdc1b
| odoo/odoo | odoo/enterprise | odoo/upgrade | |
|---|---|---|---|
| master | #221380 ready | #93478 | #8687 missing r+ |
[IMP] sale_stock_renting: edit tests with scheduled date manipulation
The inverse method set on scheduled_date in stock.picking has been removed and changed to onchange in order to fix some bugs with having a compute-inverse.
For example, on updating one stock move date, it updates every move date. Which is incorrect and inconvenient.
Since onchange is only triggered through UI, changing scheduled_date from the backend doesn't trigger the onchange.
Therefore, the tests were edited to change the move dates manually.