Skip to content

Instantly share code, notes, and snippets.

@k9ais
k9ais / cadeau_recu_barcode.js
Last active May 16, 2026 20:20
cadeau_recu_barcode.js
(function () {
function saveCadeau(regId, value) {
fetch('/web/dataset/call_kw', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
jsonrpc: '2.0', method: 'call', id: Math.random(),
params: {
model: 'event.registration',