Skip to content

Commit

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

> Made via .github/workflows/DINAR-PORT.yml
  • Loading branch information
itpp-bot committed Sep 14, 2022
1 parent c1b2fa0 commit 4636874
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pos_debt_notebook_sync/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"summary": """Credit payment system for festivals, food courts, etc.""",
"category": "Point of Sale",
"images": ["images/credit.png"],
"version": "13.0.1.1.2",
"version": "14.0.1.1.2",
"application": False,
"author": "IT-Projects LLC, Dinar Gabbasov",
"support": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion pos_debt_notebook_sync/static/src/js/tour.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ odoo.define("pos_debt_notebook_sync.tour", function (require) {

function open_pos_neworder() {
return [
tour.STEPS.SHOW_APPS_MENU_ITEM,
tour.stepUtils.showAppsMenuItem(),
{
trigger: '.o_app[data-menu-xmlid="point_of_sale.menu_point_root"]',
content: _t(
Expand Down
2 changes: 1 addition & 1 deletion pos_debt_notebook_sync/tests/test_debt_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class TestUi(HttpCase):
def test_pos_debt(self):
# without a delay there might be problems caused by a not yet loaded button's action
self.phantom_js(
self.browser_js(
"/web",
"odoo.__DEBUG__.services['web_tour.tour'].run('tour_pos_debt_notebook_sync', 1000)",
"odoo.__DEBUG__.services['web_tour.tour'].tours.tour_pos_debt_notebook_sync.ready",
Expand Down

0 comments on commit 4636874

Please sign in to comment.