OCA Transbot
145329f7d2
OCA Transbot updated translations from Transifex
8 years ago
Holger Brunn
460771cce7
[ADD] allow creating missing indexes and purging properties ( #736 )
* [ADD] allow creating missing indexes
* [FIX] tests; installation
* [ADD] allow purging properties
* [ADD] missing file
* [ADD] test purging properties
* [ADD] missing parent_id for menu entry
* [FIX] don't delete too many and wrong properties
8 years ago
OCA Transbot
3531dced25
OCA Transbot updated translations from Transifex
8 years ago
Dave Lasley
e77d9da3a3
[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
OCA Transbot
287f779507
OCA Transbot updated translations from Transifex
8 years ago
Moises Lopez - https://www.vauxoo.com/
8eb30f0f73
[FIX] database_cleanup: Fix test ( #612 )
8 years ago
Florian da Costa
ef8780cdcd
fixes #587
8 years ago
OCA Transbot
03b191fad0
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
3087ab0af3
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
3c89fa6f10
Merge pull request #892 from OCA/sbidoul-patch-1
[FIX] website uri
7 years ago
Stéphane Bidoul (ACSONE)
c8efd31e68
[FIX] website uri
7 years ago
OCA Git Bot
3895315c21
[ADD] setup.py
7 years ago
Dave Lasley
08e0524aaa
Merge pull request #763 from akretion/10-mig-attachment_base_synchronize
[MIG] Migrate module attachment_base_synchronize to v10
7 years ago
OCA Transbot
31c5543be4
OCA Transbot updated translations from Transifex
7 years ago
Pedro M. Baeza
b3088f07dd
Merge pull request #883 from versada/fix_missing_raven
[WIP] sentry: fixes missing `raven` library preventing loading of modules
7 years ago
Naglis Jonaitis
5098418edc
[FIX] sentry: fixes missing `raven` library preventing loading of modules
Related: #761 #879 #881
7 years ago
OCA Git Bot
ee950dbf42
[ADD] setup.py
7 years ago
OCA Git Bot
4bf54da9b7
[UPD] addons table in README.md
7 years ago
Naglis Jonaitis
2df985989b
[ADD] sentry module ( #761 )
* [ADD] sentry module
* [FIX] updated sentry module according to PR comments
7 years ago
OCA Git Bot
417340a1aa
[ADD] setup.py
7 years ago
OCA Git Bot
b86be38e65
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
017b48f12d
Merge pull request #872 from Tecnativa/10.0-datetime_formatter
[MIG][10.0][datetime_formatter] Migration
7 years ago
OCA Transbot
db575829f0
OCA Transbot updated translations from Transifex
7 years ago
Jairo Llopis
8380d182b7
[MIG][10.0][datetime_formatter] Migration
Special highlights:
- Fixed some license headers.
- Adhered to normal addon structure.
- Removed `exceptions.py` and use `UserError` instead.
- Allow submodules to import some constants from main namespace.
The rest is basically a standard migration.
7 years ago
OCA Transbot
1eb8f9c730
OCA Transbot updated translations from Transifex
9 years ago
cubells
d4f420b102
datatime_formatter migration to 9.0
8 years ago
Jairo Llopis
ae3cba1c49
Add module datetime_formatter.
This module allows the developer to format any date/time combination in
the most comfortable way for the user, just with a quick call to
9 years ago
OCA Git Bot
0ceac8ed38
[UPD] addons table in README.md
7 years ago
Stéphane Bidoul (ACSONE)
0016abf763
Merge pull request #867 from acsone/10.0-fix-server_environment_ir_config_parameter_remove_static-dro
[10.0][FIX] server_environment_ir_config_parameter Avoid wrong import
7 years ago
Denis Roussel
2a2c9015a3
[10.0][FIX] server_environment_ir_config_parameter Avoid loading import
Odoo loads modules that contain static directory, so it wanted to load server_environment_files but it does not exist
7 years ago
Guewen Baconnier
c2d572f018
Merge pull request #640 from acsone/10.0-mig-server_environment_ir_config_parameter-dro
[10.0] [MIG] Migration of server_environment_ir_config_parameter
7 years ago
Moises Lopez - https://www.vauxoo.com/
35f9ab05c7
[FIX] password_security: Fix password stored and token to reset password invalid ( #859 )
* [FIX] password_security: Fix password stored
* [REF] password_security: use a unified check_password private method to validate rules and history password
8 years ago
OCA Git Bot
8618c02316
[ADD] setup.py
8 years ago
OCA Git Bot
b22d8b6f08
[UPD] addons table in README.md
8 years ago
Michell Stuttgart
cbe402e107
[MIG][10.0] Migrate 'res_config_settings_enterprise_remove' ( #665 )
* [MIG][10.0] Migrate 'res_config_settings_enterprise_remove'
* [FIX] Use inherit to override 'res.config.settings'.
* [FIX] Remove upgrade_radio widget and group title
* [FIX] Improviments in code to remove upgrade fields
* [NEW] Remove enterprise upgrade from 'project config settings'
* [FIX] Add xpath to remove upgrade fields from 'General Settings'
8 years ago
OCA Git Bot
8a8c1e6b5b
[ADD] setup.py
8 years ago
OCA Git Bot
cd621bdf8a
[UPD] addons table in README.md
8 years ago
Ted Salmon
1fea55934f
[ADD] user_threshold: Create module ( #836 )
* [ADD] user_threshold: Create module
* [IMP] user_threshold: Fixes per PR
* Fix README
* Rename poorly named methods
* Syntactic sugar
* Remove direct SQL in favor of ORM API
* Docstrings
* [IMP] user_threshold: Fixes per PR
* Update verbiage in README
* Simplify access check calls
* Use the same verbiage throughout error messages
* Add Link to related modules in README
8 years ago
OCA Transbot
a871820209
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
a6f334a2b3
Merge pull request #855 from acsone/10.0-fix_base_excpetion-lmi
[FIX] base_exception: '_check_exception' is 'api.multi' since it's ca…
8 years ago
Laurent Mignon (ACSONE)
35d196b7dd
[FIX] base_exception: '_check_exception' is 'api.multi' since it's called by constraint methods
'detect_exception' can be called on an empty recordset.
8 years ago
OCA Transbot
6b87eb90bf
OCA Transbot updated translations from Transifex
8 years ago
Andrea
75f53137bc
Handle SSHException
8 years ago
OCA Git Bot
d9502abb35
[ADD] setup.py
8 years ago
OCA Git Bot
d715ab345f
[UPD] addons table in README.md
8 years ago
Jordi Ballester Alomar
8382ef9aa3
Merge pull request #750 from akretion/10-mig-onchange_helper
[10.0] Port onchange_helper to v10
8 years ago
Stephan Rozendaal
8dd5c7d0be
[MIG] auth_supplier: migrate to 10.0
Changes include:
- bump version number
- fix Python imports
- update README
8 years ago
OCA Transbot
fd7dc80f98
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
f13e6b03e1
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
4e64784f0a
[ADD] setup.py
8 years ago