1. After the record is copied call for it form view in edit mode. How to execute this request?
Сall the copy method:
rpc.query({             
            model: 'sale.order',
            method: 'copy',
            args: [id]
        }).then(function (returned_value) { // do something }
