Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] tools: prevent IoT crash due to missing library #165067

Closed
wants to merge 1 commit into from

Commits on May 10, 2024

  1. [FIX] tools: prevent IoT crash due to missing library

    Before this commit:
    Any IoT-box syncing to a version 16 (and >) database would not be
    able to start odoo service due to the `num2words` missing library.
    
    This is in practice the fault of the IoT as this library is part
    of odoo requirement. But to solve it it would need to recreate an
    IoT box OS image and asking customers to re-flash their SD card
    which is not convenient and time consumming.
    
    After this commit:
    Import conditionally num2words
    
    opw-3902183
    lse-odoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    914167f View commit details
    Browse the repository at this point in the history