forked from Techsystech/web
[IMP] eslint
parent
cbe00c470e
commit
606a195350
|
@ -1,9 +1,8 @@
|
|||
/** @odoo-module **/
|
||||
|
||||
import {registry} from "@web/core/registry";
|
||||
import {useService} from "@web/core/utils/hooks";
|
||||
|
||||
async function executeCloseAndRefreshView({env, action, options}) {
|
||||
async function executeCloseAndRefreshView({env, action}) {
|
||||
const actionService = env.services.action;
|
||||
const originalAction = action._originalAction;
|
||||
return actionService.doAction(
|
||||
|
|
Loading…
Reference in New Issue