Wednesday, August 26, 2015
3 changes
Enhancements to existing features
Translation exports now ignore very small labels even when they are wrapped in simple formatting tags. This reduces unnecessary translation entries and helps translators focus on meaningful content.
Original PR description
Currently, when exporting the application terms, small terms containing only 1 letter are removed. With this patch, extend also to small xml tag containing at most one alphanumeric character. After this patch, will be also excluded, tags like: `<span>#1</span>` `<span>#1</span><textarea id="input_element_obj1" value="" line="1" type="text"/>` Rexeported project term at 7a83baaf2b4ff315b7fb870dd4e723e16854d1d5 (for the sake of example, not to merge this part)
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