Commit Graph

181 Commits

Author SHA1 Message Date
sergio.teruel
019f694ff9 [IMP] base_external_dbsource: Add company field to backend
fw-port from b7f439e04a
2022-11-17 11:46:50 +01:00
bilbonet
de210a6f7d little change 2022-11-17 11:46:50 +01:00
bilbonet
27cf4034e6 [FIX] pre-commit 2022-11-17 11:46:50 +01:00
bilbonet
e489035275 [MIG] base_external_dbsource: Migration to 14.0 2022-11-17 11:46:50 +01:00
bilbonet
4f6d0671c6 [IMP] base_external_dbsource: black, isort, prettier 2022-11-17 11:46:50 +01:00
Sergio Teruel
7cd425241b [MIG] base_external_dbsource: Migration to v13.0
[UPD] Update base_external_dbsource.pot

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-backend-13.0/server-backend-13.0-base_external_dbsource
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_external_dbsource/

pre-commit update

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-backend-13.0/server-backend-13.0-base_external_dbsource
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_external_dbsource/
2022-11-17 11:46:50 +01:00
Jairo Llopis
08543e5602 [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.

base_external_dbsource 12.0.1.0.1

[UPD] Update base_external_dbsource.pot

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/

[UPD] Update base_external_dbsource.pot

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/
2022-11-17 11:46:50 +01:00
Rodrigo Macedo
8cc419c652 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (34 of 34 strings)

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/pt_BR/
2022-11-17 11:46:50 +01:00
Adrià Gil Sorribes
39575e62b5 [12.0][MIG] Migrate module base_external_dbsource
[UPD] README.rst

[UPD] Update base_external_dbsource.pot

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/

[UPD] README.rst
2022-11-17 11:46:50 +01:00
Sergio Teruel Albert
a1e905e4c9 [11.0][MIG] base_external_dbsource: Migration to v11.0
[UPD] README.rst

[UPD] Update base_external_dbsource.pot
2022-11-17 11:46:50 +01:00
Dave Lasley
ceb82959f0 [FIX] base_external_dbsource: Fix PQ connection
* Use `conn_string_full` in pg connection to fix #888

[UPD] Update base_external_dbsource.pot
2022-11-17 11:46:50 +01:00
Dave Lasley
08c6b8ecc7 [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

OCA Transbot updated translations from Transifex
2022-11-17 11:46:50 +01:00
Daniel Reis
a6096c4a12 Relicense to LGPL
With the agreement of authors and contributors.
Closes #635 (https://github.com/OCA/server-tools/issues/635)
2022-11-17 11:46:49 +01:00
Michell Stuttgart
e4821895f2 [10.0] Add Firebird database support to base_external_dbsource (#623) 2022-11-17 11:46:49 +01:00
Henry Zhou
50c3082d84 [MIG][10.0] base_external_dbsource (#578)
OCA Transbot updated translations from Transifex
2022-11-17 11:46:49 +01:00
Gervais Naoussi
48bc7dd0d8 [MIG] base external dbsource
* Migration of base_external_dbsource to odoo 9.0

* Fixing test error

* Moving test from yaml to python

* Fixing pylint error in test class

* Placeholder added to connection string text zone

* improving test coverage

OCA Transbot updated translations from Transifex
2022-11-17 11:46:49 +01:00
Sandy
44543751da Activate base_external_dbsource
OCA Transbot updated translations from Transifex
2022-11-17 11:46:49 +01:00
lauris
33d6c76a28 base_external_dbsource and import_odbc modules moved out of __unported__ and adopted for instalation on v8.0 : created new form views for both modules as old ones was for v6.1 2022-11-17 11:46:49 +01:00
Stéphane Bidoul
72134d9140 move all modules to __unported__ on master branch and set installable=False 2022-11-17 11:46:49 +01:00
Maxime Chambreuil
324a3945cc [IMP] Update to v7 menu structure and dos2unix conversion
(../ext rev 366)
2022-11-17 11:46:49 +01:00
Daniel Reis
000c3e8279 [CHG] simplified dbsource.execute api to a single method with two possible behaviors
(../ext rev 351.3.4)
2022-11-17 11:46:49 +01:00
webtec
824ff2ee95 CHG: adapted to base_external_dbsource; code refactored
(../ext rev 351.3.3)
2022-11-17 11:46:49 +01:00
Sébastien Alix
7ce632e0ce Merge pull request #197 from Tecnativa/15.0-dck-gh
[15.0][FIX] Updated from template
2022-11-17 11:44:56 +01:00
Víctor Martínez
4b5a0a86d0 [FIX] Updated from template 2022-11-17 10:20:38 +01:00
OCA-git-bot
8b77f2cc34 [UPD] addons table in README.md 2022-10-21 17:35:56 +00:00
OCA-git-bot
09d5ecd798 base_user_role 15.0.0.3.2 2022-10-21 17:35:51 +00:00
OCA-git-bot
5d4b2dfd6e Merge PR #181 into 15.0
Signed-off-by sebalix
2022-10-21 17:32:59 +00:00
OCA-git-bot
e87bd85858 [UPD] addons table in README.md 2022-10-20 07:16:55 +00:00
OCA-git-bot
55241f34a4 base_user_role 15.0.0.3.1 2022-10-20 07:16:50 +00:00
OCA-git-bot
52fd578d07 [UPD] README.rst 2022-10-20 07:16:50 +00:00
OCA-git-bot
d5e6387aad Merge PR #193 into 15.0
Signed-off-by sebalix
2022-10-20 07:14:15 +00:00
Sébastien Alix
716a918bf8 [DOC] base_user_role: set development status to 'Production/Stable' 2022-10-20 09:10:50 +02:00
OCA-git-bot
0c9fc77d7e [UPD] addons table in README.md 2022-10-17 14:58:37 +00:00
OCA-git-bot
b49212c3ca base_import_match 15.0.1.0.1 2022-10-17 14:58:32 +00:00
OCA-git-bot
cff574ac68 Merge PR #189 into 15.0
Signed-off-by sebalix
2022-10-17 14:55:19 +00:00
Katherine Zaoral
5afc84e3c0 [FIX] base_import_match: "Unable to use a closed cursor"
Cached methods should never return recordsets, which are tied to
specific context, env, cursor, uid. Instead, they should return IDs
which, later, can be browsed in the current context.

With this change _usable_rules() cached method is now returing ids instead
of a recordset, and also the _match_find method is properly browsing the
results ids of the cached method.
2022-10-11 15:16:52 +02:00
OCA Transbot
680387f85b Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-backend-15.0/server-backend-15.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-15-0/server-backend-15-0-base_user_role/
2022-09-28 11:09:45 +00:00
OCA-git-bot
385240f340 [UPD] addons table in README.md 2022-09-28 11:09:35 +00:00
OCA-git-bot
641ae499fe base_user_role 15.0.0.3.0 2022-09-28 11:09:31 +00:00
oca-ci
4538b2ba96 [UPD] Update base_user_role.pot 2022-09-28 11:07:18 +00:00
OCA-git-bot
578bf530a6 Merge PR #183 into 15.0
Signed-off-by sebalix
2022-09-28 11:05:33 +00:00
Kevin.roche
b51db88254 [IMP] base_user_role show rules and access 2022-09-28 11:34:26 +02:00
Sébastien Alix
a1004a8835 fixup! [FIX] base_user_role: Improve tests resiliency 2022-09-28 09:39:59 +02:00
Jairo Llopis
454fab074b [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
2022-08-31 14:17:41 +02:00
OCA-git-bot
86aba11534 [UPD] addons table in README.md 2022-08-11 12:39:41 +00:00
OCA-git-bot
802393cac4 base_user_role 15.0.0.2.1 2022-08-11 12:39:37 +00:00
OCA-git-bot
c966509f5b Merge PR #171 into 15.0
Signed-off-by sebalix
2022-08-11 12:37:06 +00:00
OCA Transbot
d7e1c26238 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-backend-15.0/server-backend-15.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-15-0/server-backend-15-0-base_user_role/
2022-08-11 11:10:54 +00:00
OCA-git-bot
9d7c30030c [UPD] addons table in README.md 2022-08-11 11:10:48 +00:00
OCA-git-bot
76cfea801c base_user_role 15.0.0.2.0 2022-08-11 11:10:44 +00:00