odoo/odoo#179535
Created by POS IoT, Louis Travaux (lotr)
Merged
at 5430140bad158a64849f0906e7bc2dcc64fed489
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:17.0-point_of_sale-fix-iot-build-missing-dependancy-and-rights-lotr
- head
- bf3152c78b641901bf8cc463794447b76366b070
- merged
- 1 year ago by POS IoT, Yaroslav Soroko (yaso)
odoo/odoo | |
---|---|
17.0 | #179535 |
saas-17.2 | #179667 |
saas-17.4 | #179682 |
18.0 | |
saas-18.1 | |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
master | #179695 |
[FIX] point_of_sale: fix missing iot build dependancy and rights
IoT Box image build was failing due to missing libffi-dev
pkg. In addition to that, the previously moved odoo.conf
was inaccessible due to incorrect access rights. This commit fixes these two problems.