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

[17.0][MIG] web_environment_ribbon: Migration to 17.0 #2667

Merged
merged 65 commits into from
Nov 15, 2023

Commits on Nov 14, 2023

  1. [IMP] Change module name and every references to old name module in path

    ribbon_test_environment -> web_environment_ribbon
    OpenCode authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9806b96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    403efbb View commit details
    Browse the repository at this point in the history
  3. ADD web_environment_ribbon - Minor improvement of transparency to all…

    …ow top menu visibility
    ddico authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0caf075 View commit details
    Browse the repository at this point in the history
  4. Add missing default oca icons

    yvaucher authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4f708e4 View commit details
    Browse the repository at this point in the history
  5. [IMP] web_environment_ribbon: Add icon

    pedrobaeza authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1b8174e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ded76c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    869e28d View commit details
    Browse the repository at this point in the history
  8. [FIX] web_environment_ribbon : Fix menu_navbar overlap

    Set correct z-index on ribbon
    Move position accordingly
    
    Cf OCA#191
    hparfr authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    dcc38ad View commit details
    Browse the repository at this point in the history
  9. [IMP] web_environment_ribbon increase margin

    + 10px
    hparfr authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ca964e9 View commit details
    Browse the repository at this point in the history
  10. [UPD] prefix versions with 8.0

    sbidoul authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2ac935f View commit details
    Browse the repository at this point in the history
  11. [MIG] Make modules uninstallable

    pedrobaeza authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    02bb6ee View commit details
    Browse the repository at this point in the history
  12. [IMP] ribbon color customization (OCA#347)

    * [IMP] web_environment_ribbon: add color customization
    The ribbon color and background-color can be modified through system
    parameters:
     * ribbon.color
     * ribbon.background.color
    
    Added Copyright in .js
    Delete duplicate entries in css
    jabibi authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6a40699 View commit details
    Browse the repository at this point in the history
  13. [MIG] web_environment_ribbon

    antespi authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    dd9d985 View commit details
    Browse the repository at this point in the history
  14. [IMP] Make web_environment_ribbon more generic

    By creating the ribbon div on the fly, this module doesn't depend
    anymore on the webclient structure.
    Sylvain GARANCHER authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e81a587 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5329666 View commit details
    Browse the repository at this point in the history
  16. [9.0] [IMP] Web Environment Ribbon: support variables in ribbon name …

    …(eg db_name) (OCA#621)
    
    * [ADD] .eggs in gitignore
    
    * [IMP] Web Environment Ribbon: add backend
    This commit adds a simple bakend to facilitate inheritance
    
    * [IMP] Web Environment Ribbon: add the databse name
    This commit adds the database name under the ribbon name, in the ribbon
    
    * [IMP] Web Environment Ribbon: prepare method for ribbon name
    
    * [IMP] README: explain how to use db_name
    ThomasBinsfeld authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f666da7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c9a5382 View commit details
    Browse the repository at this point in the history
  18. [IMP] ribbon: better extensibility

    sbidoul authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cd6a781 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    96ac42f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9a39e80 View commit details
    Browse the repository at this point in the history
  21. [FIX][11.0] web_environment_ribbon (OCA#806)

    * [FIX] web_environment_ribbon: Fix to show the ribbon to every non-admin user
    
    * [FIX] web_environment_ribbon: Version number
    xavierjimenez authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9a6affb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5fe49a3 View commit details
    Browse the repository at this point in the history
  23. [UPD] Update web_environment_ribbon.pot

    oca-travis authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    dc3ea21 View commit details
    Browse the repository at this point in the history
  24. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100,0% (4 of 4 strings)
    
    Translation: web-11.0/web-11.0-web_environment_ribbon
    Translate-URL: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_environment_ribbon/pt_BR/
    Rodrigo Macedo authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5cad2fe View commit details
    Browse the repository at this point in the history
  25. [MIG] web_environment_ribbon: Migration to 12.0

    [MIG] web_environment_ribbon: Migration to 12.0
    
    [FIX] Default value for ribbon.name if not exists
    
    [FIX] Hide ribbon when ribbon.name is false or not existing
    
    [FIX] Remove copyright flag on __init__ files
    
    [REM] Debugging logs
    
    [REM] Make quotes inconsistant again and change sequence of data files in manifest
    tarteo authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e974782 View commit details
    Browse the repository at this point in the history
  26. [UPD] README.rst

    [UPD] Update web_environment_ribbon.pot
    
    Update translation files
    
    Updated by Update PO files to match POT (msgmerge) hook in Weblate.
    
    [UPD] README.rst
    OCA-git-bot authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    28ee729 View commit details
    Browse the repository at this point in the history
  27. Added translation using Weblate (Spanish)

    eduardgm authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f0c6e7c View commit details
    Browse the repository at this point in the history
  28. Translated using Weblate (Spanish)

    Currently translated at 100.0% (4 of 4 strings)
    
    Translation: web-12.0/web-12.0-web_environment_ribbon
    Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_environment_ribbon/es/
    eduardgm authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3ca8ddc View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9fd8fea View commit details
    Browse the repository at this point in the history
  30. Translated using Weblate (Portuguese)

    Currently translated at 75.0% (3 of 4 strings)
    
    Translation: web-12.0/web-12.0-web_environment_ribbon
    Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_environment_ribbon/pt/
    pedrocs-exo authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    887c994 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a75e077 View commit details
    Browse the repository at this point in the history
  32. Translated using Weblate (Chinese (Simplified))

    Currently translated at 100.0% (4 of 4 strings)
    
    Translation: web-12.0/web-12.0-web_environment_ribbon
    Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_environment_ribbon/zh_CN/
    liweijie0812 authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2f71c26 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    75d06fe View commit details
    Browse the repository at this point in the history
  34. [UPD] Update web_environment_ribbon.pot

    oca-travis authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cc58e17 View commit details
    Browse the repository at this point in the history
  35. [UPD] README.rst

    OCA-git-bot authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    425c6cf View commit details
    Browse the repository at this point in the history
  36. pre-commit, black, isort

    OCA-git-bot authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    29fd40d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    839f5f7 View commit details
    Browse the repository at this point in the history
  38. [FIX] web_dialog_size js warnings

    emagdalenaC2i authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a92eb19 View commit details
    Browse the repository at this point in the history
  39. [IMP] pre-commit run after update

    Includes some manual fixes to silent ESLint warnings.
    Jairo Llopis authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a4bf041 View commit details
    Browse the repository at this point in the history
  40. Added translation using Weblate (Catalan)

    eduardgm authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f2d482c View commit details
    Browse the repository at this point in the history
  41. Translated using Weblate (Catalan)

    Currently translated at 100.0% (4 of 4 strings)
    
    Translation: web-13.0/web-13.0-web_environment_ribbon
    Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_environment_ribbon/ca/
    eduardgm authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8322578 View commit details
    Browse the repository at this point in the history
  42. pre-commit update: prettier xml indent

    sbidoul authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d03c812 View commit details
    Browse the repository at this point in the history
  43. [UPD] README.rst

    OCA-git-bot authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d8028dd View commit details
    Browse the repository at this point in the history
  44. [UPD] README.rst

    OCA-git-bot authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5115cb1 View commit details
    Browse the repository at this point in the history
  45. Translated using Weblate (German)

    Currently translated at 100.0% (4 of 4 strings)
    
    Translation: web-13.0/web-13.0-web_environment_ribbon
    Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_environment_ribbon/de/
    didierdonze authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d01272c View commit details
    Browse the repository at this point in the history
  46. [IMP] web_environment_ribbon: Prettier

    fuentes73 authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    65ba1d4 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    7477b71 View commit details
    Browse the repository at this point in the history
  48. [UPD] Update web_environment_ribbon.pot

    oca-travis authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8cd4871 View commit details
    Browse the repository at this point in the history
  49. [UPD] README.rst

    OCA-git-bot authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f36f228 View commit details
    Browse the repository at this point in the history
  50. Translated using Weblate (Dutch)

    Currently translated at 75.0% (3 of 4 strings)
    
    Translation: web-14.0/web-14.0-web_environment_ribbon
    Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_environment_ribbon/nl_NL/
    bosd authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    73eea9d View commit details
    Browse the repository at this point in the history
  51. Added translation using Weblate (Dutch)

    bosd authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c9083e1 View commit details
    Browse the repository at this point in the history
  52. Translated using Weblate (Dutch)

    Currently translated at 100.0% (4 of 4 strings)
    
    Translation: web-14.0/web-14.0-web_environment_ribbon
    Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_environment_ribbon/nl/
    bosd authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    008c6bb View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    e56f524 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    c184664 View commit details
    Browse the repository at this point in the history
  55. [UPD] Update web_environment_ribbon.pot

    oca-ci authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    fc05b0d View commit details
    Browse the repository at this point in the history
  56. [UPD] README.rst

    OCA-git-bot authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0a0a385 View commit details
    Browse the repository at this point in the history
  57. [15.0][MIG] web_widget_bokeh_chart

    ChrisOForgeFlow authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3385b5b View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    14b3bf9 View commit details
    Browse the repository at this point in the history
  59. [UPD] README.rst

    OCA-git-bot authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1b888a1 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    08462fa View commit details
    Browse the repository at this point in the history
  61. Translated using Weblate (Croatian)

    Currently translated at 100.0% (4 of 4 strings)
    
    Translation: web-16.0/web-16.0-web_environment_ribbon
    Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_environment_ribbon/hr/
    badbole authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    32810eb View commit details
    Browse the repository at this point in the history
  62. [UPD] README.rst

    OCA-git-bot authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7f3a521 View commit details
    Browse the repository at this point in the history
  63. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: web-16.0/web-16.0-web_environment_ribbon
    Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_environment_ribbon/
    weblate authored and rven committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9bf8f19 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    85534cc View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    6ab8325 View commit details
    Browse the repository at this point in the history