[IMP] runbot: vendor owl and expose through odoo module

This commit is contained in:
William Braeckman 2025-03-10 14:51:45 +01:00
parent 8c17b91452
commit 67407e3ec2
2 changed files with 6228 additions and 0 deletions

6223
runbot/static/libs/owl.js Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
odoo.define('@runbot/owl', [], function () {
'use strict';
return owl;
});