Jairo Llopis
c67fb87a4a
Add ondelete attribute, required for Many2one fields in v9.
8 years ago
Jairo Llopis
7bd2718c09
Raise version.
8 years ago
Jairo Llopis
01be895270
Add uninstall hook to avoid garbage images hanging around after submodule is uninstalled.
8 years ago
Jairo Llopis
b60462f79d
Add a reference field to get to the owner with 1 click.
8 years ago
Jairo Llopis
92b4bfb176
Use v9 ormcache.
8 years ago
OCA Transbot
8efb53bed5
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
4c510286b2
OCA Transbot updated translations from Transifex
9 years ago
sebalix
dc8b509bb3
[FIX] base_multi_image - Fix method name
9 years ago
sebalix
39437f51e2
[FIX] base_multi_image - Make validation error messages translatable
9 years ago
sebalix
2e7b0a6880
[FIX] base_multi_image - Clean up + updated comments
9 years ago
sebalix
46919e5ddc
[IMP] base_multi_image - Select only images as attachments
9 years ago
sebalix
d7dc30f847
[FIX] base_multi_image - New storage backend 'Filestore' to link an existing attachment record + Fix the 'pre_init_hook_for_submodules()' hook to extract the images from the ir_attachment table for binary fields initialized with the 'attachment=True' parameter
9 years ago
OCA Transbot
3d333fc7d9
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
2f937818e3
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
e720726d4f
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
043f9c1040
OCA Transbot updated translations from Transifex
9 years ago
Atchuthan, Sodexis
d5ac82425f
[MIG][9.0] base_multi_image
9 years ago
OCA Transbot
dd50578f10
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
aeddff02c0
OCA Transbot updated translations from Transifex
9 years ago
Jairo Llopis
474568e654
Fix bug that made previous images to disappear.
See https://github.com/OCA/product-attribute/pull/135#issuecomment-191358505 .
9 years ago
Jairo Llopis
6f9d45e246
Add known issues section.
9 years ago
Jairo Llopis
b45c6bee6a
Remove wrong copyright.
9 years ago
Jairo Llopis
b740db6475
Cache images' URL.
9 years ago
Jairo Llopis
0d8258cf32
Reduce methods.
9 years ago
Jairo Llopis
23e67d11fe
Add sequence to images.
9 years ago
Jairo Llopis
551d2755e3
Do not require a name.
9 years ago
Jairo Llopis
f28779af8e
No default value for storage.
9 years ago
Jairo Llopis
7157529ab8
Tenames and typos.
9 years ago
Jairo Llopis
50c93aef68
Extend model example.
9 years ago
Jairo Llopis
0741335212
Split model in abstract & concrete.
9 years ago
Laurent Mignon (ACSONE)
c1374f515b
base_jsonify 12.0.1.1.2
5 years ago
OCA-git-bot
558738769e
Merge PR #1714 into 12.0
Signed-off-by moylop260
5 years ago
OCA-git-bot
e02d8d26c0
[ADD] setup.py
5 years ago
OCA-git-bot
92f928c1e3
[ADD] icon.png
5 years ago
oca-travis
44bc6c76b2
[UPD] Update attachment_unindex_content.pot
5 years ago
OCA-git-bot
d0acc743d8
Merge PR #1713 into 12.0
Signed-off-by moylop260
5 years ago
Laurent Mignon (ACSONE)
b5543b68cb
[FIX] base_jsonify: Serialize datetime into the user's timezone
5 years ago
Laurent Mignon (ACSONE)
74218643b1
[FIX] base_jsonify: Add tz info into serialized datetime
5 years ago
Laurent Mignon (ACSONE)
b40f142d33
[IMP] base_jsonify: Serialize Date and Datetime into ISO 8601 format
5 years ago
Erick Birbe
0c2c38624a
[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.
5 years ago
OCA-git-bot
feae1f6459
base_jsonify 12.0.1.1.1
5 years ago
OCA-git-bot
e55200aaae
Merge PR #1711 into 12.0
Signed-off-by lmignon
5 years ago
Laurent Mignon (ACSONE)
560ba5b3cb
[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
5 years ago
OCA Transbot
183e97b166
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-12.0/server-tools-12.0-sql_request_abstract
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-sql_request_abstract/
5 years ago
oca-travis
cd0c6767fa
[UPD] Update sql_request_abstract.pot
5 years ago
OCA-git-bot
d27bed66d9
Merge PR #1708 into 12.0
Signed-off-by moylop260
5 years ago
David Beal
65241d6dea
ADD module mrp_component_consumption_gap
5 years ago
OCA Transbot
0b1489c09a
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_kanban_stage
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-base_kanban_stage/
5 years ago
OCA-git-bot
b9ba77c6ac
base_kanban_stage 12.0.1.2.2
5 years ago
oca-travis
469977e24d
[UPD] Update base_kanban_stage.pot
5 years ago