diff --git a/hw_printer_network/README.rst b/hw_printer_network/README.rst index aa21d64347..692f734684 100644 --- a/hw_printer_network/README.rst +++ b/hw_printer_network/README.rst @@ -6,9 +6,9 @@ Hardware Network Printer ========================== -Hardware Driver for Network pinters. +Hardware Driver for Network printers. -When print an order, the PosBox receives the network printer IP address and the receipt from client's POS. +While printing an order, the PosBox receives the network printer IP address and the receipt from client's POS. If the IP address is not empty, it will be connected to the network printer by using this address, which in turn prints the receipt. Credits diff --git a/hw_printer_network/__manifest__.py b/hw_printer_network/__manifest__.py index 2b87a04894..6bb004cb95 100644 --- a/hw_printer_network/__manifest__.py +++ b/hw_printer_network/__manifest__.py @@ -7,7 +7,7 @@ "name": """Hardware Network Printer""", "summary": """Hardware Driver for Network Printers""", "category": "Point of Sale", - "images": [], + "images": ['images/networkprinter.jpg'], "version": "10.0.2.0.1", "application": False, diff --git a/hw_printer_network/doc/index.rst b/hw_printer_network/doc/index.rst index 6b188f5fcf..30c490f45a 100644 --- a/hw_printer_network/doc/index.rst +++ b/hw_printer_network/doc/index.rst @@ -8,9 +8,26 @@ Installation In PosBox --------- -* add ``hw_printer_network`` module to *server wide modules*. Detailed instruction is here: https://odoo-development.readthedocs.io/en/latest/admin/posbox/administrate-posbox.html#how-to-update-odoo-command-line-options +* add ``hw_printer_network`` module to *server wide modules*. + +Detailed instruction is here: https://odoo-development.readthedocs.io/en/latest/admin/posbox/administrate-posbox.html#how-to-update-odoo-command-line-options Usage ===== -Use the module together with `Pos Network Printer `__ +* To know how to update odoo command-line options and edit odoo source follow this `video `__ . + +.. note:: + Use the module together with `Pos Network Printer `__ + +*Networking works only for printers, but not for cashdrivers linked to network printers.* + +* HTTPS +For odoo servers with SSL certificate, you may need to configure the certificate on POXBox (IoTBox). + +In this case, you need to stick with IP address formats in the POS Configuration fields as below in the examples: + +* IOTBOX IP-address format: https://192.168.1.2. +* Network Printers IP-address format: https://192.168.1.200 +* USB Printer IP-address format: https://192.168.1.2:443 + diff --git a/hw_printer_network/image/networkprinter.jpg b/hw_printer_network/image/networkprinter.jpg new file mode 100644 index 0000000000..ba528eb3a6 Binary files /dev/null and b/hw_printer_network/image/networkprinter.jpg differ diff --git a/hw_printer_network/static/description/index.html b/hw_printer_network/static/description/index.html index 67fb4e6074..4fc6f562ad 100644 --- a/hw_printer_network/static/description/index.html +++ b/hw_printer_network/static/description/index.html @@ -36,11 +36,51 @@

You will get free support and assistance in case of any is +
+
+
+ Tested on Odoo
ODOO_BRANCH community +
+
+ Tested on Odoo
ODOO_BRANCH enterprise +
+
+
diff --git a/hw_twitter_printing/__manifest__.py b/hw_twitter_printing/__manifest__.py index 47d6d3e642..0e68ffbeb7 100644 --- a/hw_twitter_printing/__manifest__.py +++ b/hw_twitter_printing/__manifest__.py @@ -4,7 +4,7 @@ "summary": """Print tweets with specific hashtags""", "category": "Point of Sale", # "live_test_URL": "", - "images": [], + "images": ['images/networkprinter.jpg'], "version": "10.0.1.0.0", "application": False, diff --git a/hw_twitter_printing/images/networkprinter.jpg b/hw_twitter_printing/images/networkprinter.jpg new file mode 100644 index 0000000000..ba528eb3a6 Binary files /dev/null and b/hw_twitter_printing/images/networkprinter.jpg differ