MonsieurB
c6b753ee13
migrate to V10
8 years ago
OCA Transbot
535f7cb39c
OCA Transbot updated translations from Transifex
8 years ago
Serpentcs
73a32f17c1
shortened authors name
8 years ago
darshan-serpent
e8cbd470bb
Migrated base_search_fuzzy to v9
8 years ago
OCA Transbot
1bd28fc27e
OCA Transbot updated translations from Transifex
8 years ago
Daniel Reis
0d23d329d0
Fix typo
8 years ago
Christoph Giesel
f1fb5d1fae
Renamed module base_trgm_search to base_search_fuzzy, added Unit tests, added translations, added access permissions, moved the monkey patching to method _register_hook of ir.model and fixed _auto_init, added README, cleaned up some aprts
9 years ago
Dave Lasley
4a8e1951cc
Merge pull request #711 from Yenthe666/patch-1
[auto_backup] FIX: failure type notification
8 years ago
vincent
4d1abc4f3b
Correction of the value of password
8 years ago
Dave Lasley
aebfc5578c
[FIX] base_kanban_stage: Fix test for new API
8 years ago
vincent
8e7ed2413e
Replacing openerp with odoo
8 years ago
vincent
a971eb7526
Module set to installable
Odoo don't let signup without password
8 years ago
Dave Lasley
f7a390451d
[FIX] base_kanban_stage: Add group_expand & fix method
* Add group_expand attr to abstract kanban model, allowing for empty columns
* Fix `_read_group_stage_ids` for new API
8 years ago
Yenthe V.G
3ed13f3f09
[auto_backup] FIX: failure type notification
Fixes https://github.com/OCA/server-tools/issues/710
8 years ago
Dave Lasley
a8df2ca348
[10.0][FIX] Move DB libs to travis file ( #713 )
Move libraries that require development headers to travis file to band-aid build
8 years ago
Dave Lasley
5d71aafb12
[10.0][FIX] base_multi_image: Uninstall hook ( #709 )
8 years ago
OCA Git Bot
a42530fe4c
[UPD] addons table in README.md
8 years ago
OCA Transbot
bc81c42e58
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
e0f2ca4e1b
[ADD] setup.py
8 years ago
Dave Lasley
018596335b
Merge pull request #659 from LasLabs/feature/10.0/OCA-base_external_dbsource-upgrade
[10.0][IMP] base_external_dbsource: Refactor & Split by source
8 years ago
Dave Lasley
ba5330b8ae
[IMP] base_external_dbsource: Refactor & Split by source
* Heavily refactor code for reusability
* Split all sources into independent modules
* Add more test coverage
* Add CRUD methods
* Add iterator execute return to roadmap
8 years ago
sebalix
2be8bdd0b3
auditlog - Migrate 'AuditlogRule.create' and 'AuditlogRule.write' methods to the new API
8 years ago
sebalix
ef22ab2db8
auditlog - Lint
8 years ago
Holden Rehg
6abb429986
auditlog: Remove pre_init_hook reference from openerp, no pre_init hook exists any more
8 years ago
Holden Rehg
c570e70573
auditlog: Remove migration from audittrail functionality, this is not required for version 9
8 years ago
Holden Rehg
5e3d3082c7
auditlog module, Remove duplicate license key from openerp config
9 years ago
Holden Rehg
16d0183290
Updated the __openerp__.xml to include the license and images fields
These were updated to follow OCA conventions.
- License set to AGPL-3
- Images set to empty array
9 years ago
Holden Rehg
542dab0106
Migrate auditlog module from 8.0 to 9.0
- Update documentation to point to the new auditlog menu locations. These were changed because the 8.0 version was referencing menus that do not exist in 9.0
- Change version from 8.0.X.Y.Z to 9.0.1.0.0
- Make the module installable again
- Remove an unused parameter from pre-migration.py for versioning
- Fix typos and remove commented out blocks of code that were irrelevant
9 years ago
OCA Transbot
379dfc7a1e
OCA Transbot updated translations from Transifex
9 years ago
Holger Brunn
a993256284
singleton error if we saved the current session two times ( #473 )
* [IMP] index the columns we'll be searching for for every request
* [FIX] singleton error if we saved the current session two times
8 years ago
Sébastien Alix
f3edd5cbd3
auditlog - Icon added + README updated (screenshots)
9 years ago
sebalix
f43da33377
auditlog - Auto-vacuum logs, HTTP requests and HTTP user sessions
9 years ago
sebalix
ffef454acf
auditlog - Bump version number
9 years ago
sebalix
a95baa23c3
auditlog - Field 'type' renamed to 'log_type'
9 years ago
sebalix
b57bbde2df
auditlog - Ability to choose the log type on the rule: Full log (complete but slow) and Fast log (data input only, faster)
9 years ago
Holger Brunn
44089f9590
turn off prefetching when reding values
9 years ago
sebalix
0e876f9a14
Module 'auditlog' - Fix pylint check
9 years ago
sebalix
54edaafc68
Module 'auditlog' - 'display_name' fields added for the user session and HTTP requests models
9 years ago
sebalix
d392c2012b
Module 'auditlog' - A log can be created with no current HTTP request (unit tests, ir.cron...)
9 years ago
sebalix
9035a20e62
Module 'auditlog' - Cleanup XML views (types removed)
9 years ago
sebalix
cd36194700
Module 'auditlog' - Bump the version to 1.1.0
9 years ago
sebalix
2abe8ae54c
Module 'auditlog' - Log HTTP user sessions and requests
9 years ago
Sylvain LE GAL
c5b0c6fb70
[PORT] from 7.0 to 10.0 version
8 years ago
Sylvain LE GAL
d8bba4924e
[ADD] new module 'mass_sorting' to allow user to mass sort lines in any models; ( #345 )
8 years ago
Dave Lasley
0addd5540b
[FIX] base_multi_image: Use env in uninstall_hook ( #677 )
* [FIX] base_multi_image: Use env in uninstall_hook
8 years ago
Stefan Rijnhart (Opener)
5ad786ea04
Merge pull request #692 from LasLabs/bugfix/10.0/674-password_security-invalid_leaf
[10.0][FIX] password_security: Fix history rule
8 years ago
Dave Lasley
e0d6bb01d6
Implement newer abstract test strategy
8 years ago
Dave Lasley
703e5beb06
[FIX] password_security: Fix history rule
* Switch security to be on correct model to fix OCA#674
8 years ago
Ted Salmon
ae39fb398c
IMP] base_kanban_stage: Updates per PR
* Update depends to `base`
* Update priority selections to match Odoo guidelines
* Update comment block to triple double quotes
* Update `kanban_user_id` to `user_id` in code and view
* Update README to incorporate use of mode in example view
8 years ago
Adrien Peiffer (ACSONE)
954ac3a66b
[IMP] Review
8 years ago