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

[13.0] [MIG+REF] mass_editing #94

Merged
merged 47 commits into from
Feb 24, 2020

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    8d43705 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7348b8c View commit details
    Browse the repository at this point in the history
  3. [ENH] Transformed mass.object's model_list char field into a proper m…

    …2m field.
    Virgil Dupras authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    3e9907b View commit details
    Browse the repository at this point in the history
  4. [IMP] Added one2many handling

    dsabrinarg authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    7c24a7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca3bbf2 View commit details
    Browse the repository at this point in the history
  6. [IMP] In 7.0 version of OpenERP it is unnecessary put the type of vie…

    …w when we define it, is why that I remove the tag type in the view to avoid that server shows us a warning
    Jose Morales authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    adaeb79 View commit details
    Browse the repository at this point in the history
  7. Launchpad automatic translations update.

    Unknown authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    cc92170 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7cddd28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71cb761 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96a1075 View commit details
    Browse the repository at this point in the history
  11. Tighten type check in domain

    Fixes OCA#15
    Check that `domain[2]` is `str` because in some cases it's an `int` and `list`
    operations don't work on `int`s.
    bwrsandman authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    38b7b7c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c22cbee View commit details
    Browse the repository at this point in the history
  13. Slovene translation added

    sysadminmatmoz authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    8509822 View commit details
    Browse the repository at this point in the history
  14. Add OCA as author of OCA addons

    In order to get visibility on https://www.odoo.com/apps the OCA board has
    decided to add the OCA as author of all the addons maintained as part of the
    association.
    
    [UPD] prefix versions with 8.0
    
    Add missing default oca icons
    gurneyalex authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    a23b1de View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c2fd1ba View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8321f61 View commit details
    Browse the repository at this point in the history
  17. Added Mass Editing v9 (OCA#315)

    * Added Mass Editing v9
    
    * [IMP] Improved the coding standard as per API and PEP8.
    
    * [ADD] Added README and index file.
    
    * [IMP] Improved the indentation of the code as per travis test suggestion.
    
    * [IMP] Improved the README.rst
    
    * Update mass_object.py
    
    * Delete index.html
    
    * [ADD] Added unit test cases for MassEditing module.
    
    * Corrected as per @api.multi
    
    * Correction for the travis test
    
    * Correction for the travis test
    
    * [IMP] Improved the code as per review comments, improved copyrights, added test more cases and uninstall hook.
    
    * [ADD] Added Unit test case for m2m fields.
    
    * [ADD] Further added unit test case for unlink and multiple fields.
    
    * [ADD] Added unit test case for model_id onchange.
    
    * [IMP] Fixed the issue of eval in unit test case.
    
    * [ADD] Added unit test case for uninstall hook.
    
    * [ADD] Added unit test case for uninstall hook.
    
    * [ADD] Added unit test case for wizard's fields_view_get method.
    
    * [IMP] Improved the unit test case to cover more lines of code of fields view get.
    
    * [IMP] Improved the unit test case to cover more lines of code of fields view get.
    JayVora-SerpentCS authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    1d4074d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d5163fa View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8649402 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f2975ad View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c868cb7 View commit details
    Browse the repository at this point in the history
  22. [FIX][mass_editing] Remove view mode space

    This resulted in frontend searching for ` tree` view, which of course does not exist.
    yajo authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    b9c7a85 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fb8ff9d View commit details
    Browse the repository at this point in the history
  24. [10.0][FIX] backport of SerpentCS mass_editing v10 port (OCA#820)

    * Made Mass Editing module v10 compatible
    * Mass Editing module v10 translations
    * Update ir_model_fields.py
    * [FIX] mass_editing v10 port openerp->odoo
    * [FIX] pep8
    * [FIX] remove no-longer supported auto_refresh in view
    jbchouinard authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    d30e4c0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9f2d675 View commit details
    Browse the repository at this point in the history
  26. [FIX] mass_editing : bug in view (OCA#906)

    * [FIX] View
    
    * [FIX] viewing in community
    fmdl authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    d3a363d View commit details
    Browse the repository at this point in the history
  27. [FIX][mass_editing] Allow to delete models

    Without this fix, it is impossible to uninstall an addon that removes a model for which we had a `mass.object`.
    yajo authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    50d6ca3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    515d08c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    aed065b View commit details
    Browse the repository at this point in the history
  30. [FIX] mass_editing: Fixing error when removing value for fields being…

    … translatable, as their translations were not removed. (OCA#12)
    Raúl Martín authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    780b4ea View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    79e70be View commit details
    Browse the repository at this point in the history
  32. [UPD] Update mass_editing.pot

    oca-travis authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    bd418d1 View commit details
    Browse the repository at this point in the history
  33. [IMP] mass_editing: Work with integration tests

    Execute tests at the end after the module loading for not failing with a
    required field not filled by default defined in other modules.
    pedrobaeza authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    aed4445 View commit details
    Browse the repository at this point in the history
  34. [MIG] mass_editing: Migration to 12.0

    Test coverage
    aitorbouzas authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    29e08fc View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0312a1f View commit details
    Browse the repository at this point in the history
  36. [UPD] README.rst

    OCA-git-bot authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    ec2efa1 View commit details
    Browse the repository at this point in the history
  37. [UPD] Update mass_editing.pot

    oca-travis authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    1c01af5 View commit details
    Browse the repository at this point in the history
  38. [UPD] README.rst

    OCA-git-bot authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    979124c View commit details
    Browse the repository at this point in the history
  39. Update translation files

    Updated by Update PO files to match POT (msgmerge) hook in Weblate.
    oca-transbot authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    1ecb318 View commit details
    Browse the repository at this point in the history
  40. Translated using Weblate (Italian)

    Currently translated at 100.0% (26 of 26 strings)
    
    Translation: server-ux-12.0/server-ux-12.0-mass_editing
    Translate-URL: https://translation.odoo-community.org/projects/server-ux-12-0/server-ux-12-0-mass_editing/it/
    primes2h authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    9224fb4 View commit details
    Browse the repository at this point in the history
  41. Translated using Weblate (Italian)

    Currently translated at 100.0% (26 of 26 strings)
    
    Translation: server-ux-12.0/server-ux-12.0-mass_editing
    Translate-URL: https://translation.odoo-community.org/projects/server-ux-12-0/server-ux-12-0-mass_editing/it/
    primes2h authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    d3aa2ce View commit details
    Browse the repository at this point in the history
  42. Translated using Weblate (Portuguese)

    Currently translated at 100.0% (26 of 26 strings)
    
    Translation: server-ux-12.0/server-ux-12.0-mass_editing
    Translate-URL: https://translation.odoo-community.org/projects/server-ux-12-0/server-ux-12-0-mass_editing/pt/
    pedrocs-exo authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    a359bb3 View commit details
    Browse the repository at this point in the history
  43. [FIX] mass_editing: Images URLs

    Fixes OCA#84
    pedrobaeza authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    04d5b3d View commit details
    Browse the repository at this point in the history
  44. [UPD] README.rst

    OCA-git-bot authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    decf694 View commit details
    Browse the repository at this point in the history
  45. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (26 of 26 strings)
    
    Translation: server-ux-12.0/server-ux-12.0-mass_editing
    Translate-URL: https://translation.odoo-community.org/projects/server-ux-12-0/server-ux-12-0-mass_editing/pt_BR/
    Rodrigo Macedo authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    a019eae View commit details
    Browse the repository at this point in the history
  46. Translated using Weblate (Chinese (Simplified))

    Currently translated at 100.0% (26 of 26 strings)
    
    Translation: server-ux-12.0/server-ux-12.0-mass_editing
    Translate-URL: https://translation.odoo-community.org/projects/server-ux-12-0/server-ux-12-0-mass_editing/zh_CN/
    liweijie0812 authored and legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    805dccb View commit details
    Browse the repository at this point in the history
  47. [PORT] mass_editing in V13

    [REF] Update mass_operation_abstract/wizard/mass_operation_wizard_mixin.py
    Co-Authored-By: David Beal <david.beal@akretion.com>
    legalsylvain committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    8b71564 View commit details
    Browse the repository at this point in the history