@fctc/interface-logic 2.8.1 → 2.8.2

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 CHANGED
@@ -3131,7 +3131,7 @@ function useActionService() {
3131
3131
  xNode
3132
3132
  }) => {
3133
3133
  const jsonData = {
3134
- model: "stok.move",
3134
+ model: "stock.move",
3135
3135
  method: "action_generate_lot_line_vals",
3136
3136
  with_context: { ...context },
3137
3137
  kwargs
package/dist/hooks.mjs CHANGED
@@ -3014,7 +3014,7 @@ function useActionService() {
3014
3014
  xNode
3015
3015
  }) => {
3016
3016
  const jsonData = {
3017
- model: "stok.move",
3017
+ model: "stock.move",
3018
3018
  method: "action_generate_lot_line_vals",
3019
3019
  with_context: { ...context },
3020
3020
  kwargs
package/dist/provider.js CHANGED
@@ -3066,7 +3066,7 @@ function useActionService() {
3066
3066
  xNode
3067
3067
  }) => {
3068
3068
  const jsonData = {
3069
- model: "stok.move",
3069
+ model: "stock.move",
3070
3070
  method: "action_generate_lot_line_vals",
3071
3071
  with_context: { ...context },
3072
3072
  kwargs
package/dist/provider.mjs CHANGED
@@ -3023,7 +3023,7 @@ function useActionService() {
3023
3023
  xNode
3024
3024
  }) => {
3025
3025
  const jsonData = {
3026
- model: "stok.move",
3026
+ model: "stock.move",
3027
3027
  method: "action_generate_lot_line_vals",
3028
3028
  with_context: { ...context },
3029
3029
  kwargs
package/dist/services.js CHANGED
@@ -3275,7 +3275,7 @@ function useActionService() {
3275
3275
  xNode
3276
3276
  }) => {
3277
3277
  const jsonData = {
3278
- model: "stok.move",
3278
+ model: "stock.move",
3279
3279
  method: "action_generate_lot_line_vals",
3280
3280
  with_context: { ...context },
3281
3281
  kwargs
package/dist/services.mjs CHANGED
@@ -3231,7 +3231,7 @@ function useActionService() {
3231
3231
  xNode
3232
3232
  }) => {
3233
3233
  const jsonData = {
3234
- model: "stok.move",
3234
+ model: "stock.move",
3235
3235
  method: "action_generate_lot_line_vals",
3236
3236
  with_context: { ...context },
3237
3237
  kwargs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "2.8.1",
3
+ "version": "2.8.2",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",