Hpar
7eed951880
Update __openerp__.py
Remove explicit dependency to base.
8 years ago
Raph
1929787536
Improve readme and fix dep
Readme: (in example) prefix function with _
Dep: add a depency to base_setup in order to use xml id "base.menu_config"
8 years ago
OCA Transbot
bbb6e3a4d0
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
1b8203f338
[ADD] setup.py
8 years ago
OCA Git Bot
347f8bf13c
[UPD] addons table in README.md
8 years ago
Hpar
4991c0691a
Keychain: account manager for external systems ( #644 )
* Add keychain module
8 years ago
Pedro Castro Silva
f8cadbf1ce
[9.0][auto_backup] Menu entry moved ( #728 )
The new entry is under Settings/Technical/Database Structure
8 years ago
Dave Lasley
026640e4fb
[9.0][FIX] database_cleanup: Isolate build ( #719 )
* [FIX] database_cleanup: Isolate build
* Isolate `database_cleanup` into its own build in Travis file to fix #689
* [FIX] database_cleanup: Remove KeyError assertion
* Remove KeyError assertion in tests due to PR in comment being merged
8 years ago
Mourad Elhadj Mimoune
6cb6ec924b
[FIX] fix flake8
8 years ago
OCA Transbot
39f0022eec
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
25a3c4bc30
[FIX] mass_editing: Allow to remove sidebar action
As 65a1579
did for the creation, this commit does for the unlink,
allowing to non admin users to remove the sidebar action.
8 years ago
OCA Git Bot
db787aa393
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
f26576be54
[REM] qweb_usertime: Removed as not needed
As stated in https://github.com/OCA/server-tools/pull/700#issuecomment-272873383 ,
you can put `<t t-esc="context_timestamp(datetime.datetime.now()).strftime('%H:%M:%S')"/>`
for achieving the same result.
8 years ago
OCA Transbot
60921928a7
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
93d5022128
[ADD] setup.py
8 years ago
OCA Git Bot
961b67db78
[UPD] addons table in README.md
8 years ago
Daniel Reis
8e332e366f
Merge pull request #675 from darshan-serpent/9.0-base_search_fuzzy
[9.0] [ADD] base search fuzzy
8 years ago
Moises Lopez - https://www.vauxoo.com/
5281c2d794
Merge pull request #696 from gurneyalex/9.0-auth_admin_passkey-fix_string
[9.0] auth_admin_passkey: replace OpenERP with Odoo
8 years ago
Serpentcs
1a5695135e
[FIX] shortened authors name
8 years ago
darshan-serpent
066c313e76
[ADD] Migrated base_search_fuzzy to v9
8 years ago
OCA Transbot
6d65151a58
OCA Transbot updated translations from Transifex
8 years ago
Daniel Reis
4409cecb09
Fix typo
8 years ago
Christoph Giesel
5323042f19
[IMP] 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
OCA Transbot
d3c14028be
OCA Transbot updated translations from Transifex
8 years ago
Stéphane Bidoul (ACSONE)
6f32dd8544
[ADD] server_environment_ir_config_parameter
8 years ago
Alexandre Fayolle
601109eef0
[9.0] auth_admin_passkey
replace OpenERP with Odoo
this fixes an issue reported on Transifex
8 years ago
Moises Lopez - https://www.vauxoo.com/
154cf14033
Merge pull request #693 from LasLabs/bugfix/9.0/674-password_security-invalid_leaf
[9.0][FIX] password_security: Fix history rule
8 years ago
Dave Lasley
beedfd853b
[FIX] password_security: Fix history rule
* Switch security to be on correct model to fix OCA#674
8 years ago
OCA Transbot
34ab0f05b9
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
64cabc0433
[ADD] setup.py
8 years ago
OCA Git Bot
57b1e8ca9b
[UPD] addons table in README.md
8 years ago
Daniel Reis
ac2e39215f
Merge pull request #679 from LasLabs/feature/9.0/LABS-134-create-medical_base_stage-object
[9.0][ADD] base_kanban_stage: Stage model and abstract logic
8 years ago
Ted Salmon
6f3c0c0f7e
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
Ted Salmon
432708a323
[IMP] base_kanban_stage: Centralize default stage ID
* Centralize default_stage_id and return empty RecordSet of type `base_kanban_stage`
8 years ago
Ted Salmon
f9d5960347
[FIX] base_kanban_stage: Add pragma no cover
* Add pragma no cover to `None` return in method
8 years ago
Ted Salmon
b7bb5c734b
[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
1d9c28fd7d
[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
Pedro M. Baeza
bb0c80e4c4
Merge pull request #588 from akretion/9.0-fix-database_cleanup
[9.0][database_cleanup] Fix models purging
8 years ago
OCA Transbot
b241a43eb0
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
1b166fb3d5
[ADD] setup.py
8 years ago
OCA Git Bot
03b5b4cdc8
[UPD] addons table in README.md
8 years ago
Dave Lasley
c730d13359
Merge pull request #668 from LasLabs/hotfix/9.0/password_security-ignore_admin_demo
[9.0][FIX] password_security: Validate admin pass
8 years ago
Holger Brunn
bd2f7e4fef
Merge pull request #671 from Tecnativa/9.0-base_view_inheritance_extension
[9.0] [MIG] base_view_inheritance_extension
8 years ago
Stéphane Bidoul (ACSONE)
a9ff7823bd
[FIX] do not auto load server_environment_ir_config_parameter ( #676 )
* [FIX] do not auto load server_environment_ir_config_parameter
When a module has a static directory, it is preloaded by the
Odoo http server. This breaks installations which do not have
nor need server_environment_file addon.
* [IMP] update server_environment caveat
8 years ago
OCA Transbot
63ba2deb1d
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
c39fac3aaa
[MIG] base_view_inheritance_extension: Migration to 9.0
Trivial changes:
* Version in README changed
* Version in manifest changed
8 years ago
Jairo Llopis
30ca4edaef
[base_view_inheritance_extension] Relicense to LGPL. ( #4 )
8 years ago
Holger Brunn
998cba0b4c
[ADD] base_view_inheritance_extension
8 years ago
Pedro M. Baeza
fd2aed6994
Merge pull request #670 from Tecnativa/9.0-server_environment-fix
[FIX] server_environment: Protect import
8 years ago
Pedro M. Baeza
f0b8682000
[FIX] server_environment: Protect import
8 years ago