forked from Techsystech/web
[IMP] eslint
parent
cbe00c470e
commit
606a195350
|
@ -1,9 +1,8 @@
|
||||||
/** @odoo-module **/
|
/** @odoo-module **/
|
||||||
|
|
||||||
import {registry} from "@web/core/registry";
|
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 actionService = env.services.action;
|
||||||
const originalAction = action._originalAction;
|
const originalAction = action._originalAction;
|
||||||
return actionService.doAction(
|
return actionService.doAction(
|
||||||
|
|
Loading…
Reference in New Issue