We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44218cb commit b933f84Copy full SHA for b933f84
components/odoo/actions/create-record/create-record.mjs
@@ -19,7 +19,7 @@ export default {
19
const {
20
odoo,
21
...data
22
- } = this; console.log(data);
+ } = this;
23
const response = await odoo.createRecord([
24
data,
25
]);
0 commit comments