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] openupgrade_framework, base v17 #4427

Merged
merged 40 commits into from
May 23, 2024

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    01c01ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39ccc6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    112bfd6 View commit details
    Browse the repository at this point in the history
  4. [UPD] README.rst

    OCA-git-bot authored and royle-viindoo committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5a31219 View commit details
    Browse the repository at this point in the history
  5. [ADD] icon.png

    OCA-git-bot authored and royle-viindoo committed May 13, 2024
    Configuration menu
    Copy the full SHA
    cc45490 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de2ba9e View commit details
    Browse the repository at this point in the history
  7. [FIX] doc: base must be included in --load parameter

    If we don't include it, /jsonrpc route doesn't work.
    MiquelRForgeFlow authored and royle-viindoo committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ceccdbd View commit details
    Browse the repository at this point in the history
  8. [UPD] README.rst

    OCA-git-bot authored and royle-viindoo committed May 13, 2024
    Configuration menu
    Copy the full SHA
    933c1e6 View commit details
    Browse the repository at this point in the history
  9. [FIX] base: Don't fail uninstalling when missing models

    If you have a module in previous versions that adds data on a model,
    and such model is not loaded in the registry in current version because
    the module is absent in it, you can't uninstall such module, getting
    this error:
    
      File "odoo/odoo/addons/base/models/ir_model.py", line 1945, in _module_data_uninstall
        delete(self.env[model].browse(item[1] for item in items))
      File "odoo/odoo/api.py", line 463, in __getitem__
        return self.registry[model_name]._browse(self, (), ())
      File "odoo/odoo/modules/registry.py", line 177, in __getitem__
        return self.models[model_name]
    KeyError: 'model'
    
    With this patch, data cleanup of such model is skipped and there's no crash.
    MiquelRForgeFlow authored and royle-viindoo committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d1565e0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    928df6a View commit details
    Browse the repository at this point in the history
  11. [DOC] add banner file, to make this module more visible on the app st…

    …ore ; add links to the new OpenUpgrade website
    legalsylvain authored and royle-viindoo committed May 13, 2024
    Configuration menu
    Copy the full SHA
    11c9a9a View commit details
    Browse the repository at this point in the history
  12. [UPD] README.rst

    OCA-git-bot authored and royle-viindoo committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1991ffb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bbb6ec2 View commit details
    Browse the repository at this point in the history
  14. [REF] Add maintainers

    legalsylvain authored and royle-viindoo committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7289a5a View commit details
    Browse the repository at this point in the history
  15. [UPD] README.rst

    OCA-git-bot authored and royle-viindoo committed May 13, 2024
    Configuration menu
    Copy the full SHA
    087e6e7 View commit details
    Browse the repository at this point in the history
  16. [IMP] openupgrade_framework: avoid AttributeError in view validation

    If corresponding field is None, we need to avoid the "AttributeError: 'NoneType' object has no attribute error.
    MiquelRForgeFlow authored and royle-viindoo committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f6840fa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    217c2c0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ac84229 View commit details
    Browse the repository at this point in the history
  19. fixup! [WIP][15.0] base module

    legalsylvain authored and royle-viindoo committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5b8e420 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d671a8d View commit details
    Browse the repository at this point in the history
  21. Update method _postprocess_view of ir_ui_view by removing the input a…

    …rg validate as it is not anymore in odoo 15
    jcdrubay authored and royle-viindoo committed May 13, 2024
    Configuration menu
    Copy the full SHA
    aedc5d9 View commit details
    Browse the repository at this point in the history
  22. [MIG] remove the odoo_patch on function _postprocess_view which becam…

    …e useless after the input argument validate has been removed
    jcdrubay authored and royle-viindoo committed May 13, 2024
    Configuration menu
    Copy the full SHA
    addb5d0 View commit details
    Browse the repository at this point in the history
  23. Adjustements for code style

    jcdrubay authored and royle-viindoo committed May 13, 2024
    Configuration menu
    Copy the full SHA
    27eb2fd View commit details
    Browse the repository at this point in the history
  24. [UPD] README.rst

    OCA-git-bot authored and royle-viindoo committed May 13, 2024
    Configuration menu
    Copy the full SHA
    592e21a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    74750bd View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    68504d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b01a09e View commit details
    Browse the repository at this point in the history
  3. [UPD] README.rst

    OCA-git-bot authored and duong77476-viindoo committed May 22, 2024
    Configuration menu
    Copy the full SHA
    dfe5faf View commit details
    Browse the repository at this point in the history
  4. [IMP] base: override to not raise an exception

    Because we captured the exception in _raise_view_error and archived that
    view, so info is None, but it is called to info.get('select') in
    NameManager.check, which will raise an exception AttributeError, so we
    need to override to not raise an exception
    royle-viindoo authored and duong77476-viindoo committed May 22, 2024
    Configuration menu
    Copy the full SHA
    20cae73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d61789 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77347d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bfa51db View commit details
    Browse the repository at this point in the history
  8. [MIG] openupgrade_framework v16

    hbrunn authored and duong77476-viindoo committed May 22, 2024
    Configuration menu
    Copy the full SHA
    145a58a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    8bd324e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bce360 View commit details
    Browse the repository at this point in the history
  3. [UPD] README.rst

    OCA-git-bot authored and duong77476-viindoo committed May 23, 2024
    Configuration menu
    Copy the full SHA
    21f9860 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4683efb View commit details
    Browse the repository at this point in the history
  5. [IMP] openupgrade_framework: pre-commit auto fixes and enable

    .github/workflows/test.yml
    royle-viindoo authored and duong77476-viindoo committed May 23, 2024
    Configuration menu
    Copy the full SHA
    776ab19 View commit details
    Browse the repository at this point in the history
  6. [FIX] odoo_patch: don't raise or log exceptions in view validation

    unless explicitely requested
    royle-viindoo authored and duong77476-viindoo committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1bd694a View commit details
    Browse the repository at this point in the history
  7. [MIG] openupgrade_framework v17

    -This commit remove unecessary patch
    -Check if test exist then execute it in the test.yml
    -Remove the test loader from patch, detail at
    OCA#4327 (comment)
    duong77476-viindoo committed May 23, 2024
    Configuration menu
    Copy the full SHA
    52de874 View commit details
    Browse the repository at this point in the history