Lois Rilo
9c7b6ef7ee
make possible to filter by validated records
7 years ago
Lois Rilo
beee538a64
[9.0][IMP] base_tier_validation: filter out reviews not pending
7 years ago
Lois Rilo
7e769842df
[9.0][IMP] base_tier_validation: tries automatically request validation and validate if possible.
7 years ago
Lois Rilo
373c0ac0ca
fix: blocking unneded records
7 years ago
lreficent
f658c72100
[9.0][ADD] base_tier_validation
7 years ago
OCA Git Bot
2656b0923b
[ADD] setup.py [ci skip]
7 years ago
Serpent Consulting Services Pvt. Ltd
ea38704b68
[FIX] mass_editing : README correction ( #11 )
7 years ago
Jordi Ballester Alomar
943e93d108
Merge pull request #10 from Eficent/11.0-imp-date_range-multicompany
[11.0][IMP] date_range: adapt to multicompany
7 years ago
mreficent
830575740d
[ADD] date_range: migration files
7 years ago
mreficent
9a11f11e63
[ADD] date_range: multicompany tests
7 years ago
mreficent
1a67460010
[IMP] date_range: adapt to multicompany
7 years ago
Pedro M. Baeza
654d38388d
Merge pull request #9 from feketemihai/11.0-fix-unlink_date_tange_type
[11.0] [BUG] Fix date range type unlink.
7 years ago
Fekete Mihai
e4c6bebdeb
Fix unlink date range type.
7 years ago
Fekete Mihai
59088f4d93
Fix pylint warnings.
7 years ago
OCA Git Bot
2ef831debb
[ADD] setup.py
7 years ago
Pedro M. Baeza
3c36a5647b
Merge pull request #5 from AlceConsorcio/11.0-mig-mass_editing
[MIG] mass_editing: Migration to 11.0
7 years ago
Juan Negrete
6cda892544
[MIG] mass_editing: Migration to 11.0
7 years ago
Jairo Llopis
8b6d0d2d62
[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
bc40c37c25
[FIX] mass_editing : bug in view ( #906 )
* [FIX] View
* [FIX] viewing in community
7 years ago
OCA Transbot
a6675566cd
OCA Transbot updated translations from Transifex
8 years ago
Jerome Boisvert-Chouinard
59d1cb99e6
[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
a7ced8b52b
OCA Transbot updated translations from Transifex
8 years ago
Jairo Llopis
ad4bcf8bae
[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
aed7ada4be
OCA Transbot updated translations from Transifex
8 years ago
David Beal
58d74ecef1
FIX warning in mass editing module when read ( #741 )
8 years ago
Serpent Consulting Services Pvt Ltd
3402860759
[MIG] mass_editing: Migration to v10 ( #598 )
8 years ago
OCA Transbot
2d619e0c5a
OCA Transbot updated translations from Transifex
8 years ago
Serpent Consulting Services Pvt Ltd
32c3ef88eb
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
315e6de1f6
OCA Transbot updated translations from Transifex
9 years ago
Martin Schmid
bf4b1a6b97
[ADD] German translation of mass_editing
10 years ago
Alexandre Fayolle
f5641b38cf
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
7e430dda86
Slovene translation added
10 years ago
Juan Jose Scarafia
fd11b04179
[FIX] mass_editing: onchange method name + ADD crud rule to erp manager
10 years ago
Sandy Carter
be4befb0e5
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
8f9d943cc9
[ADD] Migrated <mass_editing> for Odoo
10 years ago
Stéphane Bidoul
699c73e595
move all modules to __unported__ on master branch and set installable=False
10 years ago
Sylvain LE GAL
0d50817dff
[REF] 'mass_editing': flake8.
11 years ago
Unknown
bc0f7d3012
Launchpad automatic translations update.
11 years ago
Jose Morales
f3656950a8
[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
bb629f0adf
Add spanish translation and translation template.
11 years ago
Sabrina Romero
07bed6e790
[IMP] Added one2many handling
12 years ago
Virgil Dupras
aa48b78746
[ENH] Transformed mass.object's model_list char field into a proper m2m field.
12 years ago
Anu Patel
32a74a3ce1
[IMP] mass_editing: Corrections based on the merge comments
12 years ago
Serpent Consulting Services
f40a252219
[ADD] Added mass_editing module compatible to version 7.0
12 years ago
OCA Git Bot
da7cfdc7ca
[ADD] setup.py
7 years ago
Dennis Sluijk
a5324c4bed
[11.0][ADD] easy_switch_user ( #6 )
* [ADD] easy_switch_user
7 years ago
OCA Git Bot
b9be71cf71
[ADD] setup.py
7 years ago
Jordi Ballester Alomar
d05580152f
Merge pull request #1 from etobella/11.0-mig-sequence_check_digit
[11.0] [MIG] sequence_check_digit
7 years ago
Enric Tobella
7953d06ff3
[MIG] sequence_check_digit: Migration to 11.0
7 years ago
Enric Tobella
1f775956e6
[ADD] Sequence check Digit ( #1000 )
* [ADD] Sequence check Digit
* Change of License to LGPL
* Code review
* Reviews
7 years ago