Sergio Zanchetta
d1bea99787
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/
6 years ago
Sergio Zanchetta
43c37e8821
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/
6 years ago
OCA Transbot
b2a737061f
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
OCA-git-bot
76012d0c4d
[UPD] README.rst
6 years ago
oca-travis
289f42cec3
[UPD] Update mass_editing.pot
6 years ago
OCA-git-bot
4c165d4674
[UPD] README.rst
6 years ago
Hugo Adan
cb2a3d2af4
fixup! [MIG] mass_editing: Migration to 12.0 Test coverage
6 years ago
Aitor Bouzas
4250b2f05c
[MIG] mass_editing: Migration to 12.0
Test coverage
6 years ago
Pedro M. Baeza
ca2eb5298e
[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.
6 years ago
oca-travis
005323a5b9
[UPD] Update mass_editing.pot
6 years ago
Pedro M. Baeza
0b83f5c2d3
[FIX] mass_editing: Don't import tests
6 years ago
Raúl Martín
3969db1ec8
[FIX] mass_editing: Fixing error when removing value for fields being translatable, as their translations were not removed. ( #12 )
7 years ago
Serpent Consulting Services Pvt. Ltd
0d66a3015b
[FIX] mass_editing : README correction ( #11 )
7 years ago
Juan Negrete
2b767e6018
[MIG] mass_editing: Migration to 11.0
7 years ago
Jairo Llopis
7a66f46fbd
[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`.
7 years ago
Florent de Labarre
dcd5d257c5
[FIX] mass_editing : bug in view ( #906 )
* [FIX] View
* [FIX] viewing in community
7 years ago
OCA Transbot
dc1a82db55
OCA Transbot updated translations from Transifex
8 years ago
Jerome Boisvert-Chouinard
68e48f9931
[10.0][FIX] backport of SerpentCS mass_editing v10 port ( #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
8 years ago
OCA Transbot
91ecca87a3
OCA Transbot updated translations from Transifex
8 years ago
Jairo Llopis
df683ec13d
[FIX][mass_editing] Remove view mode space
This resulted in frontend searching for ` tree` view, which of course does not exist.
8 years ago
OCA Transbot
925725d376
OCA Transbot updated translations from Transifex
8 years ago
David Beal
3fea8a437a
FIX warning in mass editing module when read ( #741 )
8 years ago
Serpent Consulting Services Pvt Ltd
b877c6885a
[MIG] mass_editing: Migration to v10 ( #598 )
8 years ago
OCA Transbot
4b0a5b5f5c
OCA Transbot updated translations from Transifex
8 years ago
Serpent Consulting Services Pvt Ltd
eadf1a007c
Added Mass Editing v9 ( #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.
8 years ago
OCA Transbot
e39828d030
OCA Transbot updated translations from Transifex
9 years ago
Martin Schmid
3b01cd8fe0
[ADD] German translation of mass_editing
10 years ago
Alexandre Fayolle
b7d2881f93
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
10 years ago
Matjaz Mozetic
8dce4b7b49
Slovene translation added
10 years ago
Juan Jose Scarafia
ba34775a0c
[FIX] mass_editing: onchange method name + ADD crud rule to erp manager
10 years ago
Sandy Carter
08b49f6a51
Tighten type check in domain
Fixes #15
Check that `domain[2]` is `str` because in some cases it's an `int` and `list`
operations don't work on `int`s.
10 years ago
oihane
f9ce26e3a7
[ADD] Migrated <mass_editing> for Odoo
10 years ago
Stéphane Bidoul
fe5e1a5175
move all modules to __unported__ on master branch and set installable=False
10 years ago
Sylvain LE GAL
73d27b9821
[REF] 'mass_editing': flake8.
11 years ago
Unknown
8e416e6121
Launchpad automatic translations update.
11 years ago
Jose Morales
85b0faec16
[IMP] In 7.0 version of OpenERP it is unnecessary put the type of view when we define it, is why that I remove the tag type in the view to avoid that server shows us a warning
11 years ago
Jairo Llopis
e3163b65f9
Add spanish translation and translation template.
11 years ago
Sabrina Romero
e8ea1cbe02
[IMP] Added one2many handling
12 years ago
Virgil Dupras
323d6d630b
[ENH] Transformed mass.object's model_list char field into a proper m2m field.
12 years ago
Anu Patel
ae59feaff3
[IMP] mass_editing: Corrections based on the merge comments
12 years ago
Serpent Consulting Services
6365760a5d
[ADD] Added mass_editing module compatible to version 7.0
12 years ago