OCA-git-bot
3fd948176e
Merge PR #55 into 12.0
...
Signed-off-by hbrunn
2020-01-25 06:44:34 +00:00
Monica Diaz Pena
35f5b88073
Fix flake8: E501 line too long
2020-01-24 17:24:32 -05:00
OCA Transbot
9360889875
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-12.0/server-backend-12.0-base_external_dbsource
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_external_dbsource/
2020-01-09 12:19:12 +00:00
OCA-git-bot
acd378b6b8
[ADD] setup.py
2020-01-09 12:19:02 +00:00
oca-travis
484b33c7bb
[UPD] Update base_external_dbsource_mssql.pot
2020-01-09 12:04:57 +00:00
oca-travis
5e23a0cc3f
[UPD] Update base_external_dbsource.pot
2020-01-09 12:04:57 +00:00
OCA-git-bot
359724efc2
Merge PR #57 into 12.0
...
Signed-off-by pedrobaeza
2020-01-09 11:52:46 +00:00
Sergio Teruel
3deb92f412
[MIG] base_external_dbsource_mssql: Migration to v12.0
2020-01-09 11:53:52 +01:00
Sergio Teruel Albert
44757f1fc1
[11.0][MIG] base_external_dbsource_mssql: Migration to v11.0
...
[UPD] README.rst
[UPD] Update base_external_dbsource_mssql.pot
[UPD] README.rst
2020-01-09 11:53:52 +01:00
Dave Lasley
6d742f2cc9
[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
[UPD] Update base_external_dbsource_mssql.pot
2020-01-09 11:53:52 +01:00
OCA Transbot
f353cf76f9
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-12.0/server-backend-12.0-base_external_dbsource
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_external_dbsource/
2020-01-09 09:28:32 +00:00
OCA-git-bot
a61fa8485b
[ADD] setup.py
2020-01-09 09:28:22 +00:00
oca-travis
d13bffacae
[UPD] Update base_external_dbsource_sqlite.pot
2020-01-09 09:19:43 +00:00
oca-travis
d70007678d
[UPD] Update base_external_dbsource.pot
2020-01-09 09:19:42 +00:00
OCA-git-bot
30df8fd9c5
Merge PR #58 into 12.0
...
Signed-off-by pedrobaeza
2020-01-09 09:15:09 +00:00
OCA-git-bot
36bf6a0ad5
base_external_dbsource 12.0.1.0.1
2020-01-09 00:41:29 +00:00
OCA-git-bot
4dc5a33406
Merge PR #56 into 12.0
...
Signed-off-by pedrobaeza
2020-01-09 00:38:13 +00:00
Sergio Teruel
438fd3add9
Add needed modules
2020-01-08 17:12:12 +01:00
Sergio Teruel
7d6859e657
[MIG] base_external_dbsource_sqlite: Migration to v12.0
2020-01-08 11:51:28 +01:00
OCA-git-bot
97f1191a82
[UPD] README.rst
2020-01-08 10:42:10 +01:00
OCA-git-bot
6faedd6372
[ADD] icon.png
2020-01-08 10:42:10 +01:00
Adrià Gil Sorribes
4fda01f159
Extend test coverage
2020-01-08 10:42:10 +01:00
Adrià Gil Sorribes
31f0d8ab31
[FIX] base_external_dbsource_sqlite crashing when sqlparams equal None
2020-01-08 10:42:10 +01:00
oca-travis
2b862aba98
[UPD] Update base_external_dbsource_sqlite.pot
2020-01-08 10:42:10 +01:00
OCA Git Bot
9c03edbb80
[UPD] README.rst
2020-01-08 10:42:10 +01:00
Sergio Teruel Albert
b6d36ee370
[11.0][MIG] base_external_dbsource_sqlite: Migration to v11.0
2020-01-08 10:42:10 +01:00
oca-travis
c1267e1be1
[UPD] Update base_external_dbsource_sqlite.pot
2020-01-08 10:42:10 +01:00
Dave Lasley
fff4e0f1bd
[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
2020-01-08 10:42:10 +01:00
Jairo Llopis
0a5ccebdfc
[FIX] base_external_dbsource: Reuse Odoo DB settings for tests
...
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.
2020-01-07 13:23:31 +01:00
Monica Diaz Pena
d255acc749
Remove the __int__ implementation of BaseSuspendSecurityUid.
2020-01-06 17:17:46 -05:00
Monica Diaz Pena
77be6275b1
Allow reactivate the security in a suspend security call.
2020-01-06 17:17:46 -05:00
Monica Diaz Pena
8f24e9e776
Avoid Access Error when search with suspend security.
...
The Odoo `_search` function performs a `sudo` on the first line of its
implementation, causing that the uid's wrapper (class BaseSuspendSecurityUid) is lost.
This is evidenced when a function with suspend security is called and in
its implementation needs the values of a 'one2many' field (it does a
`search` in another model without reading access) an Access Error is raised.
2020-01-06 17:17:46 -05:00
Monica Diaz Pena
fd3c2624a1
Tests the search with suspend security.
2020-01-06 17:17:46 -05:00
OCA Transbot
c6a9bd39f7
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-12.0/server-backend-12.0-base_user_role_history
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_user_role_history/
2020-01-02 09:46:23 +00:00
OCA Transbot
b82a56797e
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-backend-12.0/server-backend-12.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_user_role/
2020-01-02 09:46:22 +00:00
OCA-git-bot
148c2007fe
base_user_role 12.0.1.1.0
2020-01-02 09:46:10 +00:00
oca-travis
3cff026ea2
[UPD] Update base_user_role.pot
2020-01-02 09:43:03 +00:00
OCA-git-bot
28fe442d6f
Merge PR #52 into 12.0
...
Signed-off-by pedrobaeza
2020-01-02 09:40:02 +00:00
OCA-git-bot
b117a18cea
[ADD] setup.py
2019-12-17 21:19:36 +00:00
OCA-git-bot
b751616cad
[ADD] icon.png
2019-12-17 21:19:36 +00:00
OCA-git-bot
72d0628099
[UPD] README.rst
2019-12-17 21:19:35 +00:00
oca-travis
c7fabb8913
[UPD] Update base_user_role_history.pot
2019-12-17 21:14:06 +00:00
OCA-git-bot
bc54b1ba75
Merge PR #45 into 12.0
...
Signed-off-by moylop260
2019-12-17 21:08:52 +00:00
Harald Panten
bfcf31add1
[IMP] base_user_role: Adding a new tab for user comments in roles form.
2019-12-09 18:25:12 +01:00
OCA-git-bot
4b7d8b757f
[ADD] .editorconfig [ci skip]
2019-11-19 21:13:55 +01:00
OCA-git-bot
55daeda460
base_user_role 12.0.1.0.1
2019-11-15 08:29:41 +00:00
OCA-git-bot
836479f590
Merge PR #51 into 12.0
...
Signed-off-by pedrobaeza
2019-11-15 08:24:21 +00:00
Jairo Llopis
e9ddce17c8
[FIX] base_user_role: Improve tests resiliency
...
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
2019-11-13 11:48:09 +00:00
Benoit Aimont
d1822fcab8
[12.0][MIG] base_user_role_history - migration from 9.0 to 12.0
2019-10-01 16:59:01 +02:00
Benoit Aimont
f91a25e016
[9.0][ADD] - base_user_role_history
2019-10-01 16:41:13 +02:00