Skip to content

Commit

Permalink
[10.0][ADD] pos_debt_notebook_sync: demo data at manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmir-k authored and Ivan Yelizariev committed Oct 16, 2017
1 parent 682baf0 commit 058ab65
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions pos_debt_notebook_sync/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"name": """Internal Credit System""",
"summary": """Credit payment system for festivals, food courts, etc.""",
"category": "Point of Sale",
'live_test_url': 'http://apps.it-projects.info/shop/product/internal-credit-system?version=10.0',
"images": ['images/credit.png'],
"version": "1.1.0",
"application": False,
Expand Down Expand Up @@ -33,4 +34,30 @@

"auto_install": False,
"installable": True,

"demo_title": "Internal Credit System",
"demo_addons": [
],
"demo_addons_hidden": [
],
"demo_url": "internal-credit-system",
"demo_summary": "Organize your cash-free system for set of shops with a single payment point. E.g. at festivals, amusements parks, etc.",
"demo_images": [
"images/credit.png",
"static/description/icon.png",
"static/description/fest.jpg",
"static/description/credit_product.png",
"static/description/credit_web.png",
"static/description/customer_balance.png",
"static/description/max_debt.png",
"static/description/payment.png",
"static/description/rfid.gif",
"static/description/sync_pos.png",
"static/description/balance_report.png",
"static/description/credit_report-1.png",
"static/description/credit_report-2.png",
"static/description/credit_report.png",
"static/description/debt_history.png",
"static/description/debt_history-1.png",
]
}

0 comments on commit 058ab65

Please sign in to comment.