Pedro M. Baeza
0fcae785b4
Merge pull request #14 from Tecnativa/11.0-mig-base_optional_quick_create
[11.0] [MIG] base_optional_quick_create
7 years ago
Florent de Labarre
58d8e99bed
[MIG][11.0] base_optional_quick_create
7 years ago
OCA Git Bot
6fffea96f5
[ADD] setup.py
7 years ago
Jordi Ballester Alomar
4de6181bd0
Merge pull request #15 from Eficent/11.0-mig-base_tier_validation
[11.0][MIG] base_tier_validation
7 years ago
Lois Rilo
e0fd8c8416
[11.0][IMP] base_tier_validation: add tests
7 years ago
Lois Rilo
b957d888a3
[11.0][MIG] base_tier_validation
7 years ago
Lois Rilo
0b4abd1158
[10.0][MIG] base_tier_validation
7 years ago
Lois Rilo
cffdcfea0f
[9.0][IMP] base_tier_validation:
* able to restart validation
* sudo() not needed anymore
7 years ago
Lois Rilo
950d6af5ac
allow to add exceptions for fields that can be written on under validation records
7 years ago
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
Simone Rubino
2c9372a517
[FIX] base_optional_quick_create clears _api field of name_create method, unsetting the flag clears the patch
7 years ago
OCA Transbot
c2dd780d8f
OCA Transbot updated translations from Transifex
9 years ago
Alexis de Lattre
2dd5f42c2e
FIX when have a "dead" model that is still in DB
8 years ago
Alexis de Lattre
210d8e2d41
Migrate base_optional_quick_create to Odoo 10
8 years ago
Jonathan Nemry (ACSONE)
eec5ce4cbf
[FIX] introduce the same behavior than 8.0
9 years ago
Jonathan Nemry (ACSONE)
31530669c2
[WIP] from 8.0 to 9.0 base_optional_quick_create
* bump version to 9.0.1.0.0 and make it installable
* apply a views/models directory arch into the module
* fix xpath anchor on ir_model views (osv_memory to transient)
* add README.rst
* apply some new api
9 years ago
Laurent Mignon
25bdb7d3e6
[FIX] This fixes #73
Check if the model still exists in the registry before registring the 'check_quick_create' hook
10 years ago
Alexis de Lattre
600a969bf6
Port to v8
PEP-8 compliant
10 years ago
Unknown
bf4e372ed3
Launchpad automatic translations update.
11 years ago
Lorenzo Battistini
658a13382f
[add] base_optional_quick_create
12 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