-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
Commits on Feb 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8d43705 - Browse repository at this point
Copy the full SHA 8d43705View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7348b8c - Browse repository at this point
Copy the full SHA 7348b8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e9907b - Browse repository at this point
Copy the full SHA 3e9907bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c24a7f - Browse repository at this point
Copy the full SHA 7c24a7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca3bbf2 - Browse repository at this point
Copy the full SHA ca3bbf2View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for adaeb79 - Browse repository at this point
Copy the full SHA adaeb79View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc92170 - Browse repository at this point
Copy the full SHA cc92170View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cddd28 - Browse repository at this point
Copy the full SHA 7cddd28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71cb761 - Browse repository at this point
Copy the full SHA 71cb761View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96a1075 - Browse repository at this point
Copy the full SHA 96a1075View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 38b7b7c - Browse repository at this point
Copy the full SHA 38b7b7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c22cbee - Browse repository at this point
Copy the full SHA c22cbeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8509822 - Browse repository at this point
Copy the full SHA 8509822View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a23b1de - Browse repository at this point
Copy the full SHA a23b1deView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2fd1ba - Browse repository at this point
Copy the full SHA c2fd1baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8321f61 - Browse repository at this point
Copy the full SHA 8321f61View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1d4074d - Browse repository at this point
Copy the full SHA 1d4074dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5163fa - Browse repository at this point
Copy the full SHA d5163faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8649402 - Browse repository at this point
Copy the full SHA 8649402View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2975ad - Browse repository at this point
Copy the full SHA f2975adView commit details -
Configuration menu - View commit details
-
Copy full SHA for c868cb7 - Browse repository at this point
Copy the full SHA c868cb7View commit details -
[FIX][mass_editing] Remove view mode space
This resulted in frontend searching for ` tree` view, which of course does not exist.
Configuration menu - View commit details
-
Copy full SHA for b9c7a85 - Browse repository at this point
Copy the full SHA b9c7a85View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb8ff9d - Browse repository at this point
Copy the full SHA fb8ff9dView commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for d30e4c0 - Browse repository at this point
Copy the full SHA d30e4c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f2d675 - Browse repository at this point
Copy the full SHA 9f2d675View commit details -
[FIX] mass_editing : bug in view (OCA#906)
* [FIX] View * [FIX] viewing in community
Configuration menu - View commit details
-
Copy full SHA for d3a363d - Browse repository at this point
Copy the full SHA d3a363dView commit details -
[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`.
Configuration menu - View commit details
-
Copy full SHA for 50d6ca3 - Browse repository at this point
Copy the full SHA 50d6ca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 515d08c - Browse repository at this point
Copy the full SHA 515d08cView commit details -
Configuration menu - View commit details
-
Copy full SHA for aed065b - Browse repository at this point
Copy the full SHA aed065bView commit details -
[FIX] mass_editing: Fixing error when removing value for fields being…
… translatable, as their translations were not removed. (OCA#12)
Configuration menu - View commit details
-
Copy full SHA for 780b4ea - Browse repository at this point
Copy the full SHA 780b4eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79e70be - Browse repository at this point
Copy the full SHA 79e70beView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd418d1 - Browse repository at this point
Copy the full SHA bd418d1View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for aed4445 - Browse repository at this point
Copy the full SHA aed4445View commit details -
[MIG] mass_editing: Migration to 12.0
Test coverage
Configuration menu - View commit details
-
Copy full SHA for 29e08fc - Browse repository at this point
Copy the full SHA 29e08fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0312a1f - Browse repository at this point
Copy the full SHA 0312a1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec2efa1 - Browse repository at this point
Copy the full SHA ec2efa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c01af5 - Browse repository at this point
Copy the full SHA 1c01af5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 979124c - Browse repository at this point
Copy the full SHA 979124cView commit details -
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
Configuration menu - View commit details
-
Copy full SHA for 1ecb318 - Browse repository at this point
Copy the full SHA 1ecb318View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 9224fb4 - Browse repository at this point
Copy the full SHA 9224fb4View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for d3aa2ce - Browse repository at this point
Copy the full SHA d3aa2ceView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for a359bb3 - Browse repository at this point
Copy the full SHA a359bb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04d5b3d - Browse repository at this point
Copy the full SHA 04d5b3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for decf694 - Browse repository at this point
Copy the full SHA decf694View commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for a019eae - Browse repository at this point
Copy the full SHA a019eaeView commit details -
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/
Configuration menu - View commit details
-
Copy full SHA for 805dccb - Browse repository at this point
Copy the full SHA 805dccbView commit details -
[REF] Update mass_operation_abstract/wizard/mass_operation_wizard_mixin.py Co-Authored-By: David Beal <david.beal@akretion.com>
Configuration menu - View commit details
-
Copy full SHA for 8b71564 - Browse repository at this point
Copy the full SHA 8b71564View commit details