Skip to content

Commit f0a2af4

Browse files
committed
⬆️1️⃣4️⃣ OCA/odoo-module-migrator
close #1377 > Made via .github/workflows/DINAR-PORT.yml
1 parent 6f93425 commit f0a2af4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pos_logout/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"category": "Point of Sale",
1111
# "live_test_url": "http://apps.it-projects.info/shop/product/pos-logout?version=13.0",
1212
"images": ["images/pos_logout_main.png"],
13-
"version": "13.0.2.0.0",
13+
"version": "14.0.2.0.0",
1414
"application": False,
1515
"author": "IT-Projects LLC, Dinar Gabbasov",
1616
"support": "[email protected]",

pos_logout/static/src/js/tour.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ odoo.define("pos_logout.tour", function (require) {
99

1010
function pos_opening() {
1111
return [
12-
tour.STEPS.SHOW_APPS_MENU_ITEM,
12+
tour.stepUtils.showAppsMenuItem(),
1313
{
1414
trigger:
1515
'.o_app[data-menu-xmlid="point_of_sale.menu_point_root"], .oe_menu_toggler[data-menu-xmlid="point_of_sale.menu_point_root"]',

pos_logout/tests/test_default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test_01_pos_is_loaded(self):
1818
env["ir.module.module"].search(
1919
[("name", "=", "pos_logout")], limit=1
2020
).state = "installed"
21-
self.phantom_js(
21+
self.browser_js(
2222
"/web",
2323
"odoo.__DEBUG__.services['web_tour.tour']" ".run('pos_logout_tour')",
2424
"odoo.__DEBUG__.services['web_tour.tour']" ".tours.pos_logout_tour.ready",

0 commit comments

Comments
 (0)