- Sep 06, 2016
-
-
Denis Vermylen (dve) authored
This reverts commit b4d7b7e6. Odoo always uses term eCommerce
-
- Sep 05, 2016
-
-
Olivier Dony authored
-
Martin Trigaux authored
-
- Sep 02, 2016
-
-
Denis Vermylen (dve) authored
-
- Aug 30, 2016
-
-
Thibault Delavallée authored
Now having * sanitize: run the sanitizer to clean the html (removing javascripts, unwanted tags, ...) * sanitize_tags: only a subset of tags is allowed in html content. Unwelcomed tags are remove dand their content stripped. * sanitize_attributes: only a subset of attributes is allowed. * sanitize_style: only a subset of style attributes is allowed. Style attributes are parsed to keep only a white list. * strip_style: all style is removed. It bypasses sanitize_style as there is no need to sanitize something that is removed. * strip_classes: remove class attributes Fields parameters have also been updated to match the sanitize options. Html fields by default are sanitized with sanitize_tags activated but without any further options. All addons have been updated to match the new options according to their previous behavior.
-
- Aug 29, 2016
-
-
Martin Trigaux authored
using the --uses-first parameter on msgmerge this time
-
Odoo Translation Bot authored
-
- Aug 26, 2016
-
-
Martin Trigaux authored
using the --uses-first parameter on msgmerge this time
-
Martin Trigaux authored
-
- Aug 22, 2016
-
-
Martin Trigaux authored
1. export saas-12 sources terms into .pot files 2. msgcat odoo-9 .po & odoo-master .po into saas-12 .po files 3. msgmerge saas-12 .po with saas-12 .pot files to keep relevant terms
-
Martin Trigaux authored
-
- Aug 21, 2016
-
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
- Aug 19, 2016
-
-
Martin Trigaux authored
1. export saas-11 sources terms into .pot files 2. msgcat odoo-9 .po & odoo-master .po into saas-11 .po files 3. msgmerge saas-11 .po with saas-11 .pot files to keep relevant terms
-
- Aug 18, 2016
-
-
Martin Trigaux authored
1. export saas-10 sources terms into .pot files 2. msgcat odoo-9 .po & odoo-master .po into saas-10 .po files 3. msgmerge saas-10 .po with saas-10 .pot files to keep relevant terms
-
Jainik Patel authored
-
Martin Trigaux authored
-
- Aug 14, 2016
-
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
- Aug 10, 2016
-
-
Thibault Delavallée authored
-
- Aug 05, 2016
-
-
Martin Trigaux authored
Last one before dropping a few non-active languages
-
- Aug 04, 2016
-
-
Jérome Maes authored
-
Jérome Maes authored
Since saas-3, website controllers use `request.website.render` to render the template of a web page. This was kept for retro compatibility. It's time to stop using deprecated stuff. Same for `_render` method on website. 'json' route don't use `request.render` since `JsonRequest` has no `render` method.
-
- Jul 31, 2016
-
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
- Jul 26, 2016
-
-
Jeremy Kersten authored
Allow to round the duration to a minimal unit. Eg: 0.33 hour = 19.8 min = "19 minutes 48 seconds" if option {'widget'='duration', 'unit'='hour', 'round'='minute'} 0.33 hour => 20 min = "20 minutes"
-
- Jul 24, 2016
-
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
- Jul 19, 2016
-
-
qsm-odoo authored
Commit c21568e1 deactivated the sanitization of frontend html fields so that their modification through the editor worked again. However, this broke the possibility to display their traduction and to modify them. The problem is that the translate option of html fields should not equal "True" but instead be the html_translate function defined in openerp.tool.translate. The translate=True option is automatically change in html_translate though but there is a condition: the field should be sanitized, which is why this broke since the sanitization is disabled. This commit sets the translate option of non-sanitized html fields to html_translate. Maybe we should investigate for this to be automatic for non-sanitized html fields as well. Thanks to @rco-odoo.
-
Odoo Translation Bot authored
-
- Jul 17, 2016
-
-
Odoo Translation Bot authored
-
- Jul 11, 2016
-
-
qsm-odoo authored
Since commit c9e38cae in saas-10, the html fields are sanitized in strict mode by default. This breaks all html fields behaviour when it is editable in the website editor. This commit deactivate the sanitization for such HTML fields (like it was already the case for blogs contents or products descriptions for example). A more specific sanitization will be implemented in future versions.
-
- Jul 10, 2016
-
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
- Jul 05, 2016
-
-
Christophe Matthieu authored
t-options instead of t-field-options
-
Damien Bouvy authored
When submitting a track, you would expect to be follower of the track. If you are logged in, you are automatically follower, if not and if a partner with the e-mail given in the form exists, it will be added as a follower.
-
- Jul 03, 2016
-
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
- Jun 30, 2016
-
-
Yannick Tivisse authored
To be displayed correctly on odoo app (In a given category and not only in all or hidden) the module category in the __openerp__.py file should be one of these: "Accounting", "Discuss", "Document Management", "eCommerce", "Human Resources", "Industries", "Localization", "Manufacturing", "Marketing", "Point of Sale", "Productivity", "Project", "Purchases", "Sales", "Warehouse", "Website", "Extra Tools", 'Accounting & Finance' will not work, as 'Project Management', ...
-
- Jun 26, 2016
-
-
Odoo Translation Bot authored
-