8000 [FIX] point_of_sale: posbox is still a 8.0 · jubodoo/documentation-user@b2a07c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit b2a07c2

Browse files
committed
[FIX] point_of_sale: posbox is still a 8.0
1 parent eb14a98 commit b2a07c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

point_of_sale/overview/setup.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ Image building process
176176
----------------------
177177

178178
We generate the official POSBox images using the scripts in
179-
https://github.com/odoo/odoo/tree/11.0/addons/point_of_sale/tools/posbox. More
179+
https://github.com/odoo/odoo/tree/8.0/addons/point_of_sale/tools/posbox. More
180180
specifically, we run
181-
`posbox_create_image.sh <https://github.com/odoo/odoo/blob/11.0/addons/point_of_sale/tools/posbox/posbox_create_image.sh>`_.
181+
`posbox_create_image.sh <https://github.com/odoo/odoo/blob/8.0/addons/point_of_sale/tools/posbox/posbox_create_image.sh>`_.
182182
This builds an image
183183
called ``posbox.img``, which we zip and upload to `nightly.odoo.com <https://nightly.odoo.com>`_
184184
for users to download.
@@ -329,7 +329,7 @@ hardware drivers are implemented as Odoo modules. Those modules are
329329
all prefixed with ``hw_*`` and they are the only modules that are
330330
running on the POSBox. Odoo is only used for the framework it
331331
provides. No business data is processed or stored on the POSBox. The
332-
Odoo instance is a shallow git clone of the ``11.0`` branch.
332+
Odoo instance is a shallow git clone of the ``8.0`` branch.
333333

334334
The root partition on the POSBox is mounted read-only, ensuring that
335335
we don't wear out the SD card by writing to it too much. It also

0 commit comments

Comments
 (0)
0