Laurent Mignon (ACSONE)
e629cac52f
[FIX] base_jsonify: Add tz info into serialized datetime
2023-02-27 10:05:54 +01:00
Laurent Mignon (ACSONE)
4a95e38d9d
[IMP] base_jsonify: Serialize Date and Datetime into ISO 8601 format
2023-02-27 10:05:54 +01:00
OCA-git-bot
87d87ef296
base_jsonify 13.0.1.0.1
2023-02-27 10:05:54 +01:00
Laurent Mignon (ACSONE)
b08a2dfaf3
[FIX] base_jsonify: In odoo 12, Date and Datetime fields values are datetime object
...
Convert fields.Date and fields.Datetime values to string when serializing to json
2023-02-27 10:05:54 +01:00
OCA-git-bot
0bdbbf9ad8
[UPD] README.rst
2023-02-27 10:05:54 +01:00
oca-travis
3ebe6349af
[UPD] Update base_jsonify.pot
2023-02-27 10:05:54 +01:00
Laurent-Corron
96e3ad7459
[MIG] base_jsonify: Migration to 13.0
2023-02-27 10:05:54 +01:00
laurent.corron
b92f8d5244
[IMP] base_jsonify: black, isort
2023-02-27 10:05:54 +01:00
OCA Transbot
5a1172f34a
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-12.0/server-tools-12.0-base_jsonify
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-base_jsonify/
2023-02-27 10:05:54 +01:00
OCA-git-bot
725a054a91
base_jsonify 12.0.1.1.0
2023-02-27 10:05:54 +01:00
oca-travis
f8382d3842
[UPD] Update base_jsonify.pot
2023-02-27 10:05:54 +01:00
Laurent Mignon (ACSONE)
6c5e9f3bb0
[FIX]base_jsonify: Preserve initial order on ir.export.line
...
We can't change the order on ir.export.line since it's used to preserve the order speicifed by the user when creating a export filter into the UI
2023-02-27 10:05:54 +01:00
黎伟杰
de9e13411b
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (11 of 11 strings)
Translation: server-tools-12.0/server-tools-12.0-base_jsonify
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-base_jsonify/zh_CN/
2023-02-27 10:05:54 +01:00
黎伟杰
d4098ad1b5
Added translation using Weblate (Chinese (Simplified))
2023-02-27 10:05:54 +01:00
OCA-git-bot
95a308ef7b
[UPD] README.rst
2023-02-27 10:05:54 +01:00
OCA-git-bot
811f019d65
[ADD] icon.png
2023-02-27 10:05:54 +01:00
oca-travis
0c3304d078
[UPD] Update base_jsonify.pot
2023-02-27 10:05:54 +01:00
OCA-git-bot
cabf1fe147
[UPD] README.rst
2023-02-27 10:05:54 +01:00
Simone Orsi
fa9db3d975
[12.0][MIG] base_jsonify: cleanup
2023-02-27 10:05:54 +01:00
Simone Orsi
172243a7fe
[12.0][MIG] base_jsonify: py3
2023-02-27 10:05:54 +01:00
oca-travis
b8516d714a
[UPD] Update base_jsonify.pot
2023-02-27 10:05:54 +01:00
OCA-git-bot
1ed413d5f6
[UPD] README.rst
2023-02-27 10:05:54 +01:00
Pierrick brun
ec8473059a
base_jsonify: misc fixes on comments/docstrings
2023-02-27 10:05:54 +01:00
Sylvain Le Gal
3ffa00c6f4
base_jsonify: add view for ir.exports
2023-02-27 10:05:54 +01:00
Pierrick Brun
50060e8e3e
base_jsonify: Use readme fragment mechanism
2023-02-27 10:05:54 +01:00
beau sebastien
a633bcf6e9
base_jsonify: restore travis configuration ( #112 )
...
* [ADD] restore travis configuration
* [PEP] fix pep8
* [REF] exclude product_categ_available_pos of testing due to issue https://github.com/odoo/odoo/pull/23749
2023-02-27 10:05:54 +01:00
Laurent Mignon (ACSONE)
52d508ed9b
base_jsonify: Output 'false' into json only for boolean fields
2023-02-27 10:05:54 +01:00
hpar
36d8adea96
base_jsonify: cleanups
...
remove copyrights from init and update copyrights
2023-02-27 10:05:54 +01:00
Sébastien BEAU
bc2565e117
base_jsonify: remove False for int, float, string
2023-02-27 10:05:54 +01:00
Sébastien BEAU
9d9d8bfdc8
base_jsonify: add support of reference fields
2023-02-27 10:05:54 +01:00
Laurent Mignon (ACSONE)
a149deff5f
base_jsonify: typo
2023-02-27 10:05:54 +01:00
Laurent Mignon (ACSONE)
8941042826
base_jsonify: Allow fields aliasing in jsonify
2023-02-27 10:05:54 +01:00
Sébastien BEAU
9af356504f
add base_jsonify module
2023-02-27 10:05:54 +01:00
OCA-git-bot
cb92cba5c2
attachment_unindex_content 14.0.1.0.1
2023-02-23 21:17:33 +00:00
OCA-git-bot
43341d7a03
[UPD] README.rst
2023-02-23 21:17:33 +00:00
Luis González
e9343450a5
[FIX] attachment_unindex_content: unsupported param on _index method
...
Odoo introduced a new param `checksum` to the method `_index` on the
attachment model [1]. Since that param is not supported on this model,
the following error is now being raised:
TypeError: _index() got an unexpected keyword argument 'checksum'
[1] https://github.com/odoo/odoo/commit/3d59cc84
2023-02-23 21:17:33 +00:00
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
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