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

[MIG] web_environment_ribbon: Migration to 15.0 #2055

Merged
merged 55 commits into from
Nov 15, 2021

Commits on Nov 15, 2021

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

    ribbon_test_environment -> web_environment_ribbon
    OpenCode authored and ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    bc4fe7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab89785 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 ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    3e68e74 View commit details
    Browse the repository at this point in the history
  4. Add missing default oca icons

    yvaucher authored and ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    5a7c8c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ebea85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e41391 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    832451a 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 ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    3e23034 View commit details
    Browse the repository at this point in the history
  9. [IMP] web_environment_ribbon increase margin

    + 10px
    hparfr authored and ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    5f7ffc5 View commit details
    Browse the repository at this point in the history
  10. [UPD] prefix versions with 8.0

    sbidoul authored and ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    f210424 View commit details
    Browse the repository at this point in the history
  11. [MIG] Make modules uninstallable

    pedrobaeza authored and ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    6b03f86 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 ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    4f5d9ed View commit details
    Browse the repository at this point in the history
  13. [MIG] web_environment_ribbon

    antespi authored and ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    0561afc 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 ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    2a1448b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    64b9869 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 ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    2c16ec1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4e5c420 View commit details
    Browse the repository at this point in the history
  18. [IMP] ribbon: better extensibility

    sbidoul authored and ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    3c2fc11 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9b93179 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b791a1d 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 ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    ffa8092 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    32b81af View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1745475 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 ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    f1cd9f5 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 ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    257c03b 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 ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    5ad4675 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    44445ae 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 ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    a1459ac View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    751988d 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 ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    f3ce718 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9951c5e 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 ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    be9a384 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    6ec4f0e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d9c602b View commit details
    Browse the repository at this point in the history
  35. [UPD] README.rst

    OCA-git-bot authored and ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    a647456 View commit details
    Browse the repository at this point in the history
  36. pre-commit, black, isort

    OCA-git-bot authored and ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    fa96eb2 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    0ee2bce View commit details
    Browse the repository at this point in the history
  38. [FIX] web_dialog_size js warnings

    emagdalenaC2i authored and ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    e90bfae 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 ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    91d87dc View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    ed324b1 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 ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    1bb9b34 View commit details
    Browse the repository at this point in the history
  42. pre-commit update: prettier xml indent

    sbidoul authored and ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    6893b58 View commit details
    Browse the repository at this point in the history
  43. [UPD] README.rst

    OCA-git-bot authored and ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    996abf5 View commit details
    Browse the repository at this point in the history
  44. [UPD] README.rst

    OCA-git-bot authored and ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    4d95fc9 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 ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    227230d View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    23b0aae View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    98865cb View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    9d29263 View commit details
    Browse the repository at this point in the history
  49. [UPD] README.rst

    OCA-git-bot authored and ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    44f273d 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 ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    adca8f7 View commit details
    Browse the repository at this point in the history
  51. Added translation using Weblate (Dutch)

    bosd authored and ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    87a4a78 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 ap-wtioit committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    3b1cfc6 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    7518f83 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    fcb8c6e View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    387d45e View commit details
    Browse the repository at this point in the history