Browse Source

Added Documentation and banner/icon

pull/81/head
SHEREEF PT 9 years ago
parent
commit
d993619e01
  1. 2
      pos_change_table/__openerp__.py
  2. 1
      pos_change_table/__openerp__.py~
  3. BIN
      pos_change_table/static/description/banner.png
  4. BIN
      pos_change_table/static/description/icon.png
  5. 15
      pos_change_table/static/description/index.html
  6. 17
      pos_change_table/static/description/index.html~

2
pos_change_table/__openerp__.py

@ -17,7 +17,7 @@
'data': [
'template.xml'
],
'images': ['static/description/banner.png'],
'qweb': [
"static/src/xml/table_change.xml",
],

1
pos_change_table/__openerp__.py~

@ -21,5 +21,6 @@
'qweb': [
"static/src/xml/table_change.xml",
],
'license': 'AGPL-3',
'installable': True,
}

BIN
pos_change_table/static/description/banner.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

BIN
pos_change_table/static/description/icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

15
pos_change_table/static/description/index.html

@ -15,3 +15,18 @@
</div>
</div>
</section>
<section class="oe_container oe_dark">
<h2 class="oe_slogan">Need Any Help?</h2>
<div class="oe_slogan">
<a class="btn btn-primary btn-lg mt8"
style="color: #FFFFFF !important;" href="http://www.cybrosys.com"><i
class="fa fa-envelope"></i> Email </a> <a
class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;"
href="http://www.cybrosys.com/contact/"><i
class="fa fa-phone"></i> Contact Us </a> <a
class="btn btn-primary btn-lg mt8" style="color: #FFFFFF !important;"
href="http://www.cybrosys.com/odoo-customization-and-installation/"><i
class="fa fa-check-square"></i> Request Customization </a>
</div>
</section>

17
pos_change_table/static/description/index.html~

@ -0,0 +1,17 @@
<section class="oe_container">
<div class="oe_row oe_spaced">
<h2 class="oe_slogan">Change Table in POS</h2>
<h3 class="oe_slogan"></h3>
<div>
<p class='oe_mt32'>
This module allows you to change Table of an order from one to another by using 'change table' button in POS without cancelling the order.
</p><p>
</p>
</div>
<div class="oe_row_img oe_centered oe_mt32">
<div class= oe_picture oe_screenshot">
<img src="change_table.png">
</div>
</div>
</div>
</section>
Loading…
Cancel
Save