Weblate
552e80e5c4
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_suspend_security
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_suspend_security/
2023-10-09 20:24:48 +00:00
OCA-git-bot
3e1bdad071
[UPD] README.rst
2023-09-03 16:35:18 +00:00
OCA-git-bot
56e2180f97
base_suspend_security 12.0.1.0.4
2023-07-10 21:21:39 +00:00
hugues de keyzer
74851db119
[FIX] pass pre-commit
2023-07-10 19:47:46 +02:00
Francesco Foresti
70ed02b0fb
Translated using Weblate (Italian)
...
Currently translated at 100.0% (4 of 4 strings)
Translation: server-backend-12.0/server-backend-12.0-base_suspend_security
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_suspend_security/it/
2023-03-20 13:23:50 +00:00
OCA-git-bot
a051eb0fd8
base_suspend_security 12.0.1.0.3
2021-11-02 20:37:47 +00:00
Monica Diaz Pena
1d433f1099
Call super with normalized ids.
...
self._ids is expected to be a tuple instance, using that on SQL queries
will raise a `psycopg2.ProgrammingError: syntax error at or near "ARRAY"`.
Add test.
2021-11-02 15:17:41 -04:00
Francesco Foresti
a15ee4812c
Translated using Weblate (Italian)
...
Currently translated at 100.0% (4 of 4 strings)
Translation: server-backend-12.0/server-backend-12.0-base_suspend_security
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_suspend_security/it/
2021-10-13 12:35:01 +00:00
Ana Suárez
70f43690a6
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (4 of 4 strings)
Translation: server-backend-12.0/server-backend-12.0-base_suspend_security
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_suspend_security/es/
2021-03-16 18:46:02 +00:00
OCA-git-bot
045a3eb870
base_suspend_security 12.0.1.0.2
2021-02-17 09:10:18 +00:00
Holger Brunn
9e086b5346
[FIX] indentation
...
Co-authored-by: Andrea Stirpe <a.stirpe@onestein.nl >
2021-02-12 11:35:51 +01:00
Holger Brunn
d6a99cabc3
[FIX] base_suspend_security: Reuse existing suspended envs
2021-02-12 10:38:33 +01:00
Holger Brunn
f70b2f5ede
[FIX] base_suspend_security: Pretend to be a list of ints if neccessary
2021-02-12 10:38:33 +01:00
OCA-git-bot
36ac13f336
base_suspend_security 12.0.1.0.1
2020-01-25 06:47:44 +00:00
Monica Diaz Pena
35f5b88073
Fix flake8: E501 line too long
2020-01-24 17:24:32 -05: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
Rodrigo Macedo
e8bbdf6d0d
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (4 of 4 strings)
Translation: server-backend-12.0/server-backend-12.0-base_suspend_security
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_suspend_security/pt_BR/
2019-09-03 01:23:47 +00:00
OCA-git-bot
026406e76b
[UPD] README.rst
2019-07-29 03:37:50 +00:00
OCA Transbot
e4fa90d853
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_suspend_security
Translate-URL: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_suspend_security/
2019-03-03 16:08:34 +00:00
oca-travis
45cc7096cf
[UPD] Update base_suspend_security.pot
2019-02-21 14:29:43 +00:00
OCA-git-bot
bd8a513870
[UPD] README.rst
2019-02-21 14:23:39 +00:00
Pedro M. Baeza
92ebf2dc2a
[FIX] base_suspend_security: Adapt to upstream
...
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.
2019-02-21 15:23:34 +01:00
Denis Robinet (ACSONE)
4801c32f84
[12.0][MIG] Migrate base_suspend_security
2019-02-21 15:23:34 +01:00
OCA Transbot
39ca13d316
OCA Transbot updated translations from Transifex
2019-02-21 15:23:34 +01:00
Dmytro Katyukha
310b04bccc
[FIX] suspend security incorrect uid in env
2019-02-21 15:23:34 +01:00
Frédéric Garbely
61ca98ebe3
[MIG] base_suspend_security: Migration to 11.0
2019-02-21 15:23:34 +01:00
Stéphane Bidoul (ACSONE)
07592ea5bd
[FIX] rst syntax errors
2019-02-21 15:23:34 +01:00
Adrien Peiffer (ACSONE)
e719bc627e
[MIG] base_suspend_security to 10.0 ( #586 )
2019-02-21 15:23:34 +01:00
Pedro M. Baeza
1a5194c152
[MIG] Rename manifest files
2019-02-21 15:23:34 +01:00
Pedro M. Baeza
36c06b5099
[MIG] Make modules uninstallable
2019-02-21 15:23:34 +01:00
Laurent Mignon
ffcae3f36d
[FIX] Bump version to 9.0.1.0.0
2019-02-21 15:23:34 +01:00
Adrien Peiffer (ACSONE)
b7f756185d
[PORT] Port base_suspend_security to 9.0
2019-02-21 15:23:34 +01:00
Pedro M. Baeza
e35d4e0df5
[MIG] Make modules uninstallable
2019-02-21 15:23:34 +01:00
Stéphane Bidoul
c39aee54f3
[UPD] prefix versions with 8.0
2019-02-21 15:23:34 +01:00
Holger Brunn
032f163a22
[FIX] flake8
2019-02-21 15:23:34 +01:00
Holger Brunn
fe16cc7ca1
[ADD] base_suspend_security
2019-02-21 15:23:34 +01:00