Friday, July 29, 2016
2 changes · master
New functionality added to Odoo
Delivery labels can now be opened directly from a delivery order in a new browser tab. This makes it faster for warehouse and shipping teams to find and print carrier labels, while related pop-up windows close cleanly after the label opens.
Original PR description
Task: https://www.odoo.com/web?#id=21062&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.MEzWuDJ0aazvLCVk [ADD]Delivery: Add controller which read pdf from attachment and make response. [ADD]Delivery: Add print_label_id many2one field in picking. [ADD]Delivery: Add print label stat button which open pdf from Delivery attachment in new tab. [IMP]Delivery: Use ir.actions.act_url to redirect in new tab. [IMP]web: close wizard when action kind of url is returned.
This adds an embedded code editor experience for selected text fields in the web interface, making it easier to edit structured or code-like content. The editor loads only when needed, helping provide richer editing tools without unnecessarily slowing regular pages.
Original PR description
use with `widget="ace"` on text fields