Tower: upload web_responsive 16.0.1.0.3 (was 16.0.1.0.3, via marketplace)

This commit is contained in:
2026-05-10 09:19:44 +00:00
parent a3bde81378
commit 7e5c3431a7
73 changed files with 6185 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
/* Copyright 2021 ITerra - Sergey Shebanin
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
odoo.define("web_responsive.test_patch", function (require) {
"use strict";
const utils = require("web_tour.TourStepUtils");
/* Make base odoo JS tests working */
utils.include({
showAppsMenuItem() {
return {
edition: "community",
trigger: ".o_navbar_apps_menu",
auto: true,
position: "bottom",
};
},
});
});