- Mailing Lists
- Contributors
- Re: [SPAM] Re: [SPAM] Re: Connecting weight scales to Odoo
Archives
- By thread 1472
-
By date
- August 2019 59
- September 2019 118
- October 2019 165
- November 2019 97
- December 2019 35
- January 2020 58
- February 2020 204
- March 2020 121
- April 2020 172
- May 2020 50
- June 2020 158
- July 2020 85
- August 2020 94
- September 2020 193
- October 2020 277
- November 2020 100
- December 2020 159
- January 2021 38
- February 2021 87
- March 2021 146
- April 2021 73
- May 2021 90
- June 2021 86
- July 2021 123
- August 2021 50
- September 2021 68
- October 2021 66
- November 2021 74
- December 2021 75
- January 2022 98
- February 2022 77
- March 2022 68
- April 2022 31
- May 2022 59
- June 2022 87
- July 2022 141
- August 2022 38
- September 2022 73
- October 2022 152
- November 2022 39
- December 2022 50
- January 2023 93
- February 2023 49
- March 2023 106
- April 2023 47
- May 2023 69
- June 2023 92
- July 2023 64
- August 2023 103
- September 2023 91
- October 2023 101
- November 2023 94
- December 2023 46
- January 2024 75
- February 2024 79
- March 2024 104
- April 2024 63
- May 2024 40
- June 2024 160
- July 2024 80
- August 2024 70
- September 2024 62
- October 2024 121
- November 2024 117
- December 2024 89
- January 2025 59
- February 2025 104
- March 2025 96
- April 2025 107
- May 2025 52
- June 2025 72
- July 2025 60
- August 2025 81
- September 2025 124
- October 2025 63
- November 2025 57
- December 2025 33
- January 2026 63
- February 2026 48
Contributors
contributors@odoo-community.org
Re: [SPAM] Re: [SPAM] Re: Connecting weight scales to Odoo
Re: [SPAM] Re: [SPAM] Re: Connecting weight scales to Odoo
Re: [SPAM] Re: [SPAM] Re: Connecting weight scales to Odoo
not yet, but it should work fine.
Le 31 janvier 2026 18:32:16 GMT+01:00, Houssine BAKKALI <notifications@odoo-community.org> a écrit :Hi Hugue,Great news :) It's already used for production ?Thanks !HoussineLe sam. 31 janv. 2026 à 18:22, hugues de keyzer <notifications@odoo-community.org> a écrit :hi houssine,
we ported it to 16.0 (and added features) here: https://github.com/OCA/pos/pull/1397
kind regards,
huguesLe 31 janvier 2026 18:06:51 GMT+01:00, Houssine BAKKALI <notifications@odoo-community.org> a écrit :Hi Tom,I'm searching for a module allowing self-service weighing and I found your email.Could you please point me to the repo of such a module ? I have knowledge of this module of coop it easy from v12 https://github.com/coopiteasy/addons/tree/12.0/pos_self_service_base but nothing newer than that.Greetings,HoussineLe jeu. 6 févr. 2025 à 11:43, Tom Blauwendraat <notifications@odoo-community.org> a écrit :Note that there is also the option to use self-service weighing which prints out a barcode sticker, which can then be scanned at the checkout using standard Odoo barcode nomenclature._______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Houssine BAKKALI - 08:00 - 31 Jan 2026
Reference
-
Connecting weight scales to Odoo
Hello,
I'm looking into connecting weight scales to Odoo, wither for warehouse operations or for quality controls.
For example, the Mettler-Toledo brand.
I wonder if we have something under the OCA for this?
Would PyWebDriver (https://github.com/pywebdriver/pywebdriver) be helpful here?
Thank you for sharing!
--
DANIEL REIS
MANAGING PARTNER>> Schedule time on my calendar.
M: +351 919 991 307
E: dreis@OpenSourceIntegrators.com
A: Avenida da República 3000, Estoril Office Center, 2649-517 Cascais
by Daniel Reis - 09:16 - 30 Jan 2025-
Re: [SPAM] Re: [SPAM] Re: Connecting weight scales to Odoo
Thanks a lot Hugues, This is very enlightening.Kind regards,HoussineLe mar. 3 févr. 2026 à 18:37, hugues de keyzer <notifications@odoo-community.org> a écrit :hi houssine,
first, i think that what tom is referring to are independent self-service weighing scales (not related to odoo) that print barcode labels encoding the weight or price. scanning these works indeed in the pos without any special add-on.
the code we wrote allows to use odoo to do the equivalent of these independent self-service weighing scales. this has the main advantage of not needing to update the products database of the scale (either manually, with usb flashdrives or complex ftp setups), as the code has direct access to the pos products. it also allows to print tare labels (to use with the
pos_taremodule), what these independent scales can maybe not do. another advantage is that it can be cheaper than these specialized independent scales, but it depends on the hardware used.for this to work, you will need:
- a computer that can run gnu/linux and a recent browser and the pos interface (could be a raspberry pi)
- a touchscreen
- a weighing scale that can be connected to the computer
- a label printer that understands zpl
- (optionally) a barcode scanner to scan tare barcodes
we usually go for ancient (second-hand) pcs with ubuntu, a robust touchscreen, a mettler-toledo ariva s and a zebra printer.
the scale could be replaced by cheaper models (epelsa or baxtran for example), as long as there is some software that can talk to them and provide the same http interface (for weighing) as the iotbox, like pywebdriver or the new odoo-driver).
kind regards,
hugues
Le 2026-02-03 à 11:57, Houssine BAKKALI a écrit :
Hi Hugues,
One more question.
I've maybe missed it in the PR but I can't find a list of supported scales. Is there such a list somewhere or this is the standard scales supported by Odoo?
Any set of hardware and OS you can suggest ? For my remembering we were running the Touchscreen unders ubuntu to run the posboxless on it. This is still needed ?
Question asked here and not by phone to have the answers shared with the community ;)
Thanks for your answer :)Houssine
Le sam. 31 janv. 2026 à 19:11, hugues de keyzer <notifications@odoo-community.org> a écrit :
not yet, but it should work fine.
Le 31 janvier 2026 18:32:16 GMT+01:00, Houssine BAKKALI <notifications@odoo-community.org> a écrit :Hi Hugue,
Great news :) It's already used for production ?
Thanks !Houssine
Le sam. 31 janv. 2026 à 18:22, hugues de keyzer <notifications@odoo-community.org> a écrit :
hi houssine,
we ported it to 16.0 (and added features) here: https://github.com/OCA/pos/pull/1397
kind regards,
hugues
Le 31 janvier 2026 18:06:51 GMT+01:00, Houssine BAKKALI <notifications@odoo-community.org> a écrit :Hi Tom,
I'm searching for a module allowing self-service weighing and I found your email.
Could you please point me to the repo of such a module ? I have knowledge of this module of coop it easy from v12 https://github.com/coopiteasy/addons/tree/12.0/pos_self_service_base but nothing newer than that.
Greetings,Houssine
Le jeu. 6 févr. 2025 à 11:43, Tom Blauwendraat <notifications@odoo-community.org> a écrit :
Note that there is also the option to use self-service weighing which prints out a barcode sticker, which can then be scanned at the checkout using standard Odoo barcode nomenclature.
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Houssine BAKKALI - 12:40 - 4 Feb 2026 -
Re: [SPAM] Re: [SPAM] Re: Connecting weight scales to Odoo
hi houssine,
first, i think that what tom is referring to are independent self-service weighing scales (not related to odoo) that print barcode labels encoding the weight or price. scanning these works indeed in the pos without any special add-on.
the code we wrote allows to use odoo to do the equivalent of these independent self-service weighing scales. this has the main advantage of not needing to update the products database of the scale (either manually, with usb flashdrives or complex ftp setups), as the code has direct access to the pos products. it also allows to print tare labels (to use with the
pos_taremodule), what these independent scales can maybe not do. another advantage is that it can be cheaper than these specialized independent scales, but it depends on the hardware used.for this to work, you will need:
- a computer that can run gnu/linux and a recent browser and the pos interface (could be a raspberry pi)
- a touchscreen
- a weighing scale that can be connected to the computer
- a label printer that understands zpl
- (optionally) a barcode scanner to scan tare barcodes
we usually go for ancient (second-hand) pcs with ubuntu, a robust touchscreen, a mettler-toledo ariva s and a zebra printer.
the scale could be replaced by cheaper models (epelsa or baxtran for example), as long as there is some software that can talk to them and provide the same http interface (for weighing) as the iotbox, like pywebdriver or the new odoo-driver).
kind regards,
hugues
Le 2026-02-03 à 11:57, Houssine BAKKALI a écrit :
Hi Hugues,
One more question.
I've maybe missed it in the PR but I can't find a list of supported scales. Is there such a list somewhere or this is the standard scales supported by Odoo?
Any set of hardware and OS you can suggest ? For my remembering we were running the Touchscreen unders ubuntu to run the posboxless on it. This is still needed ?
Question asked here and not by phone to have the answers shared with the community ;)
Thanks for your answer :)Houssine
Le sam. 31 janv. 2026 à 19:11, hugues de keyzer <notifications@odoo-community.org> a écrit :
not yet, but it should work fine.
Le 31 janvier 2026 18:32:16 GMT+01:00, Houssine BAKKALI <notifications@odoo-community.org> a écrit :Hi Hugue,
Great news :) It's already used for production ?
Thanks !Houssine
Le sam. 31 janv. 2026 à 18:22, hugues de keyzer <notifications@odoo-community.org> a écrit :
hi houssine,
we ported it to 16.0 (and added features) here: https://github.com/OCA/pos/pull/1397
kind regards,
hugues
Le 31 janvier 2026 18:06:51 GMT+01:00, Houssine BAKKALI <notifications@odoo-community.org> a écrit :Hi Tom,
I'm searching for a module allowing self-service weighing and I found your email.
Could you please point me to the repo of such a module ? I have knowledge of this module of coop it easy from v12 https://github.com/coopiteasy/addons/tree/12.0/pos_self_service_base but nothing newer than that.
Greetings,Houssine
Le jeu. 6 févr. 2025 à 11:43, Tom Blauwendraat <notifications@odoo-community.org> a écrit :
Note that there is also the option to use self-service weighing which prints out a barcode sticker, which can then be scanned at the checkout using standard Odoo barcode nomenclature.
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by hugues - 06:36 - 3 Feb 2026 -
Re: [SPAM] Re: [SPAM] Re: Connecting weight scales to Odoo
Hi Hugues,One more question.I've maybe missed it in the PR but I can't find a list of supported scales. Is there such a list somewhere or this is the standard scales supported by Odoo?Any set of hardware and OS you can suggest ? For my remembering we were running the Touchscreen unders ubuntu to run the posboxless on it. This is still needed ?Question asked here and not by phone to have the answers shared with the community ;)Thanks for your answer :)HoussineLe sam. 31 janv. 2026 à 19:11, hugues de keyzer <notifications@odoo-community.org> a écrit :not yet, but it should work fine.
Le 31 janvier 2026 18:32:16 GMT+01:00, Houssine BAKKALI <notifications@odoo-community.org> a écrit :Hi Hugue,Great news :) It's already used for production ?Thanks !HoussineLe sam. 31 janv. 2026 à 18:22, hugues de keyzer <notifications@odoo-community.org> a écrit :hi houssine,
we ported it to 16.0 (and added features) here: https://github.com/OCA/pos/pull/1397
kind regards,
huguesLe 31 janvier 2026 18:06:51 GMT+01:00, Houssine BAKKALI <notifications@odoo-community.org> a écrit :Hi Tom,I'm searching for a module allowing self-service weighing and I found your email.Could you please point me to the repo of such a module ? I have knowledge of this module of coop it easy from v12 https://github.com/coopiteasy/addons/tree/12.0/pos_self_service_base but nothing newer than that.Greetings,HoussineLe jeu. 6 févr. 2025 à 11:43, Tom Blauwendraat <notifications@odoo-community.org> a écrit :Note that there is also the option to use self-service weighing which prints out a barcode sticker, which can then be scanned at the checkout using standard Odoo barcode nomenclature.
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Houssine BAKKALI - 11:56 - 3 Feb 2026 -
Re: [SPAM] Re: [SPAM] Re: Connecting weight scales to Odoo
Thank you Tom !Le sam. 31 janv. 2026 à 23:27, Tom Blauwendraat <notifications@odoo-community.org> a écrit :My understanding was that this was actually a standard Odoo feature and that no extra module is needed, but Hugues would know better, i didnt actually implement this for anyone myself
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Houssine BAKKALI - 11:51 - 3 Feb 2026 -
Re: [SPAM] Re: [SPAM] Re: Connecting weight scales to Odoo
My understanding was that this was actually a standard Odoo feature and that no extra module is needed, but Hugues would know better, i didnt actually implement this for anyone myself
by Tom Blauwendraat - 11:25 - 31 Jan 2026
-