Commit Graph

187 Commits (b6c0acb8a68a332100b4c449ad673d41e8c613ee)

Author SHA1 Message Date
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
Raphaël Valyi 5ae9ffa453 [MIG] base_view_inheritance_extension: Migration to 12.0 2022-12-06 20:24:12 +01:00
oca-travis 0e4e667c19 [UPD] Update base_view_inheritance_extension.pot 2022-12-06 20:24:12 +01:00
Sergio Teruel 7d27d9eb7b [MIG] base_view_inheritance_extension: Migration to 11.0 2022-12-06 20:24:12 +01:00
oca-travis bd9ce7c488 [UPD] Update base_view_inheritance_extension.pot 2022-12-06 20:24:12 +01:00
Holger Brunn 896c2ae09c [FIX] base_view_inheritance_extension: 2 things:
*  warning about dynamic context
* import for safe_eval
2022-12-06 20:24:12 +01:00
Holger Brunn 135b9f2fa7 [FIX] don't break when an attribute node in an xpath makes the
expression not match the node any more. Fixes #885
2022-12-06 20:24:12 +01:00
lfreeke 2d4ba31965 [MIG] base_view_inheritance_extension to 10.0 2022-12-06 20:24:12 +01:00
Ronald Portier 126dab9e5c [8.0][ADD] Add list manipulation operations to base_view_inheritance_extension. (#804)
* Add list_add operation.
* Add list_remove operation.

OCA Transbot updated translations from Transifex
2022-12-06 20:24:12 +01:00
Pedro M. Baeza 5a61880134 [MIG] base_view_inheritance_extension: Migration to 9.0
Trivial changes:

* Version in README changed
* Version in manifest changed

OCA Transbot updated translations from Transifex

OCA Transbot updated translations from Transifex
2022-12-06 20:24:12 +01:00
Jairo Llopis 30094d5621 [base_view_inheritance_extension] Relicense to LGPL. (#4) 2022-12-06 20:24:12 +01:00