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
9 years ago
Holden Rehg
c570e70573
auditlog: Remove migration from audittrail functionality, this is not required for version 9
9 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
sebalix
e6a02047f2
base_user_role - Set a default category to associated groups
8 years ago
Stéphane Bidoul (ACSONE)
e4188f2656
base_user_role: display roles as first tab in user form
8 years ago
sebalix
e4b9e67d16
base_user_role - Bump module version to '9.0.1.0.0'
[IMP] base_user_role - Replace '<openerp>' tags by '<odoo>' + Remove useless '<data>' tags + Reindent XML content
[FIX] base_user_role - Fix noupdate declaration
[REM] base_user_role - Remove old migration script
8 years ago
Sébastien Alix
afaa6e1562
8.0 - New module 'base_user_role' to manage user roles efficiently ( #608 )
* [ADD] New module 'base_user_role'
* [FIX] base_user_role - Review
* [FIX] base_user_role - Review s/is_active/is_enabled/
* [FIX] base_user_role - Review s/is_active/is_enabled/
* [IMP] base_user_role - Translations updated (template + FR)
* [FIX] base_user_role - Lint
8 years ago
OCA Transbot
2c57b89927
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
1620173d88
[UPD] addons table in README.md
8 years ago
Dave Lasley
2b2666a7ce
[MIG] base_kanban_stage: Upgrade to v10
* Rename manifest
* Change openerp references to odoo
* Bump version
8 years ago
Ted Salmon
a907392f74
[ADD] base_kanban_stage: Stage model and abstract logic
* Add Kanban-compatible stage model base.kanban.stage
* Add views, menu items, actions, and access controls needed to manage base.kanban.stage records
* Add abstract model base.kanban.abstract that other models can inherit from to gain Kanban stage functionality
* Add base Kanban view base_kanban_abstract_view_kanban, which can be customized as needed for use with models that inherit from base.kanban.abstract
* Add model base.kanban.abstract.tester, which is needed for base.kanban.abstract unit tests
8 years ago
Oleg Bulkin
3c4a4feb04
[ADD] web_kanban_stage: Stage model and abstract logic
* Add Kanban-compatible stage model web.kanban.stage
* Add views, menu items, actions, and access controls needed to manage
web.kanban.stage records
* Add abstract model web.kanban.abstract that other models can inherit from to
gain Kanban stage functionality
* Add base Kanban view web_kanban_abstract_view_kanban, which can be
customized as needed for use with models that inherit from web.kanban.abstract
* Add model web.kanban.abstract.tester, which is needed for
web.kanban.abstract unit tests
8 years ago
Moises Lopez - https://www.vauxoo.com/
7d15584995
Merge pull request #669 from LasLabs/hotfix/10.0/password_security-ignore_admin_demo
[10.0][FIX] password_security: Validate admin pass
8 years ago
OCA Git Bot
6873c35ad4
[ADD] setup.py
8 years ago
OCA Git Bot
44a58ccbd5
[UPD] addons table in README.md
8 years ago