Skip to content

Commit

Permalink
⬆️1️⃣4️⃣ OCA/odoo-module-migrator
Browse files Browse the repository at this point in the history
close #1377

> Made via .github/workflows/DINAR-PORT.yml
  • Loading branch information
itpp-bot committed Jun 2, 2021
1 parent 6f93425 commit f0a2af4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pos_logout/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"category": "Point of Sale",
# "live_test_url": "http://apps.it-projects.info/shop/product/pos-logout?version=13.0",
"images": ["images/pos_logout_main.png"],
"version": "13.0.2.0.0",
"version": "14.0.2.0.0",
"application": False,
"author": "IT-Projects LLC, Dinar Gabbasov",
"support": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion pos_logout/static/src/js/tour.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ odoo.define("pos_logout.tour", function (require) {

function pos_opening() {
return [
tour.STEPS.SHOW_APPS_MENU_ITEM,
tour.stepUtils.showAppsMenuItem(),
{
trigger:
'.o_app[data-menu-xmlid="point_of_sale.menu_point_root"], .oe_menu_toggler[data-menu-xmlid="point_of_sale.menu_point_root"]',
Expand Down
2 changes: 1 addition & 1 deletion pos_logout/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_01_pos_is_loaded(self):
env["ir.module.module"].search(
[("name", "=", "pos_logout")], limit=1
).state = "installed"
self.phantom_js(
self.browser_js(
"/web",
"odoo.__DEBUG__.services['web_tour.tour']" ".run('pos_logout_tour')",
"odoo.__DEBUG__.services['web_tour.tour']" ".tours.pos_logout_tour.ready",
Expand Down

0 comments on commit f0a2af4

Please sign in to comment.