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

[16.0][MIG] - shopfloor_mobile_base #694

Merged
merged 223 commits into from
May 2, 2024

Commits on May 2, 2024

  1. shopfloor_mobile: split base

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7243904 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    056c15a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    945762e View commit details
    Browse the repository at this point in the history
  4. shopfloor: update descriptions

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ffca741 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50e01b6 View commit details
    Browse the repository at this point in the history
  6. shopfloor_mobile: fix assets path

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    75f3e10 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5b7e4f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea2a20e View commit details
    Browse the repository at this point in the history
  9. Add shopfloor_workstation_mobile

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    bf9035a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d084fcc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eed4c27 View commit details
    Browse the repository at this point in the history
  12. sf_mobile_base: remove workstation pt1

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8ae6e54 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a693ef5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c98154e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dde119d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8d670d3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9a51e40 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    57a0167 View commit details
    Browse the repository at this point in the history
  19. sf_mobile_base: refactor stored config handling

    * add config registry
    * refactor special properties which are stored on root and in browser
    storage
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    cdcf45f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d4767bf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3f7f02f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e003bec View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    87c2e60 View commit details
    Browse the repository at this point in the history
  24. sf_mobile_base: add utils registry

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e00587f View commit details
    Browse the repository at this point in the history
  25. shopfloor: split wms utils

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8756da9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    89723f7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3af142c View commit details
    Browse the repository at this point in the history
  28. sf_mobile_base: fix favicon path

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f02cfca View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    0d5a2fe View commit details
    Browse the repository at this point in the history
  30. sf_mobile_base: add some TODOs

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f9ddaef View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a4c97c4 View commit details
    Browse the repository at this point in the history
  32. [UPD] README.rst

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b998133 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ae45ace View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    1b4de57 View commit details
    Browse the repository at this point in the history
  35. shopfloor_mobile_base 13.0.1.9.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    67dbdab View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    93710d7 View commit details
    Browse the repository at this point in the history
  37. sf_mobile_base: searchbar preserve focus on state refresh

    When clicking on a button in a scenario state
    is not granted the whole screen gets refreshed
    and that the input field of the searchbar
    gets its focus back.
    Make sure it's always preserved.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    afb7647 View commit details
    Browse the repository at this point in the history
  38. shopfloor_mobile_base 13.0.1.9.1

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    bfb74cb View commit details
    Browse the repository at this point in the history
  39. sf_mobile_base: prevent scan multiple times

    The scanning interface uses a simple input text
    which is valued and submitted by the scanning device automatically.
    While sending the request the focus stays on the input
    hence if the user scans multiple times the same barcode
    multiple requests are sent to the backend.
    
    This change prevents this by checking if the app
    is still waiting for data from the backend.
    
    By doing so, several conflict errors are avoided
    because the same action cannot be applied twice or more
    for the same endpoint till the UI is unlocked.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1e2caa3 View commit details
    Browse the repository at this point in the history
  40. shopfloor_mobile_base 13.0.1.9.2

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f7be8c2 View commit details
    Browse the repository at this point in the history
  41. sf_mobile_base: name apikey input

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    74dbe18 View commit details
    Browse the repository at this point in the history
  42. sf_mobile_base: name settings btns

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e780bb3 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    b85745e View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    57f5eec View commit details
    Browse the repository at this point in the history
  45. sf_mobile_base: fix nav item comp props type

    The components work but Vue parser thows an error
    because what it receives is not an Array but an Object.
    And that's right!
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    50e92eb View commit details
    Browse the repository at this point in the history
  46. sf_mobile_base: fix router auth guard

    The router checks if a certain route requires auth.
    This is working in the sense that you cannot do any action
    if you are not logged in. Still, you are able to reach the page.
    The fix is quite easy: never call 'next()'
    if you are not allowed to see the page.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    78bf5a4 View commit details
    Browse the repository at this point in the history
  47. sf_mobile_base: user session info specific component

    Move session info regarding user to its own reusable component.
    Also, display profile and quick switch to change profile
    at the bottom of the drawer menu.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    dad4392 View commit details
    Browse the repository at this point in the history
  48. shopfloor_mobile_base 13.0.1.10.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a574bbb View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    7e523c2 View commit details
    Browse the repository at this point in the history
  50. shopfloor_mobile_base 13.0.1.10.1

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9b675fe View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    70eab67 View commit details
    Browse the repository at this point in the history
  52. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (5 of 5 strings)
    
    Translation: wms-13.0/wms-13.0-shopfloor_mobile_base
    Translate-URL: https://translation.odoo-community.org/projects/wms-13-0/wms-13-0-shopfloor_mobile_base/es_AR/
    ibuioli authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1cf53c3 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    5cbccbe View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    b668b50 View commit details
    Browse the repository at this point in the history
  55. shopfloor_mobile_base: fix eslint config

    Add Vue* as global and allow import modules
    be more flexible for no unsed vars in function
    argurments and allow spread operator
    hparfr authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3817902 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    e4d6478 View commit details
    Browse the repository at this point in the history
  57. [UPD] README.rst

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d178149 View commit details
    Browse the repository at this point in the history
  58. shopfloor_mobile_base 14.0.1.0.1

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5042f86 View commit details
    Browse the repository at this point in the history
  59. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: wms-14.0/wms-14.0-shopfloor_mobile_base
    Translate-URL: https://translation.odoo-community.org/projects/wms-14-0/wms-14-0-shopfloor_mobile_base/
    oca-transbot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4123bfb View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    bab4365 View commit details
    Browse the repository at this point in the history
  61. [UPD] README.rst

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d09fe25 View commit details
    Browse the repository at this point in the history
  62. shopfloor_mobile_base 14.0.1.1.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e731eff View commit details
    Browse the repository at this point in the history
  63. sf_mobile_base: fix vuetify warning

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    70ec69c View commit details
    Browse the repository at this point in the history
  64. sf_mobile_base: base for url and auth override

    1st step towards allowing different URL for the app
    and different auth mechanism.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0fa0398 View commit details
    Browse the repository at this point in the history
  65. sf_mobile_base: no harcoded headers into odoo service

    Headers should be passed only where needed when needed.
    The Odoo service should be agnostic.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3d5d7a0 View commit details
    Browse the repository at this point in the history
  66. sf_mobile_base: add auth handler registry

    Provide a way to plug custom auth from third party.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7ec9b3d View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    b87d200 View commit details
    Browse the repository at this point in the history
  68. shopfloor_mobile_base 14.0.1.2.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    63ef5f9 View commit details
    Browse the repository at this point in the history
  69. sf_mobile_base: fix demo core data

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    fb9f9b2 View commit details
    Browse the repository at this point in the history
  70. [IMP] shopfloor_mobile_base: detail card improvement

    This commit is a port of a chunk from 14e674b
    (on 13.0) with a different commit message.
    TDu authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d6be779 View commit details
    Browse the repository at this point in the history
  71. shopfloor_mobile_base 14.0.1.2.1

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e796cca View commit details
    Browse the repository at this point in the history
  72. shopfloor_mobile_base 14.0.1.3.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    792d9bc View commit details
    Browse the repository at this point in the history
  73. Add sf_mobile_base_auth_api_key: decouple auth

    Third party modules can now provide their own authentication.
    A default one via API key is provided by shopfloor_mobile_base_auth_api_key.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d62ec89 View commit details
    Browse the repository at this point in the history
  74. sf_mobile_base: unify logged in check

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7690ab8 View commit details
    Browse the repository at this point in the history
  75. sf_mobile_base: refactor login logic

    * use events
    * rely on auth handler to provide specific logic
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    6a60852 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    0a65ba6 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    766aa7f View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    1e4bbad View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    860a19c View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    e14309b View commit details
    Browse the repository at this point in the history
  81. shopfloor_mobile_base: drop debug line

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9709e48 View commit details
    Browse the repository at this point in the history
  82. [UPD] README.rst

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    be50031 View commit details
    Browse the repository at this point in the history
  83. sf_mobile_base: cleanup new login api

    Make it more consistent, rename some private func.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    261ac25 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    53bacff View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    d63b654 View commit details
    Browse the repository at this point in the history
  86. sf_mobile_base: unify menu lookup

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1a6a3c2 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    c24d4d6 View commit details
    Browse the repository at this point in the history
  88. shopfloor_mobile_base 14.0.1.4.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1eb96d7 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    4092512 View commit details
    Browse the repository at this point in the history
  90. sf_mobile_base: fix device zoom

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c48a142 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    c1368a1 View commit details
    Browse the repository at this point in the history
  92. shopfloor_mobile_base 14.0.1.4.1

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f4cbeba View commit details
    Browse the repository at this point in the history
  93. sf_mobile_base: fix some btn colors

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b232580 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    8a3204e View commit details
    Browse the repository at this point in the history
  95. shopfloor_mobile_base 14.0.1.5.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ff30a37 View commit details
    Browse the repository at this point in the history
  96. sf_mobile_base: fix theme load

    Yet another bunch of typos
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1b73188 View commit details
    Browse the repository at this point in the history
  97. shopfloor_mobile_base 14.0.1.5.1

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    13dcfb3 View commit details
    Browse the repository at this point in the history
  98. shopfloor_mobile_base: add translation_registry.load

    This method is usefull to load additional translations json files from addons that extends shopfloor_mobile_base.
    lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7621803 View commit details
    Browse the repository at this point in the history
  99. shopfloor_mobile_base: fix scenario state load

    The init state is called by the  bedoreRouteUpdate method of the router. At this stage, the new route is not yet set into the contexte and therefore, the menu item id is still the one from the previous route. To ensure that the new menu id is properly set before the init state is entered, we force the menu id to the one of the new route. Call to odoo into the enter method of the init state will be made with the right menu id into the request headers.
    
    fixes OCA#359
    lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    70d6a08 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    f4eba6c View commit details
    Browse the repository at this point in the history
  101. [UPD] README.rst

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    da6dc5f View commit details
    Browse the repository at this point in the history
  102. shopfloor_mobile_base 14.0.1.6.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a795ae4 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    938ed34 View commit details
    Browse the repository at this point in the history
  104. shopfloor_mobile_base 14.0.1.7.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4f76375 View commit details
    Browse the repository at this point in the history
  105. shopfloor_mobile_base 14.0.1.7.1

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8449a2b View commit details
    Browse the repository at this point in the history
  106. Fix shopfloor edit picking carrier form

    There is an issue with the get url on the form although there is two url
    options one with `/get` at the end and one without. Only the former works.
    The one not working returns a 405.
    This is why the call is changed in the js file.
    
    Another problem for both url is their route are recorded with <int:id>
    instead of <int:_id> wich is the default for a get route to work with
    the `base_rest` module.
    The workaround for this is to add a validator for the `id` parameter.
    TDu authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e9cdde3 View commit details
    Browse the repository at this point in the history
  107. shopfloor_mobile_base 14.0.1.7.2

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    fa4ca75 View commit details
    Browse the repository at this point in the history
  108. shopfloor_base: add app backend

    This is the base to provide specific settings by app.
    For instance, today you cannot control which users
    can use the app or provide any extra global settings
    without adding a specific parameters.
    
    Opens the door to better management of the app
    and to manage multiple apps on the same instance.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b88631a View commit details
    Browse the repository at this point in the history
  109. sf_mobile_base: fix _get_app_version in dev mode

    When developing the path of the module might be not the right one
    and you might get an error and fallback to 'dev' version.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1da61bb View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    0512018 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    20c0bf0 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    5d60c31 View commit details
    Browse the repository at this point in the history
  113. shopfloor.app: register only static routes

    Static routes are way better as we don't risk to mess up
    identical route paths w/ different kinds of auth.
    It's also easier to handle the cleanup of the routes
    when we have to.
    
    This makes having 2 api_route fields useless
    and allows to show real paths in the developer tab
    which is way better in terms of end user info.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ed689d6 View commit details
    Browse the repository at this point in the history
  114. sf_mobile_base: profile required only when needed

    The shopfloor.app now states if the profile is required.
    If not, don't bother asking for a profile.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0ff0668 View commit details
    Browse the repository at this point in the history
  115. shopfloor.app: fix manifest url

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    dddf412 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    b837052 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    25abf2c View commit details
    Browse the repository at this point in the history
  118. sf_mobile_base: use sf.app name

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    74465a2 View commit details
    Browse the repository at this point in the history
  119. sf_mobile_base: fix demo mode enable

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    10e5abd View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    2f76114 View commit details
    Browse the repository at this point in the history
  121. sf_mobile_base: fix html title

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d9d1ca3 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    290305e View commit details
    Browse the repository at this point in the history
  123. sf_mobile_base: decouple event_hub

    Use event_hub explicitly where needed.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4740dec View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    c97090c View commit details
    Browse the repository at this point in the history
  125. sf_mobile_base: fetch bypass load state optionally

    Sometimes you want to make XHR calls in background
    w/out fading out the screen and showing a spinner.
    Just making this possible.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ca38ce1 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    ebeb8a5 View commit details
    Browse the repository at this point in the history
  127. sf_mobile_base: emit sync event

    Also, plan renaming /user_config to /sync
    as this endpoint can be considered a sync hook
    for any kind of data.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e5c94c6 View commit details
    Browse the repository at this point in the history
  128. sf_mobile_base: fix screen bg class

    Using grey or other literal colors in :class directive does not work
    because Vue tries to transform it and requires hex color there :/
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    032157d View commit details
    Browse the repository at this point in the history
  129. sf_mobile_base: improve odoo demo data handler

    Prefix all mocked methods to avoid overriding inherited ones (eg: 'get')
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    018e701 View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    1a2c451 View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    93a50f5 View commit details
    Browse the repository at this point in the history
  132. shopfloor_mobile_base: 14.0.2.0.0

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    cad387f View commit details
    Browse the repository at this point in the history
  133. [UPD] Update shopfloor_mobile_base.pot

    oca-ci authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    98f64e8 View commit details
    Browse the repository at this point in the history
  134. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: wms-14.0/wms-14.0-shopfloor_mobile_base
    Translate-URL: https://translation.odoo-community.org/projects/wms-14-0/wms-14-0-shopfloor_mobile_base/
    oca-transbot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    25c72af View commit details
    Browse the repository at this point in the history
  135. sf_mobile_base: add event on drawer transition

    to have a way to easily identify whether
    the drawer is open or closed, as well as
    applying logic on transition
    JuMiSanAr authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3eb1bac View commit details
    Browse the repository at this point in the history
  136. shopfloor_mobile_base 14.0.2.1.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5c8494a View commit details
    Browse the repository at this point in the history
  137. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (7 of 7 strings)
    
    Translation: wms-14.0/wms-14.0-shopfloor_mobile_base
    Translate-URL: https://translation.odoo-community.org/projects/wms-14-0/wms-14-0-shopfloor_mobile_base/es_AR/
    ibuioli authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5f39daa View commit details
    Browse the repository at this point in the history
  138. shopfloor_mobile_base: update load method in translation registry

    This method now allows the possibility to load entire
    translation files without overriding any existing
    translations
    JuMiSanAr authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    032e52c View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    772eeff View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    4d66242 View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    a3e2e89 View commit details
    Browse the repository at this point in the history
  142. shopfloor_mobile_base 14.0.2.2.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c434853 View commit details
    Browse the repository at this point in the history
  143. shopfloor_mobile_base 14.0.2.2.1

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    aea9f2f View commit details
    Browse the repository at this point in the history
  144. shopfloor_mobile_base 14.0.2.2.2

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4f046db View commit details
    Browse the repository at this point in the history
  145. Configuration menu
    Copy the full SHA
    245a3ff View commit details
    Browse the repository at this point in the history
  146. shopfloor_mobile_base: persist user language

    If the user selects a language in the application,
    it will persist on logout & on page refresh
    until it's changed again
    JuMiSanAr authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b948324 View commit details
    Browse the repository at this point in the history
  147. shopfloor_mobile_base 14.0.2.2.3

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7f03f88 View commit details
    Browse the repository at this point in the history
  148. shopfloor_mobile_base 14.0.2.3.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2a19a5f View commit details
    Browse the repository at this point in the history
  149. shopfloor_base: move version and info to core

    * _make_app_info belongs to the core now making possible to ease override per app
    * app_version belongs to core as well since the version is a critical info for such an app
    
    As a consiquence all the utils have been moved to core
    and useless overrides in sf_mobile_base have been discarded.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    69bb803 View commit details
    Browse the repository at this point in the history
  150. [UPD] Update shopfloor_mobile_base.pot

    oca-ci authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3c521d2 View commit details
    Browse the repository at this point in the history
  151. shopfloor_mobile_base 14.0.2.4.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3fb45de View commit details
    Browse the repository at this point in the history
  152. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: wms-14.0/wms-14.0-shopfloor_mobile_base
    Translate-URL: https://translation.odoo-community.org/projects/wms-14-0/wms-14-0-shopfloor_mobile_base/
    oca-transbot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    eb65226 View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    557ab39 View commit details
    Browse the repository at this point in the history
  154. sf_mobile_base: fix home translations

    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0f35940 View commit details
    Browse the repository at this point in the history
  155. sf_mobile_base: hide fullscreen btn by default

    Also, introduce 'app_options' in the global mixin.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    93082cc View commit details
    Browse the repository at this point in the history
  156. Configuration menu
    Copy the full SHA
    cd881bf View commit details
    Browse the repository at this point in the history
  157. shopfloor_mobile_base 14.0.2.5.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f37ecb6 View commit details
    Browse the repository at this point in the history
  158. shopfloor*: fix datetime handling

    Datetime should always be UTC
    to allow the frontend to handle them in the same way
    no matter how they are serialized.
    
    Requires OCA/server-tools#2332
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    271c6f8 View commit details
    Browse the repository at this point in the history
  159. shopfloor_mobile_base 14.0.2.5.1

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    dfaff07 View commit details
    Browse the repository at this point in the history
  160. Configuration menu
    Copy the full SHA
    f108aeb View commit details
    Browse the repository at this point in the history
  161. shopfloor_mobile_base 14.0.3.0.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4215d96 View commit details
    Browse the repository at this point in the history
  162. Configuration menu
    Copy the full SHA
    4f3cea3 View commit details
    Browse the repository at this point in the history
  163. [UPD] README.rst

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0600911 View commit details
    Browse the repository at this point in the history
  164. shopfloor_mobile_base 14.0.3.1.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7af1ff9 View commit details
    Browse the repository at this point in the history
  165. Configuration menu
    Copy the full SHA
    25992b0 View commit details
    Browse the repository at this point in the history
  166. Configuration menu
    Copy the full SHA
    9df7979 View commit details
    Browse the repository at this point in the history
  167. shopfloor_mobile_base: dynamic storage type

    The config_registry can now make use of localStorage for data that must persist for a longer time than what's allowed by sessionStorage.
    JuMiSanAr authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    276fe62 View commit details
    Browse the repository at this point in the history
  168. Configuration menu
    Copy the full SHA
    75a3bd0 View commit details
    Browse the repository at this point in the history
  169. Configuration menu
    Copy the full SHA
    4922b79 View commit details
    Browse the repository at this point in the history
  170. shopfloor_mobile_base 14.0.3.2.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ae9be35 View commit details
    Browse the repository at this point in the history
  171. shopfloor_mobile_base 14.0.3.3.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8f5fe56 View commit details
    Browse the repository at this point in the history
  172. Configuration menu
    Copy the full SHA
    bdf88dd View commit details
    Browse the repository at this point in the history
  173. shopfloor_mobile_base 14.0.3.4.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2779d03 View commit details
    Browse the repository at this point in the history
  174. Configuration menu
    Copy the full SHA
    9f1bb1a View commit details
    Browse the repository at this point in the history
  175. Configuration menu
    Copy the full SHA
    865b27c View commit details
    Browse the repository at this point in the history
  176. Configuration menu
    Copy the full SHA
    efc20c0 View commit details
    Browse the repository at this point in the history
  177. shopfloor_mobile_base 14.0.3.5.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    421a930 View commit details
    Browse the repository at this point in the history
  178. sf_mobile_base: add version and user header to requests

    Having this information makes easier to track down who did what
    and with which version.
    
    Not every operation done on the backend by an endpoint
    will use the real user or uses the ORM.
    
    With this change and some logging you can track down all you need.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1ab1e56 View commit details
    Browse the repository at this point in the history
  179. Configuration menu
    Copy the full SHA
    c882597 View commit details
    Browse the repository at this point in the history
  180. shopfloor_mobile_base 14.0.3.6.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e922a93 View commit details
    Browse the repository at this point in the history
  181. shopfloor_mobile_base 14.0.3.7.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    47e5ea2 View commit details
    Browse the repository at this point in the history
  182. sf_mobile_base: add report issue action

    When users have troubles w/ the app
    having an easy way to report an issue
    with proper technical info is very handy.
    
    Here we go by using direct emails
    so that if there's an issue w/ the service
    you bypass it completely.
    
    You can enable and customized it via shopfloor_app_info params.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    efbd77a View commit details
    Browse the repository at this point in the history
  183. Configuration menu
    Copy the full SHA
    983116b View commit details
    Browse the repository at this point in the history
  184. Configuration menu
    Copy the full SHA
    5bafa36 View commit details
    Browse the repository at this point in the history
  185. shopfloor_mobile_base 14.0.3.7.1

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8abede0 View commit details
    Browse the repository at this point in the history
  186. shopfloor_mobile_base 14.0.3.8.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7d9c08f View commit details
    Browse the repository at this point in the history
  187. shopfloor_mobile_base: control virtual keyboard display

    On an android device having no physical keyboard, the virtual keyboard
    (Gboard) is always displayed by default when an input field has focus
    which is what we have on each screen when something must be scanned.
    
    This change hides by default the virtual keyboard while keeping focus to
    collect the scanned input. The field shows a glowing light red to
    indicate that it is ready to collect a scanned input.
    When clicking on the input field already having the focus, this will
    toggle the virtual keyboard and a cursor in the input field. You can
    still scan the input. If the input field lost the focus and you click on
    it, it will only acquire the focus for scanning.
    jbaudoux authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a0c336e View commit details
    Browse the repository at this point in the history
  188. shopfloor_mobile_base_auth_api_key: fix login form security

    Set login input type to password.
    This prevents Gboard to store the api key in the local dictionnary.
    jbaudoux authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    058f1ca View commit details
    Browse the repository at this point in the history
  189. Configuration menu
    Copy the full SHA
    b156b42 View commit details
    Browse the repository at this point in the history
  190. sf_mobile_base: fix missing header Accept-Language

    We must always send the current language
    to get data translated properly.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2b37759 View commit details
    Browse the repository at this point in the history
  191. shopfloor_mobile_base 14.0.3.9.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    df089e1 View commit details
    Browse the repository at this point in the history
  192. shopfloor_mobile_base: fix registry replace

    TDu authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3643236 View commit details
    Browse the repository at this point in the history
  193. shopfloor_mobile_base 14.0.3.9.1

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1858b02 View commit details
    Browse the repository at this point in the history
  194. shopfloor_mobile_base 14.0.3.10.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9f0b210 View commit details
    Browse the repository at this point in the history
  195. Configuration menu
    Copy the full SHA
    d26b376 View commit details
    Browse the repository at this point in the history
  196. Configuration menu
    Copy the full SHA
    21750f7 View commit details
    Browse the repository at this point in the history
  197. Configuration menu
    Copy the full SHA
    6fab078 View commit details
    Browse the repository at this point in the history
  198. shopfloor_mobile_base 14.0.3.11.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1096974 View commit details
    Browse the repository at this point in the history
  199. Configuration menu
    Copy the full SHA
    d5cc98e View commit details
    Browse the repository at this point in the history
  200. Configuration menu
    Copy the full SHA
    ddb01ac View commit details
    Browse the repository at this point in the history
  201. shopfloor_mobile_base 14.0.3.12.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d5ce5ee View commit details
    Browse the repository at this point in the history
  202. shopfloor_mobile: Qty picker initial quantity

    Co-authored-by: Juan Miguel Sánchez Arce <[email protected]>
    
    Allow to initialise the quantity done in the quantity picker.
    Always show the quantity todo next to the done quantity.
    jbaudoux authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0a491f6 View commit details
    Browse the repository at this point in the history
  203. shopfloor_mobile: selected move line color

    Adapt the color of the move line based on the quantity done vs todo.
    Use different colors if less, equal or greater.
    jbaudoux authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8a23980 View commit details
    Browse the repository at this point in the history
  204. shopfloor_mobile_base 14.0.3.13.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    35b5579 View commit details
    Browse the repository at this point in the history
  205. Configuration menu
    Copy the full SHA
    383037c View commit details
    Browse the repository at this point in the history
  206. shopfloor_mobile_base 14.0.3.13.1

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    655932a View commit details
    Browse the repository at this point in the history
  207. shopfloor_mobile: improve list-item action handling

    You can now decide if the action goes to the left or the right of the title.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    81d9b39 View commit details
    Browse the repository at this point in the history
  208. shopfloor_mobile_base 14.0.3.14.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ad9020e View commit details
    Browse the repository at this point in the history
  209. shopfloor_mobile_base: fix searchbar autofocus

    When clicking on other elements (eg: btn) re-gain focus
    after an update.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9441f06 View commit details
    Browse the repository at this point in the history
  210. Configuration menu
    Copy the full SHA
    3712583 View commit details
    Browse the repository at this point in the history
  211. shopfloor_mobile_base 14.0.3.14.1

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a326d79 View commit details
    Browse the repository at this point in the history
  212. Configuration menu
    Copy the full SHA
    2d57102 View commit details
    Browse the repository at this point in the history
  213. shopfloor_mobile_base 14.0.3.14.2

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    dbd6c0f View commit details
    Browse the repository at this point in the history
  214. shopfloor_mobile_base: fix searchbar autofocus pt2

    When you click on other elements on the page
    the focus is normally obtainable via the  binding.
    However, when  triggers a screen reload after an api call
    that is not enough.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4a741c0 View commit details
    Browse the repository at this point in the history
  215. shopfloor_mobile_base 14.0.3.14.3

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d03d821 View commit details
    Browse the repository at this point in the history
  216. shopfloor_mobile_base: fix headers extension

    Before this change all the default headers (lang, version, uid)
    were not passing when 'headers' were declared in 'odoo_params'.
    Basically all the calls from sf_mobile's scenario were missing them.
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3e88109 View commit details
    Browse the repository at this point in the history
  217. Configuration menu
    Copy the full SHA
    d260bfa View commit details
    Browse the repository at this point in the history
  218. sf_mobile_base: make demo menu required

    The fake menu id is now mandatory.
    This addresses 2 issues:
    
    1. was not possible to register demo cases for the same scenario from different modules
    2. there were 2 ways for registering cases and menu items were not so clear in the end
    simahawk authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2140ae8 View commit details
    Browse the repository at this point in the history
  219. shopfloor_mobile_base 14.0.3.15.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ed9a23f View commit details
    Browse the repository at this point in the history
  220. shopfloor_mobile_base 14.0.3.15.1

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0e8779c View commit details
    Browse the repository at this point in the history
  221. shopfloor_mobile_base 14.0.3.16.0

    OCA-git-bot authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    39dd2d6 View commit details
    Browse the repository at this point in the history
  222. [16.0][MIG] - shopfloor_mobile_base

    sbejaoui authored and lmignon committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2dcc776 View commit details
    Browse the repository at this point in the history
  223. Configuration menu
    Copy the full SHA
    78b1cb1 View commit details
    Browse the repository at this point in the history