David
db964544d7
[ADD] base_global_discount: New Module 11.0
2021-12-21 19:57:41 +01:00
OCA-git-bot
b21ae62496
[ADD] setup.py
2021-12-04 14:07:12 +00:00
OCA-git-bot
2b2681dd07
[UPD] README.rst
2021-12-04 14:07:11 +00:00
OCA-git-bot
41b14e13d6
[UPD] addons table in README.md
2021-12-04 14:07:10 +00:00
oca-travis
a59e838f89
[UPD] Update base_user_role_profile.pot
2021-12-04 13:53:00 +00:00
OCA-git-bot
52c3496ec4
Merge PR #104 into 14.0
...
Signed-off-by dreispt
2021-12-04 13:50:05 +00:00
oca-git-bot
c4c62a7075
[IMP] update dotfiles [ci skip]
2021-11-10 22:36:37 +01:00
OCA-git-bot
95178cc0cc
[UPD] addons table in README.md
2021-11-04 18:50:58 +00:00
OCA-git-bot
b3b6cd6d30
base_user_role_company 14.0.1.1.0
2021-11-04 18:50:53 +00:00
OCA-git-bot
f115a727f7
Merge PR #137 into 14.0
...
Signed-off-by dreispt
2021-11-04 18:30:23 +00:00
Andrii Skrypka
10152e6602
[FIX] base_user_role_company: wrong xpath
2021-11-03 10:15:08 +02:00
oca-git-bot
a83cf02bc9
[IMP] update dotfiles [ci skip]
2021-10-21 17:47:18 +02:00
OCA-git-bot
5465ce2de4
[ADD] setup.py
2021-10-16 06:34:48 +00:00
bilbonet
b9843fe1c7
[FIX] pre-commit
2021-10-05 19:28:54 +02:00
Mi Di
57549dddf8
Translated using Weblate (Vietnamese)
...
Currently translated at 100.0% (27 of 27 strings)
Translation: server-backend-14.0/server-backend-14.0-base_import_match
Translate-URL: https://translation.odoo-community.org/projects/server-backend-14-0/server-backend-14-0-base_import_match/vi_VN/
2021-09-25 14:34:27 +00:00
Mi Di
1e67df6cfe
Translated using Weblate (Vietnamese)
...
Currently translated at 87.1% (34 of 39 strings)
Translation: server-backend-14.0/server-backend-14.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-14-0/server-backend-14-0-base_user_role/vi_VN/
2021-09-25 14:34:07 +00:00
OCA-git-bot
94c7038a42
[UPD] addons table in README.md
2021-08-14 04:46:16 +00:00
Jairo Llopis
cdf3c5695b
[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
2021-07-29 14:20:57 +02:00
bilbonet
269949c0ee
[MIG] base_external_dbsource: Migration to 14.0
2021-07-13 19:08:14 +02:00
bilbonet
413d42c69c
[IMP] base_external_dbsource: black, isort, prettier
2021-07-13 17:31:30 +02:00
OCA Transbot
fe0ed4ed4c
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/
2021-07-13 17:03:09 +02:00
OCA-git-bot
c682dcc752
pre-commit update
2021-07-13 17:03:09 +02:00
OCA Transbot
a87badacb4
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/
2021-07-13 17:03:09 +02:00
oca-travis
92f0761b4e
[UPD] Update base_external_dbsource.pot
2021-07-13 17:03:09 +02:00
Sergio Teruel
0ed5569255
[MIG] base_external_dbsource: Migration to v13.0
2021-07-13 17:03:09 +02:00
OCA Transbot
d722f84f50
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/
2021-07-13 17:03:09 +02:00
oca-travis
142d2063e5
[UPD] Update base_external_dbsource.pot
2021-07-13 17:03:09 +02:00
OCA Transbot
85a490fd9a
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/
2021-07-13 17:03:09 +02:00
oca-travis
2f5ce0ebdf
[UPD] Update base_external_dbsource.pot
2021-07-13 17:03:09 +02:00
OCA-git-bot
d13241a3d1
base_external_dbsource 12.0.1.0.1
2021-07-13 17:03:09 +02:00
Jairo Llopis
e6a309d07d
[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.
2021-07-13 17:03:09 +02:00
Rodrigo Macedo
84b61c3836
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/
2021-07-13 17:03:09 +02:00
OCA-git-bot
297b2793f3
[UPD] README.rst
2021-07-13 17:03:09 +02:00
OCA Transbot
5356658176
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/
2021-07-13 17:03:09 +02:00
oca-travis
02a5037d04
[UPD] Update base_external_dbsource.pot
2021-07-13 17:03:09 +02:00
OCA-git-bot
e63b27eb35
[UPD] README.rst
2021-07-13 17:03:09 +02:00
Adrià Gil Sorribes
6d4ae039be
[12.0][MIG] Migrate module base_external_dbsource
2021-07-13 17:03:09 +02:00
oca-travis
111830044d
[UPD] Update base_external_dbsource.pot
2021-07-13 17:03:09 +02:00
OCA Git Bot
7ca62f57cd
[UPD] README.rst
2021-07-13 17:03:09 +02:00
Sergio Teruel Albert
f0ffc73b33
[11.0][MIG] base_external_dbsource: Migration to v11.0
2021-07-13 17:03:09 +02:00
oca-travis
4b201e46d0
[UPD] Update base_external_dbsource.pot
2021-07-13 17:03:09 +02:00
Dave Lasley
a066a1de83
[FIX] base_external_dbsource: Fix PQ connection
...
* Use `conn_string_full` in pg connection to fix #888
2021-07-13 17:03:09 +02:00
OCA Transbot
c5b2f67653
OCA Transbot updated translations from Transifex
2021-07-13 17:03:09 +02:00
Dave Lasley
6421f19e64
[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
2021-07-13 17:03:09 +02:00
Daniel Reis
ed129bcf2e
Relicense to LGPL
...
With the agreement of authors and contributors.
Closes #635 (https://github.com/OCA/server-tools/issues/635 )
2021-07-13 17:03:09 +02:00
Michell Stuttgart
f72d8333fc
[10.0] Add Firebird database support to base_external_dbsource ( #623 )
2021-07-13 17:03:09 +02:00
OCA Transbot
beec43d591
OCA Transbot updated translations from Transifex
2021-07-13 17:03:09 +02:00
Henry Zhou
e618e65d12
[MIG][10.0] base_external_dbsource ( #578 )
2021-07-13 17:03:09 +02:00
OCA Transbot
b73f870c61
OCA Transbot updated translations from Transifex
2021-07-13 17:03:09 +02:00
Gervais Naoussi
3d93a57b56
[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
2021-07-13 17:03:09 +02:00