Skip to content

Commit

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

> Made via .github/workflows/DINAR-PORT.yml
  • Loading branch information
itpp-bot committed Aug 11, 2021
1 parent cabcc64 commit 2b4719c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pos_wechat/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"summary": """Support WeChat QR-based payments (scan and show)""",
"category": "Point of Sale",
"images": ["images/main.jpg"],
"version": "13.0.1.0.0",
"version": "14.0.1.0.0",
"application": False,
"author": "IT-Projects LLC, Ivan Yelizariev",
"support": "[email protected]",
Expand All @@ -23,5 +23,5 @@
"demo": [],
"qweb": ["static/src/xml/pos.xml"],
"auto_install": False,
"installable": False,
"installable": True,
}
2 changes: 1 addition & 1 deletion pos_wechat/static/src/js/tour.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ odoo.define("pos_wechat.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:
Expand Down

0 comments on commit 2b4719c

Please sign in to comment.