Daily updates from Odoo
Wednesday, August 26, 2015
2 changes · master
Enhancements to existing features
Payment terms have been redesigned to make them easier to configure and use on invoices. This helps accounting teams define payment schedules more clearly and reduces confusion when managing customer or vendor payment deadlines.
Original PR description
Task: https://www.odoo.com/web#id=19773&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.qInm1aE9zon5mNOJ
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)