- 16 Dec, 2019 1 commit
-
-
Jairo Llopis authored
These 2 tests were checking the exact set of groups a user should have. If these tests are ran in a database where a module is previously installed which adds more groups to the base role, these exact group sets would be inexact, although the behavior that is being tested was actually properly working. With this patch, basically I'm testing if the user contains the groups from the roles, not the exact role set expected. It should work in integration scenarios. @Tecnativa TT20468
-
- 21 Nov, 2019 1 commit
-
-
Pedro M. Baeza authored
If not, we get: DeprecationWarning: The pymssql project has been discontinued. To install the last working released version, use a version specifier like "pymssql<3.0". For details and alternatives see: https://github.com/pymssql/pymssql/issues/668
-
- 19 Nov, 2019 1 commit
-
-
OCA-git-bot authored
-
- 27 Sep, 2019 8 commits
-
-
OCA Transbot authored
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-backend-11.0/server-backend-11.0-base_user_role Translate-URL: https://translation.odoo-community.org/projects/server-backend-11-0/server-backend-11-0-base_user_role/
-
OCA Transbot authored
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-backend-11.0/server-backend-11.0-base_suspend_security Translate-URL: https://translation.odoo-community.org/projects/server-backend-11-0/server-backend-11-0-base_suspend_security/
-
OCA-git-bot authored
-
OCA-git-bot authored
-
oca-travis authored
-
oca-travis authored
-
oca-travis authored
-
OCA-git-bot authored
Signed-off-by pedrobaeza
-
- 23 Aug, 2019 1 commit
-
-
David authored
-
- 29 Jul, 2019 1 commit
-
-
OCA-git-bot authored
-
- 04 Jun, 2019 3 commits
-
-
OCA Transbot authored
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-backend-11.0/server-backend-11.0-base_user_role Translate-URL: https://translation.odoo-community.org/projects/server-backend-11-0/server-backend-11-0-base_user_role/
-
oca-travis authored
-
Pedro M. Baeza authored
[IMP] Adding a new tab for user comments in roles form.
-
- 30 May, 2019 1 commit
-
-
Harald Panten authored
-
- 20 May, 2019 1 commit
-
-
OCA Transbot authored
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-backend-11.0/server-backend-11.0-base_external_dbsource Translate-URL: https://translation.odoo-community.org/projects/server-backend-11-0/server-backend-11-0-base_external_dbsource/
-
- 06 May, 2019 2 commits
-
-
Pedro M. Baeza authored
[11.0][UPD] travis.yml: postgresql version update
-
Beñat Jimenez authored
-
- 03 Apr, 2019 1 commit
-
-
OCA-git-bot authored
-
- 29 Mar, 2019 1 commit
-
-
Pedro M. Baeza authored
Merge pull request #34 from Tecnativa/11.0-base_external_dbsource-reuse_present_postgres_settings_in_tests [FIX] base_external_dbsource: Reuse Odoo DB settings for tests
-
- 28 Mar, 2019 1 commit
-
-
Jairo Llopis authored
Before, postgres configuration was hardcoded. This worked OK for OCA's CI infrastructure, but failed in any other out there that had different defaults. There's no need to hardcode it; Odoo already must have Postgres connection settings, so let's use those instead. This will make tests testable across different CI infrastructures.
-
- 27 Mar, 2019 5 commits
-
-
oca-travis authored
-
oca-travis authored
-
OCA-git-bot authored
-
OCA-git-bot authored
-
Pedro M. Baeza authored
11.0[MIG] base_external_dbsource_mssql
-
- 17 Mar, 2019 1 commit
-
-
OCA Transbot authored
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-backend-11.0/server-backend-11.0-base_external_dbsource Translate-URL: https://translation.odoo-community.org/projects/server-backend-11-0/server-backend-11-0-base_external_dbsource/
-
- 07 Mar, 2019 7 commits
-
-
OCA Transbot authored
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-backend-11.0/server-backend-11.0-base_user_role Translate-URL: https://translation.odoo-community.org/projects/server-backend-11-0/server-backend-11-0-base_user_role/
-
oca-travis authored
-
oca-travis authored
-
Sergio Teruel Albert authored
-
Dave Lasley authored
* Heavily refactor code for reusability * Split all sources into independent modules * Add more test coverage * Add CRUD methods * Add iterator execute return to roadmap [UPD] Update base_external_dbsource_mssql.pot
-
Pedro M. Baeza authored
[11.0][IMPO] base_external_dbsource: Add company field to backend
-
sergio.teruel authored
-
- 13 Feb, 2019 1 commit
-
-
Pedro M. Baeza authored
On 9af8b31d921dcccb7bcf230271fd3ef4R4329, a new keyword argument was added for `_browse`, so any overriding needs to add that argument, as it's the case for this module.
-
- 02 Jan, 2019 2 commits
-
-
Jordi Ballester Alomar authored
[base_user_role] improve performance by only adding/removing from a user the groups that have changed with respect to the role.
-
Jordi Ballester Alomar authored
the groups that have changed with respecto the role.
-
- 30 Nov, 2018 1 commit
-
-
Jordi Ballester Alomar authored
[11.0][FIX] base_external_dbsource_sqlite crashing when sqlparams equal None
-