Commit Graph

836 Commits (c48effd221f8104f2e86223bb10830a44b164168)

Author SHA1 Message Date
Erick Birbe 4ee1903896 [ADD] attachment_unindex_content: Module to disable file indexation
This module is intended to disable the indexation of data on the
ir.attachment model.

Attachment model has a field called 'index_content' where the content
of the attachment is read and stored directly in the database. This field is
useful in order to search content of a file. But most of cases it is not used,
so, you can install this module in order to:

- **Avoid Duplicating Data:** Because indexation extracts text content
from files and put it on the database in order it could be searched, but
this implies you have the file data in your `filestore` directory, and
also part (or sometimes all) of that data in your database too.
- **Improve Performance:** Since not all indexed files are plain text, they
require extra process to read them.

Maybe you could try to uninstall modules like `document` in order to
disable its indexation features, but you could face the uninstallation of other
modules that could be useful for you (e.g, `hr_recruitment` depends on that).

But even if you don't have `document` installed, you'd still have
plain text content indexation by default.

Using this module you will not require to uninstall any module to
disable the attachment content indexation, because we directly disable it at
`ir.attachment` base.
2023-02-23 21:17:33 +00:00
Weblate a906aff4d2 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-16.0/server-tools-16.0-onchange_helper
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-onchange_helper/
2023-02-23 16:09:37 +00:00
OCA-git-bot 9ab647fe83 [ADD] setup.py 2023-02-23 14:18:21 +00:00
OCA-git-bot e82dd8b0b1 [UPD] README.rst 2023-02-23 14:18:21 +00:00
OCA-git-bot edff6c89fd [UPD] addons table in README.md 2023-02-23 14:18:19 +00:00
oca-ci dfc60bbb94 [UPD] Update onchange_helper.pot 2023-02-23 14:15:44 +00:00
OCA-git-bot 0e78b4673b Merge PR #2479 into 16.0
Signed-off-by simahawk
2023-02-23 14:13:28 +00:00
Kevin Khao ea5695828a [MIG] onchange_helper: migration to 16.0 2023-02-23 12:25:20 +02:00
sbejaoui d01e665eeb [16.0][MIG] - base_time_window 2023-02-21 23:08:16 +01:00
Ignacio Buioli 3ac0ab55b6 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (26 of 26 strings)

Translation: server-tools-15.0/server-tools-15.0-base_time_window
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_time_window/es_AR/
2023-02-21 22:46:25 +01:00
Ignacio Buioli 3cb3da5a98 Added translation using Weblate (Spanish (Argentina)) 2023-02-21 22:46:25 +01:00
OCA-git-bot 1265d8c36d [UPD] README.rst 2023-02-21 22:46:25 +01:00
oca-ci 5662300588 [UPD] Update base_time_window.pot 2023-02-21 22:46:25 +01:00
Jasmin Solanki 1b9e58d0b8 [MIG] base_time_window: Migration to 15.0 2023-02-21 22:46:25 +01:00
OCA-git-bot db038c4e2e base_time_window 14.0.1.0.1 2023-02-21 22:46:25 +01:00
oca-travis 79e92480ca [UPD] Update base_time_window.pot 2023-02-21 22:46:25 +01:00
Matthieu Méquignon bbc233f97e base_time_window: Disallow hours > 23 2023-02-21 22:46:25 +01:00
oca-travis c213a0e94a [UPD] Update base_time_window.pot 2023-02-21 22:46:25 +01:00
dung.tran cbe187c73d [MIG] base_time_window: Migration to 14.0 2023-02-21 22:46:25 +01:00
OCA-git-bot 0c7af185fb [ADD] icon.png 2023-02-21 22:46:25 +01:00
OCA-git-bot ee132b9d9e [UPD] README.rst 2023-02-21 22:46:25 +01:00
oca-travis f5c6d92174 [UPD] Update base_time_window.pot 2023-02-21 22:46:25 +01:00
Akim Juillerat 02feb9457d [IMP] base_time_window: black, isort 2023-02-21 22:46:25 +01:00
Akim Juillerat e3910a572b Fixes and ROADMAP 2023-02-21 22:46:25 +01:00
Akim Juillerat c56676d281 Adapt test module 2023-02-21 22:46:25 +01:00
Akim Juillerat 67f2168d2f Adapt module to v13.0 and new usage 2023-02-21 22:46:25 +01:00
Laurent Mignong (ACSONE) 7947f599f0 Import files from Acsone 2023-02-21 22:46:25 +01:00
Akim Juillerat 0760e9f659 Create module base_time_window 2023-02-21 22:46:25 +01:00
OCA-git-bot e598ecae37 [UPD] addons table in README.md 2023-02-21 09:49:18 +00:00
OCA-git-bot 03063f8f6e session_db 16.0.1.0.3 2023-02-21 09:49:13 +00:00
OCA-git-bot 940a0f879a Merge PR #2550 into 16.0
Signed-off-by sbidoul
2023-02-21 09:46:00 +00:00
Stéphane Bidoul 2277d97458 session_db: improve cursor release 2023-02-10 19:59:59 +01:00
Stéphane Bidoul b13029ab08 session_db: cosmetics 2023-02-10 19:36:00 +01:00
Stéphane Bidoul 8023bff1b6 session_db: gevent and thread support
There were concurrency issues in evented mode.
So while I was at it, I added support for threaded mode too.
2023-02-10 19:36:00 +01:00
Stéphane Bidoul b469f8ae85 Update dotfiles 2023-02-10 19:35:16 +01:00
Nikul-OSI 3b5f41c0de [MIG] base_search_fuzzy: Migrated to v16 2023-02-04 21:23:43 +00:00
Ignacio Buioli ca64967391 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (18 of 18 strings)

Translation: server-tools-15.0/server-tools-15.0-base_search_fuzzy
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_search_fuzzy/es_AR/
2023-02-04 21:07:03 +00:00
OCA-git-bot 5aa0618eed README.rst 2023-02-04 21:07:03 +00:00
oca-ci c742af58f2 Update base_search_fuzzy.pot 2023-02-04 21:07:03 +00:00
Eduardo De Miguel 17294c6085 base_search_fuzzy: Migration to 15.0
[ADD] Roadmap: Module no longer needed from v16
2023-02-04 21:07:03 +00:00
Eduardo De Miguel ee9c3dd365 base_search_fuzzy: black, isort, prettier 2023-02-04 21:07:03 +00:00
Rodrigo Macedo 231606dcdd Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (18 of 18 strings)

Translation: server-tools-14.0/server-tools-14.0-base_search_fuzzy
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-base_search_fuzzy/pt_BR/
2023-02-04 21:07:03 +00:00
OCA Transbot f4bc412795 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-14.0/server-tools-14.0-base_search_fuzzy
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-base_search_fuzzy/
2023-02-04 21:07:03 +00:00
oca-travis 888339fce3 Update base_search_fuzzy.pot 2023-02-04 21:07:03 +00:00
OCA-git-bot 2f4bdc490d README.rst 2023-02-04 21:07:03 +00:00
Jairo Llopis 52bfe5b2e5 base_search_fuzzy: correct patching, remove similarity order
- [Server-wide patching should be done in `post_load` hook][1], and there's where it's done now.
- Remove similarity order, as it had no use in the wild and was buggy.
- Refactor monkey patch to remove some nonsense.
- Move tests to at_install mode, now that the patch is installed correctly.

@Tecnativa TT31444
2023-02-04 21:07:03 +00:00
OCA-git-bot bc1f0422d0 README.rst 2023-02-04 21:07:03 +00:00
oca-travis 02d5100ae7 Update base_search_fuzzy.pot 2023-02-04 21:07:03 +00:00
Areeb Siddiqi 2d95afc1f7 base_search_fuzzy: Migration to 14.0 2023-02-04 21:07:03 +00:00
Areeb Siddiqi af8562c241 base_search_fuzzy: black, isort, prettier 2023-02-04 21:07:03 +00:00