OCA Git Bot
ec951ce732
[ADD] setup.py
7 years ago
OCA Git Bot
16ad733ea3
[UPD] addons table in README.md
7 years ago
Dave Lasley
5359952400
Merge pull request #1004 from akretion/0-try-import-ldap
[10.0] users_ldap_populate: try/except on import ldap
7 years ago
Alexis de Lattre
20d08b051c
users_ldap_populate: try/except on import ldap
7 years ago
Oleg Bulkin
0aca7e75d2
[MIG] base_manifest_extension: Migrate to v10
* Rename manifest file and change all openerp references to odoo
* Make minor test fixes
7 years ago
Oleg Bulkin
d5426ea6d9
[ADD] base_manifest_extension: rdepends_if_installed
* Add support for rdepends_if_installed key, which allows a module to specify
other installed modules that should list it as a dependency
* Add unit tests for new logic
7 years ago
Oleg Bulkin
340e3940a2
[MIG] base_manifest_extension: Migrate to v9
* Migrate to v9 branch
* Update manifest and README
* Change license to LGPL
7 years ago
Holger Brunn
55e85bc2df
base_manifest_extension
7 years ago
OCA Git Bot
f09975be7c
[ADD] setup.py
7 years ago
OCA Git Bot
81f1369952
[UPD] addons table in README.md
7 years ago
Dave Lasley
3383a1b56d
Merge pull request #990 from LasLabs/hotfix/10.0/LABS-474-password_security-force-reset
[FIX] password_security: Force password reset
7 years ago
Enric Tobella
e1c514251d
[ADD] Sequence check Digit ( #1000 )
* [ADD] Sequence check Digit
* Change of License to LGPL
* Code review
* Reviews
7 years ago
OCA Git Bot
230d855ee1
[UPD] addons table in README.md
7 years ago
Dave Lasley
37968c3831
[FIX] user_threshold: Don't create or commit new cursor ( #955 )
* [FIX] user_threshold: Don't create or commit new cursor
* Remove new cursor creation/commit in favor of using current cursor
7 years ago
Oleg Bulkin
459367a24b
[FIX] password_security: Force password reset
* Add logic to overloaded web_login action to log out users with expired
passwords, preventing the password reset from being ignored
* Add unit test for new logic
7 years ago
OCA Git Bot
ecb2a5f748
[UPD] addons table in README.md
7 years ago
Dave Lasley
033cadffd2
Merge pull request #989 from tafaRU/10.0-base_kanban_stage-fix2
[FIX] base_kanban_stage: ignore domain in _read_group_stage_ids override
7 years ago
Alex Comba
820709cf06
[FIX] base_kanban_stage: ignore domain in _read_group_stage_ids override.
See https://github.com/OCA/server-tools/pull/982 for further info
7 years ago
OCA Git Bot
3e4e0eba48
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
49b995fbe8
Merge pull request #976 from gdgellatly/10.0-typo
10.0 typo - base_search_fuzzy
7 years ago
Graeme Gellatly
ece1219225
[FIX] Typos
7 years ago
OCA Git Bot
9d4b31a03d
[ADD] setup.py
7 years ago
OCA Git Bot
5edf9275dc
[UPD] addons table in README.md
7 years ago
Dave Lasley
fc28c0f11f
Merge pull request #967 from tafaRU/10.0-base_kanban_stage-fix2
[FIX] base_kanban_stage: following on #949
7 years ago
Alex Comba
dbb0f0c7c2
[FIX] base_kanban_stage: following on https://github.com/OCA/server-tools/pull/949
7 years ago
Pedro M. Baeza
4ff0c09d67
Merge pull request #894 from CompassionCH/10.0-db-cleanup
[MIG] 10.0 db cleanup
7 years ago
Pedro M. Baeza
cf398f75af
Merge pull request #966 from Tecnativa/10.0-mass_editing
[FIX][mass_editing] Allow to delete models
7 years ago
Jairo Llopis
97b5588962
[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
OCA Git Bot
e6b62af2f2
[UPD] addons table in README.md
7 years ago
ecino
02a9225caf
Merge pull request #2 from hbrunn/10.0-database_cleanup
10.0 database cleanup
7 years ago
Holger Brunn
88a5bbf1cc
[FIX] actually cleanup where we can
7 years ago
Holger Brunn
b466c0cc8c
[DEL] weird code
7 years ago
Holger Brunn
95e0b9c96f
[FIX] don't try to uninstall uninstalled modules
7 years ago
Dave Lasley
4d63c9e80c
Merge pull request #949 from tafaRU/10.0-base_kanban_stage-fix
[FIX] base_kanban_stage: fix wrong field referenced in base_kanban_abstract_view_kanban
7 years ago
OCA Transbot
0bd9dae57d
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
37ec975f82
[ADD] setup.py
7 years ago
OCA Git Bot
45e356088e
[UPD] addons table in README.md
7 years ago
Matthieu MÉQUIGNON
f748ae0656
[MIG] webhook: Migration to 10.0
7 years ago
Moisés López
c3436ec370
[ADD] webhook: Add standard webhook odoo module
8 years ago
Pedro M. Baeza
2db4c01078
Merge pull request #956 from Tecnativa/10.0-module_auto_update-forward9
[10.0][module_auto_update] forward port v9 updates
7 years ago
Jairo Llopis
e8bc937d7f
[FIX][module_auto_update] Always store changes in lower graphs
The same problem that was fixed for the `base` addon in #948 happened with random addons that do not depend on `module_auto_update` (a.k.a. any addon) that Odoo decided to load before that one in the graph.
Now we always check for all addons if their state has changed, and make sure to trigger the udpate mechanism that stores the right value in `installed_checksum_dir` field.
If you installed and uninstalled the addon right away, you'd get a ProgrammingError saying that some columns exist no more. Checks are done now using `search_read`, which lets us limit the fields being fetched, and the environment is cleared to make sure nothing fails.
Also we now guess if this own addon has been uninstalled and skip further logic if so, given it would hit broken triggers otherwise as it did before.
7 years ago
Jairo Llopis
1519fcbd4d
[FIX][module_auto_update] Record base addon checksum ( #948 )
7 years ago
OCA Git Bot
a98bbf8ba7
[ADD] setup.py
7 years ago
OCA Git Bot
8dc7d3b3fc
[UPD] addons table in README.md
7 years ago
Alex Comba
5721fa5653
[FIX] base_kanban_stage: fix wrong field referenced in base_kanban_abstract_view_kanban; user_id instead of kanban_user_id
7 years ago
Jordi Ballester Alomar
9090bca9bc
Merge pull request #902 from Eficent/10.0-mig-fetchmail_notify_error_to_sender
[10.0][MIG] fetchmail_notify_error_to_sender
7 years ago
eLBati
5da4c6d90a
porting fetchmail_notify_error_to_sender to 10.0
7 years ago
mreficent
4ff5b92c66
[MIG] fetchmail_notify_error_to_sender: Migration to 10.0
7 years ago
OCA Transbot
843697427f
OCA Transbot updated translations from Transifex
7 years ago
mreficent
65bb27e7b7
[MIG] fetchmail_notify_error_to_sender
8 years ago