Skip to content
Snippets Groups Projects
  1. Mar 23, 2023
  2. Jul 26, 2021
    • Xavier-Do's avatar
      [FIX] *: add explicit license to all manifest · 4f683968
      Xavier-Do authored
      
      The license is missing in most enterprise manifest so
      the decision was taken to make it explicit in all cases.
      When not defined, a warning will be triggered starting from
      14.0 when falling back on the default LGPL-3.
      
      closes odoo/odoo#74231
      
      Related: odoo/enterprise#19850
      Related: odoo/design-themes#43
      Signed-off-by: default avatarXavier Dollé (xdo) <xdo@odoo.com>
      4f683968
  3. May 17, 2021
    • Victor Feyens's avatar
      [FIX] *: update documentation links Following the recent reorganisation of the... · 598dda32
      Victor Feyens authored
      [FIX] *: update documentation links Following the recent reorganisation of the documentation in 12.0+, the majority of the documents have been moved and their old links are no longer valid. Some redirection rules will soon be deployed, but those rules might be dropped in some years and we want the links to still work, which is why we still replace the links to the new ones.
      
      FW-Port of odoo/odoo#70675 (13.0)
      
      closes odoo/odoo#70728
      
      X-original-commit: 85c24961
      Related: odoo/enterprise#18283
      Signed-off-by: default avatarVictor Feyens (vfe) <vfe@odoo.com>
      598dda32
  4. Oct 23, 2020
  5. Oct 19, 2020
    • Swapnesh Shah's avatar
      [FIX] *: update document links · 7ac08486
      Swapnesh Shah authored
      
      Before this commit, links to the documentation were referenced the
      previous version, 13.0, instead of the current one, 14.0.
      
      Eventhough there is a redirection done by NGINX of a "versionless" URL
      to the latest one (e.g. /documentation/user/general/auth/google.html
      -> /documentation/user/14.0/general/auth/google.html as of today), the
      goal is to keep links owrking for users that will still be using the
      14.0 in three years (and should not endup on the 17.0 doc).
      
      closes odoo/odoo#59554
      
      Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
      7ac08486
  6. Sep 17, 2020
  7. Aug 25, 2020
    • Antoine Prieels's avatar
      [IMP] hw_*,point_of_sale: Cleaning IoT Box · 841c0169
      Antoine Prieels authored
      - Split driver.py to multiple files
      - Remove hw_proxy module as most of its routes were not used and
        move remaingin routes to a controller in hw_drivers
      - Add missing coding and license lines at the beginning of files
      - Reorder imports and remove unused ones
      - Rename device_id to device_identifier for clarity
      - Rename screen to display for consistency
      - Other minors improvements
      
      TaskID: 1973956
      841c0169
  8. Jul 06, 2020
  9. May 13, 2020
    • Antoine Prieels's avatar
      [IMP] hw_drivers: Easier detection of new devices · e1c52c93
      Antoine Prieels authored
      Until now, to detect new types of devices on the IoT Box, we had to
      modify driver.py. If partners wanted to connect a new type of device,
      they had to modify directly the files on the Box, meaning that after
      each new build they had to re-apply all their modifications.
      
      We remove the loops that detected the connected devices and replace
      them by `Interfaces`. All interfaces will be loaded from the connected
      Odoo instance with the corresponding drivers.
      
      TaskID: 2082282
      e1c52c93
  10. Mar 25, 2020
  11. Mar 23, 2020
    • Antoine Prieels's avatar
      [REV] hw_drivers, hw_posbox_homepage, pos: Remove MPD · 6413ef69
      Antoine Prieels authored
      This reverts commit 9d43308a8f6b521d3d18f7fc472303f58f56a0c3.
      
      No one should be using MPD in production at the moment but
      we'll still leave it in the buiold of the Box, just to be sure.
      
      X-original-commit: 129101815d5846d5b53148546b19bdd791f22aac
      6413ef69
  12. Mar 05, 2020
  13. Mar 02, 2020
  14. Feb 27, 2020
  15. Feb 24, 2020
  16. Jan 31, 2020
  17. Dec 05, 2019
  18. Oct 03, 2019
  19. Sep 25, 2019
  20. Sep 10, 2019
  21. Sep 04, 2019
  22. Sep 03, 2019
  23. Aug 28, 2019
  24. Aug 23, 2019
  25. Aug 12, 2019
  26. Jul 31, 2019
  27. Jul 11, 2019
  28. Jul 17, 2019
    • pha-odoo's avatar
      [IMP] iot: add iot serial drivers · c4aade63
      pha-odoo authored
      This commit adds a base serial and a base serial scale iot drivers,
      as well as drivers extending them for the two previously supported scales
      (ADAM EQUIPMENT AZEXTRA and TOLEDO 8217).
      
      Since just adding the new drivers creates a race condition
      between the old drivers and the new, the old drivers need to be removed.
      
      The IoT scale drivers need to be backward compatible and compatible with the community version,
      so client using an IoT box with those versions can still connect a scale to the PoS.
      
      Task: 1892412
      c4aade63
  29. Apr 02, 2019
    • lejeune quentin's avatar
      [IMP] IoT : IoT refactoring - With longpolling · 1f845e91
      lejeune quentin authored
      Improve the implementation of IoT.
      Allow both-direction communication between iot box and devices.
      
      Now a device can send its value / status as soon as it changes. Not only when he receives a request.
      
      Now the box have only 3 routes:
      
      /hw_drivers/action
      parameter: session_id, device_id, data
      used to ask at a device to make a action (take picture, make print, ect...)
      
      /hw_drivers/event
      parameter: listener
      listener is a dict where you have the session_id and a list of device_id to listen
      this route wait to answer that we call device_changed for a device_id with data or value
      
      /hw_drivers/box/connect
      parameter: token
      used to register the box to a Odoo database
      token contain the url of Odoo database and a unique number that allow the IoT Box
      to connect box in the hour
      
      task : 1906910
      1f845e91
  30. Jan 15, 2019
Loading