Commit Graph

197 Commits (ec07ac73e6a054f6953a2144cdd43da7429a3c58)

Author SHA1 Message Date
Ignacio Buioli ec07ac73e6 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (4 of 4 strings)

Translation: server-tools-14.0/server-tools-14.0-attachment_unindex_content
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-attachment_unindex_content/es_AR/
2023-02-23 21:17:33 +00:00
Ignacio Buioli f39fe04757 Added translation using Weblate (Spanish (Argentina)) 2023-02-23 21:17:33 +00:00
Dept. Técnico 53b1e1e9c4 Added translation using Weblate (Catalan) 2023-02-23 21:17:33 +00:00
OCA-git-bot 5ca8f258ec [UPD] README.rst 2023-02-23 21:17:33 +00:00
oca-travis 43c4da1866 [UPD] Update attachment_unindex_content.pot 2023-02-23 21:17:33 +00:00
Randall Castro 9e40d49129 [MIG] attachment_unindex_content: Migration to 14.0 2023-02-23 21:17:33 +00:00
OCA-git-bot f2153af868 [UPD] README.rst 2023-02-23 21:17:33 +00:00
oca-travis 79612dcacd [UPD] Update attachment_unindex_content.pot 2023-02-23 21:17:33 +00:00
Randall Castro d182c4b03e [MIG] attachment_unindex_content: Migration to 13.0 2023-02-23 21:17:33 +00:00
Randall Castro fad58840f1 [IMP] attachment_unindex_content: black, isort, prettier 2023-02-23 21:17:33 +00:00
OCA-git-bot b6c0acb8a6 [ADD] icon.png 2023-02-23 21:17:33 +00:00
oca-travis 01409a3c30 [UPD] Update attachment_unindex_content.pot 2023-02-23 21:17:33 +00:00
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
oca-git-bot 7fdeff00ae [IMP] update dotfiles [ci skip] 2022-12-12 00:10:05 +01:00
OCA-git-bot 0957aa46e1 [ADD] setup.py 2022-12-07 07:44:02 +00:00
OCA-git-bot d88c238054 [UPD] README.rst 2022-12-07 07:44:01 +00:00
OCA-git-bot 43da45dc93 [UPD] addons table in README.md 2022-12-07 07:44:00 +00:00
oca-ci 10df566046 [UPD] Update base_view_inheritance_extension.pot 2022-12-07 07:41:29 +00:00
OCA-git-bot ee2b883a5f Merge PR #2494 into 16.0
Signed-off-by pedrobaeza
2022-12-07 07:39:38 +00:00
Raf Ven 152af1a5b5 [MIG] base_view_inheritance_extension: Fix demo view 2022-12-06 23:09:47 +01:00
Enric Tobella 040320c881 [MIG] base_view_inheritance_extension: Migration to 16.0 2022-12-06 21:06:45 +01:00
Enric Tobella 29e3e5fb4e [IMP] base_view_inheritance_extension: black, isort, prettier 2022-12-06 20:26:01 +01:00
OCA-git-bot 836f68352b base_view_inheritance_extension 15.0.1.0.2 2022-12-06 20:24:12 +01:00
Sébastien Alix a227c1e942 [FIX] b_v_inheritance_extension: fix parsing of 'update' operation
This fixes an error we could get if the attribute of the inherited tag
has some extra carriage returns.

Exception raised: SyntaxError: unexpected EOF while parsing
2022-12-06 20:24:12 +01:00
Ignacio Buioli 45e79144af Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (3 of 3 strings)

Translation: server-tools-15.0/server-tools-15.0-base_view_inheritance_extension
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_view_inheritance_extension/es_AR/
2022-12-06 20:24:12 +01:00
Ignacio Buioli 3a0bb0cbfa Added translation using Weblate (Spanish (Argentina)) 2022-12-06 20:24:12 +01:00
OCA-git-bot 48747c8ccf base_view_inheritance_extension 15.0.1.0.1 2022-12-06 20:24:12 +01:00
OCA-git-bot 3f696ed424 [UPD] README.rst 2022-12-06 20:24:12 +01:00
Cesar Andres Sanchez 617ddffd77 [IMP] Update development_status Mature 2022-12-06 20:24:12 +01:00
OCA-git-bot d65f46851d [UPD] README.rst 2022-12-06 20:24:12 +01:00
oca-ci 9abad79771 [UPD] Update base_view_inheritance_extension.pot 2022-12-06 20:24:12 +01:00
Ivàn Todorovich 1b70255898 [MIG] base_view_inheritance_extension: Migration to 15.0
* Removed `list_add` and `list_remove`, they've been deprecated and
implemented in Odoo core since several versions ago.

* Removed `move`, as it has also already been implemented in core several
versions ago.

* Replaced `python_dict` by `update`, that performs an operation similar
to :meth:`dict.update`, but on the ast.Dict.
2022-12-06 20:24:12 +01:00
OCA-git-bot 44871e11f2 base_view_inheritance_extension 14.0.1.1.0 2022-12-06 20:24:12 +01:00
OCA-git-bot 761b9d56b7 [UPD] README.rst 2022-12-06 20:24:12 +01:00
Ivàn Todorovich f915726fa7 [UPD] base_view_inheritance_extension: readme - deprecate list_add and list_remove 2022-12-06 20:24:12 +01:00
Ivàn Todorovich 8e2e89bef6 [IMP] base_view_inheritance_extension: real python_dict 2022-12-06 20:24:12 +01:00
OCA-git-bot 01532a0eab base_view_inheritance_extension 14.0.1.0.1 2022-12-06 20:24:12 +01:00
OCA-git-bot df587ee77d [UPD] README.rst 2022-12-06 20:24:12 +01:00
oca-travis 8c05707a6b [UPD] Update base_view_inheritance_extension.pot 2022-12-06 20:24:12 +01:00
Julien Coux 434a40ba38 Fix apply inheritance specs on views (pre_locate) 2022-12-06 20:24:12 +01:00
Alexis de Lattre be24def022 [MIG] base_view_inheritance_extension to v14 2022-12-06 20:24:12 +01:00
OCA-git-bot e6a02a6826 base_view_inheritance_extension 13.0.1.0.1 2022-12-06 20:24:12 +01:00
Carlos Lopez e4bd8354dd FIX: add missing params on function apply_inheritance_specs 2022-12-06 20:24:12 +01:00
OCA Transbot daf022ff40 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-13.0/server-tools-13.0-base_view_inheritance_extension
Translate-URL: https://translation.odoo-community.org/projects/server-tools-13-0/server-tools-13-0-base_view_inheritance_extension/
2022-12-06 20:24:12 +01:00
oca-travis 32b2dfb7a2 [UPD] Update base_view_inheritance_extension.pot 2022-12-06 20:24:12 +01:00
Sergio Teruel d1a9c492f7 [MIG] base_view_inheritance_extension: Migration to v13.0 2022-12-06 20:24:12 +01:00
Sergio Teruel 45542a0071 [IMP] base_view_inheritance_extension: black, isort 2022-12-06 20:24:12 +01:00
OCA-git-bot 848ad96c1e [UPD] README.rst 2022-12-06 20:24:12 +01:00
oca-travis 50c74625ae [UPD] Update base_view_inheritance_extension.pot 2022-12-06 20:24:12 +01:00
Alexis de Lattre a27f029be7 Remove the "move" feature which is now native
Use https in URL to licence
2022-12-06 20:24:12 +01:00