Skip to content

Commit

Permalink
[IMP] posbox: rename OpenERP to Odoo
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic van der Essen committed Jul 15, 2014
1 parent b7ba498 commit 9068acd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions addons/hw_posbox_homepage/controllers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!DOCTYPE HTML>
<html>
<head>
<title>OpenERP's PosBox</title>
<title>Odoo's PosBox</title>
<style>
body {
width: 480px;
Expand All @@ -30,7 +30,7 @@
<h1>Your PosBox is up and running</h1>
<p>
The PosBox is an hardware adapter that allows you to use
receipt printers and barcode scanners with OpenERP's Point of
receipt printers and barcode scanners with Odoo's Point of
Sale, <b>version 8.0 or later</b>. You can start an <a href='https://www.openerp.com/start'>online free trial</a>,
or <a href='https://www.openerp.com/start?download'>download and install</a> it yourself.
</p>
Expand All @@ -44,10 +44,10 @@
</p>
<p>
The PosBox software installed on this posbox is <b>version 6</b>,
the posbox version number is independent from OpenERP. You can upgrade
the posbox version number is independent from Odoo. You can upgrade
the software on the <a href='/hw_proxy/upgrade/'>upgrade page</a>
</p>
<p>For any other question, please contact the OpenERP support at <a href='mailto:support@openerp.com'>support@openerp.com</a>
<p>For any other question, please contact the Odoo support at <a href='mailto:support@odoo.com'>support@odoo.com</a>
</p>
</body>
</html>
Expand Down
2 changes: 1 addition & 1 deletion addons/hw_posbox_upgrade/controllers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!DOCTYPE HTML>
<html>
<head>
<title>OpenERP's PosBox - Software Upgrade</title>
<title>Odoo's PosBox - Software Upgrade</title>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script>
$(function(){
Expand Down
2 changes: 1 addition & 1 deletion addons/hw_proxy/controllers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def status_http(self):
<!DOCTYPE HTML>
<html>
<head>
<title>OpenERP's PosBox</title>
<title>Odoo's PosBox</title>
<style>
body {
width: 480px;
Expand Down

0 comments on commit 9068acd

Please sign in to comment.