@fctc/interface-logic 2.2.9 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/hooks.js +1 -0
- package/dist/hooks.mjs +1 -0
- package/dist/provider.js +1 -0
- package/dist/provider.mjs +1 -0
- package/dist/services.js +1 -0
- package/dist/services.mjs +1 -0
- package/package.json +1 -1
package/dist/hooks.js
CHANGED
|
@@ -4235,6 +4235,7 @@ function useViewService() {
|
|
|
4235
4235
|
);
|
|
4236
4236
|
const getMenu = (0, import_react14.useCallback)(
|
|
4237
4237
|
async (context, specification, domain) => {
|
|
4238
|
+
console.log("domain", domain);
|
|
4238
4239
|
const jsonData = {
|
|
4239
4240
|
model: "ir.ui.menu" /* MENU */,
|
|
4240
4241
|
method: "web_search_read" /* WEB_SEARCH_READ */,
|
package/dist/hooks.mjs
CHANGED
|
@@ -4131,6 +4131,7 @@ function useViewService() {
|
|
|
4131
4131
|
);
|
|
4132
4132
|
const getMenu = useCallback10(
|
|
4133
4133
|
async (context, specification, domain) => {
|
|
4134
|
+
console.log("domain", domain);
|
|
4134
4135
|
const jsonData = {
|
|
4135
4136
|
model: "ir.ui.menu" /* MENU */,
|
|
4136
4137
|
method: "web_search_read" /* WEB_SEARCH_READ */,
|
package/dist/provider.js
CHANGED
|
@@ -4183,6 +4183,7 @@ function useViewService() {
|
|
|
4183
4183
|
);
|
|
4184
4184
|
const getMenu = (0, import_react10.useCallback)(
|
|
4185
4185
|
async (context, specification, domain) => {
|
|
4186
|
+
console.log("domain", domain);
|
|
4186
4187
|
const jsonData = {
|
|
4187
4188
|
model: "ir.ui.menu" /* MENU */,
|
|
4188
4189
|
method: "web_search_read" /* WEB_SEARCH_READ */,
|
package/dist/provider.mjs
CHANGED
|
@@ -4140,6 +4140,7 @@ function useViewService() {
|
|
|
4140
4140
|
);
|
|
4141
4141
|
const getMenu = useCallback9(
|
|
4142
4142
|
async (context, specification, domain) => {
|
|
4143
|
+
console.log("domain", domain);
|
|
4143
4144
|
const jsonData = {
|
|
4144
4145
|
model: "ir.ui.menu" /* MENU */,
|
|
4145
4146
|
method: "web_search_read" /* WEB_SEARCH_READ */,
|
package/dist/services.js
CHANGED
|
@@ -4353,6 +4353,7 @@ function useViewService() {
|
|
|
4353
4353
|
);
|
|
4354
4354
|
const getMenu = (0, import_react14.useCallback)(
|
|
4355
4355
|
async (context, specification, domain) => {
|
|
4356
|
+
console.log("domain", domain);
|
|
4356
4357
|
const jsonData = {
|
|
4357
4358
|
model: "ir.ui.menu" /* MENU */,
|
|
4358
4359
|
method: "web_search_read" /* WEB_SEARCH_READ */,
|
package/dist/services.mjs
CHANGED
|
@@ -4309,6 +4309,7 @@ function useViewService() {
|
|
|
4309
4309
|
);
|
|
4310
4310
|
const getMenu = useCallback10(
|
|
4311
4311
|
async (context, specification, domain) => {
|
|
4312
|
+
console.log("domain", domain);
|
|
4312
4313
|
const jsonData = {
|
|
4313
4314
|
model: "ir.ui.menu" /* MENU */,
|
|
4314
4315
|
method: "web_search_read" /* WEB_SEARCH_READ */,
|