Daily updates from Odoo
Wednesday, August 26, 2015
2 changes
Resolved issues and error corrections
This fix updates a stock calendar test to use a new supplier record with no existing purchase orders. This prevents unrelated supplier history from affecting the expected planned date, making the test result reliable.
Original PR description
The res_partner squash has added several information to the res_partner_2 Now the is a purchase order for which he's the supplier. In that case, the planned date on the purchase order line is influenced by the planned date of the other purchase orders where this partner is the supplier. Here we create a new res_partner for this test who has no purchase orders related In that case, the planned date will always the date planned in the calendar at the basis, which is 3.
This fixes a sample data reference in the contract dashboard so it points to the correct customer record. It helps ensure demo or test environments load reliably without broken references.
Original PR description
…rtner_12