python - How to open new tab of browser when click the link of "more" -
how open new tab of browser when user click link "open new tap" "more" of tree view?
add target attribute action
<act_window id="action_unhold_status_update" name="unhold" context="{'status_action': 'hold'}" res_model="wizard.set.status" src_model="sale.order" target="new" view_mode="form" view_type="form" key2="client_action_multi" />
python openerp-7
No comments:
Post a Comment