File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -176,9 +176,9 @@ Image building process
176
176
----------------------
177
177
178
178
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
180
180
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 >`_.
182
182
This builds an image
183
183
called ``posbox.img ``, which we zip and upload to `nightly.odoo.com <https://nightly.odoo.com >`_
184
184
for users to download.
@@ -329,7 +329,7 @@ hardware drivers are implemented as Odoo modules. Those modules are
329
329
all prefixed with ``hw_* `` and they are the only modules that are
330
330
running on the POSBox. Odoo is only used for the framework it
331
331
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.
333
333
334
334
The root partition on the POSBox is mounted read-only, ensuring that
335
335
we don't wear out the SD card by writing to it too much. It also
You can’t perform that action at this time.
0 commit comments