Akim Juillerat
60e2a42345
Add to contributors
6 years ago
Patrick Tombez
f287670853
[MIG] Update module to match V11 architecture
6 years ago
Timon Tschanz
b58ca6068f
make test_configuration_helper installable and set name on inheritance
6 years ago
Akim Juillerat
deb052081d
Update readme for generator
7 years ago
Akim Juillerat
bbf50988a3
[MIG] configuration_helper: Migration to 11.0
7 years ago
OCA Transbot
4915e01352
OCA Transbot updated translations from Transifex
9 years ago
Angel Moya Pardo
2b1868a704
MIG configuration helper
8 years ago
Pedro M. Baeza
29f4f6d308
[MIG] Rename manifest files
8 years ago
Pedro M. Baeza
7b207eb12a
[MIG] Make modules uninstallable
8 years ago
Yannick Vaucher
85525852b9
[MGR] configuration_helper
* [PORT] [9.0] configuration_helper
Port to API 8.0 and make it compatible with a config definition in API
8.0. Remove some hacks with onchange and write to get and set the
related values.
* Add a module to define classes in order to test configuration_helper
9 years ago
Stéphane Bidoul
2a2f8c42dd
[MOV] move addons out of __unported__ (they remain not installable)
9 years ago
Stéphane Bidoul
7167a57576
move all modules to __unported__ on master branch and set installable=False
10 years ago
david.beal@akretion.com
d44d833c58
[ADD] config helper module
10 years ago
OCA-git-bot
07e95733e7
[ADD] setup.py
5 years ago
OCA-git-bot
ac14cc503d
[ADD] icon.png
5 years ago
oca-travis
23cb48c068
[UPD] Update company_country.pot
5 years ago
OCA-git-bot
a4e0e750c1
Merge PR #1372 into 12.0
Signed-off-by moylop260
5 years ago
Bole
44a937160d
Translated using Weblate (Croatian)
Currently translated at 100.0% (1 of 1 strings)
Translation: server-tools-12.0/server-tools-12.0-html_text
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-html_text/hr/
5 years ago
Bole
ac501fb830
Translated using Weblate (Croatian)
Currently translated at 51.2% (41 of 80 strings)
Translation: server-tools-12.0/server-tools-12.0-auto_backup
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-auto_backup/hr/
5 years ago
Bole
3ce2f9d44e
Translated using Weblate (Croatian)
Currently translated at 100.0% (2 of 2 strings)
Translation: server-tools-12.0/server-tools-12.0-datetime_formatter
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-datetime_formatter/hr/
5 years ago
Moisés López
e33a1c5b7c
[ADD] company_country: Set company.country value early to use account hook to install l10n_* modules and avoid installing generic_account
Allow to use account._auto_install_l10n without install `l10n_generic_coa`
6 years ago
Bole
96e510482d
Added translation using Weblate (Croatian)
5 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
OCA-git-bot
f9e3da8574
Merge PR #1706 into 12.0
Signed-off-by sbidoul
5 years ago
mreficent
1abac42dc6
[FIX] Avoid same-label warning in case project.project becomes kanban
(Two fields (kanban_color, color) of project.project() have the same label: Color Index.)
5 years ago
OCA Transbot
45dad379c8
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 Transbot
3793b0c8e9
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_exception
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-base_exception/
5 years ago
OCA-git-bot
62eec9e9af
base_exception 12.0.3.0.1
5 years ago
oca-travis
0556eb6e09
[UPD] Update base_exception.pot
5 years ago
OCA-git-bot
a5c849fcdd
Merge PR #1648 into 12.0
Signed-off-by yvaucher
5 years ago
OCA-git-bot
aaa9a1a0ce
[ADD] setup.py
5 years ago