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][FIX] upgrade_analysis: blacklist + no reinstall + UI tweaks #2739

Open
wants to merge 3 commits into
base: 16.0
Choose a base branch
from

Commits on Oct 22, 2024

  1. [FIX] upgrade_analysis: Add to blacklist deprecated modules

    Odoo has deprecated such modules with a pre-hook raising an error, so
    they are not installable anymore.
    
    This way, we avoid them to be included in the Install Modules Wizard.
    pedrobaeza committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    709a50c View commit details
    Browse the repository at this point in the history
  2. [IMP] upgrade_analysis: Don't reinstall installed modules

    If a module is already installed, there's no need of reinstalling it.
    pedrobaeza committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b400590 View commit details
    Browse the repository at this point in the history
  3. [FIX] upgrade_analysis: Proper UI in forms

    The colspan property of some UI elements were not correctly adjusted to
    the v16 sytem.
    
    This commits fixes it.
    pedrobaeza committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    673bbfa View commit details
    Browse the repository at this point in the history