Rad0van
79bd879eb4
[FIX] base_import_match: importing related o2m records
...
The original code did improperly handle importing
related one2many records where at best all their
attribute values would get overwritten by last
of them. This was caused by mapping them only by
their first part.
2022-01-25 22:37:05 +01:00
OCA Transbot
0414dd0b05
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-01-07 19:16:32 +00:00
oca-travis
15fe810b12
[UPD] Update base_external_dbsource.pot
2022-01-07 19:16:21 +00:00
sergio.teruel
c031fde4d5
[IMP] base_external_dbsource: Add company field to backend
...
fw-port from b7f439e04a
2022-01-07 20:07:00 +01:00
OCA-git-bot
66ea86aa8c
[ADD] setup.py
2021-10-16 06:34:31 +00:00
Pedro M. Baeza
ccc8da2050
[OU-FIX] base_global_discount: Fix SQL that splits discounts by type
...
It needs to link the global discount record to see its type.
2021-10-02 14:18:01 +02:00
OCA-git-bot
88cf414ef4
base_import_match 13.0.1.0.1
2021-09-15 06:34:37 +00:00
OCA-git-bot
27d2eea8bf
Merge PR #134 into 13.0
...
Signed-off-by Yajo
2021-09-15 06:22:28 +00:00
Katherine Zaoral
5a3ea46b8b
[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.
2021-09-14 17:05:15 -03:00
OCA-git-bot
67439e51a0
[ADD] setup.py
2021-07-04 00:01:25 +00:00
OCA-git-bot
5da300c04c
[UPD] README.rst
2021-07-04 00:01:24 +00:00
oca-travis
a8720c864a
[UPD] Update base_external_system.pot
2021-07-03 21:38:12 +00:00
OCA-git-bot
3972c8f010
Merge PR #85 into 13.0
...
Signed-off-by dreispt
2021-07-03 19:01:16 +00:00
OCA Transbot
86bf1a39b6
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_global_discount
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_global_discount/
2021-04-21 17:03:06 +00:00
OCA-git-bot
1aa7eb64d2
base_global_discount 13.0.2.0.0
2021-04-21 17:02:55 +00:00
oca-travis
cea4c5f8a1
[UPD] Update base_global_discount.pot
2021-04-21 16:57:00 +00:00
OCA-git-bot
61100fa434
Merge PR #121 into 13.0
...
Signed-off-by pedrobaeza
2021-04-21 16:48:21 +00:00
david
1858715d79
[IMP] base_global_discount: add specific security group
...
This way, it will be easier to decide who can set discount or not. The
current group scope is too broad.
2021-04-20 18:27:44 +02:00
Ana Suárez
2b1d6830ae
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (29 of 29 strings)
Translation: server-backend-13.0/server-backend-13.0-base_user_role_history
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_user_role_history/es/
2021-03-16 18:45:56 +00:00
Ana Suárez
2b44eb5d0c
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (40 of 40 strings)
Translation: server-backend-13.0/server-backend-13.0-base_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_user_role/es/
2021-03-16 18:45:56 +00:00
Ana Suárez
814190721b
Added translation using Weblate (Spanish)
2021-03-16 16:17:16 +00:00
Cas Vissers
9c30a8b9c4
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: server-backend-13.0/server-backend-13.0-base_global_discount
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_global_discount/nl_NL/
2021-01-29 11:44:56 +00:00
Cas Vissers
0f7233cf57
Added translation using Weblate (Dutch)
2021-01-29 08:57:40 +00:00
OCA-git-bot
7a0eedbd48
[ADD] setup.py
2021-01-21 09:06:17 +00:00
oca-travis
5daf448038
[UPD] Update base_external_dbsource_mssql.pot
2021-01-21 09:00:43 +00:00
OCA-git-bot
9f2c7e4e4c
Merge PR #60 into 13.0
...
Signed-off-by pedrobaeza
2021-01-21 08:53:03 +00:00
Sergio Teruel
50582a6def
[MIG] base_external_dbsource_mssql: Migration to v13.0
2021-01-20 21:11:31 +01:00
oca-travis
5b93086045
[UPD] Update base_external_dbsource_mssql.pot
2021-01-20 19:00:25 +01:00
Sergio Teruel
ea309ffce4
[MIG] base_external_dbsource_mssql: Migration to v12.0
2021-01-20 19:00:25 +01:00
Sergio Teruel Albert
d487b1192e
[11.0][MIG] base_external_dbsource_mssql: Migration to v11.0
...
[UPD] README.rst
[UPD] Update base_external_dbsource_mssql.pot
[UPD] README.rst
2021-01-20 19:00:25 +01:00
Dave Lasley
a0d878cc84
[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
2021-01-20 19:00:25 +01:00
OCA Transbot
98c0bb00b6
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_user_role
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_user_role/
2020-12-21 12:44:47 +00:00
OCA-git-bot
9ab8df9029
base_user_role 13.0.1.2.0
2020-12-21 12:43:58 +00:00
OCA-git-bot
6ee3ead5b9
[UPD] README.rst
2020-12-21 12:43:58 +00:00
oca-travis
07913aa888
[UPD] Update base_user_role.pot
2020-12-21 12:31:46 +00:00
OCA-git-bot
416e4f7753
Merge PR #106 into 13.0
...
Signed-off-by pedrobaeza
2020-12-21 12:23:59 +00:00
Harald Panten
f35bf42e2e
[IMP] base_user_role: Adding a new tab for user comments in roles form.
2020-12-21 12:46:50 +01:00
OCA-git-bot
4e53b3c77c
base_user_role 13.0.1.1.0
2020-12-16 12:30:11 +00:00
OCA-git-bot
9b56172300
Merge PR #92 into 13.0
...
Signed-off-by StefanRijnhart
2020-12-16 12:10:53 +00:00
OCA Transbot
30808ceac1
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_global_discount
Translate-URL: https://translation.odoo-community.org/projects/server-backend-13-0/server-backend-13-0-base_global_discount/
2020-12-10 22:31:07 +00:00
Hbto [ Vauxoo ]
96e4d50fbd
[FIX] Freezing mysqlclient version to 2.0.1 as more recent 2.0.2 ( #101 )
...
makes the CI to fail
2020-12-10 16:30:58 -06:00
OCA-git-bot
8858a89ebb
[ADD] setup.py
2020-11-06 11:13:43 +00:00
oca-travis
44a2d864fe
[UPD] Update base_global_discount.pot
2020-11-06 10:50:10 +00:00
OCA-git-bot
b866eaa554
Merge PR #96 into 13.0
...
Signed-off-by pedrobaeza
2020-11-06 10:27:26 +00:00
Stéphane Bidoul
682e8ff6f2
Upgrade pylint-odoo for 13.0 [ci skip]
...
This is apprently necessary for the
development status checks to work correctly.
2020-11-05 18:05:10 +01:00
Ernesto Tejeda
2ba9cb53e7
[MIG] base_global_discount: Migration to 13.0
2020-11-05 10:28:42 -05:00
Ernesto Tejeda
5830b70af5
[IMP] base_global_discount: black, isort, prettier
2020-11-04 19:27:21 -05:00
Pedro Castro Silva
30ab7d7532
Added translation using Weblate (Portuguese)
2020-11-04 19:27:21 -05:00
Manuel Calero
1345ad0bed
[MIG] base_global_discount: Migration to 12.0
2020-11-04 19:27:21 -05:00
David
b47b5ff22a
[ADD] base_global_discount: New Module 11.0
2020-11-04 19:27:21 -05:00