19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:02 +01:00
parent 62d197ac8b
commit 184bb0e321
667 changed files with 691406 additions and 239886 deletions

View file

@ -0,0 +1,7 @@
import { helpers } from "@odoo/o-spreadsheet";
const { toUnboundedZone } = helpers;
export function toRangeData(sheetId, xc) {
return { _zone: toUnboundedZone(xc), _sheetId: sheetId };
}