- Oct 01, 2019
-
-
Xavier Morel authored
Werkzeug 0.15 modified ProxyFix such that by default it only forwards the REMOTE_ADDR when enabled, whereas before 0.15 it would also forward scheme and host. This breaks proxied odoo as the base url becomes incorrect (cf #34412). Use properly configured ProxyFix when running with werkzeug 0.15, old configuration otherwise. Backport of 4057227d which was merged in master, because many people apparently run 0.15 now. Closes #35085 closes odoo/odoo#36212 closes odoo/odoo#37708 Signed-off-by:
Xavier Morel (xmo) <xmo@odoo.com>
-
Hugo Adan authored
Custom CSS should be in style attribute Closes odoo/odoo#37638 closes odoo/odoo#37707 X-original-commit: c1254cca Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Victor Feyens authored
A warning was raised during documentation build because of encoding inconsistency. closes odoo/odoo#37682 Signed-off-by:
Victor Feyens (vfe) <vfe@odoo.com>
-
Victor Feyens authored
-
fja-odoo authored
It is just a partner_id not a user related field task-2072877 closes odoo/odoo#37102 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
fja-odoo authored
The update of visit_count now uses website_track instead of website_visitor_lastconnection for less complex query and better precision. The name of a visitor is now changed only if it has no partner linked and the # is removed The cookie was not reset when a new partner connects or if a partner disconnects. Now a check is performed to ensure the cookie belongs to the partner/public user. Now website visitors that log in will be added to the previous website visitor of the partner. This way we have a full history and only one visitor per partner. Now a partner is able to delete a recently viewed product from his recently viewed product list. task-2072877
-
fja-odoo authored
A visitor needs to be sorted by last visit datetime, to do so we need to remove the temp table and ignore concurrent updates. task-2072877
-
fja-odoo authored
The modal of the website_form snippet was broken. Now it uses Dialog. Hidden inputs were not aligned with there labels. task-2078138 closes odoo/odoo#37545 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com> Co-authored-by:
qsm-odoo <qsm@odoo.com>
-
Romain Derie authored
*: theme_bootswatch, theme_default Before this commit, the first time a website was loading a theme, it would not be redirected to the frontend afterward (even if that theme was already installed on another website). Any other theme installation on that website would redirect to frontend as it should. Indeed, the first time it would use the `act_url` returned by `next()` which would only be called during the first time installation on the website. All the `ir.action.todo` related to themes can be removed anyway, as you can't install directly a theme. It can only be installed through website settings > load a theme. In which case we will always want to redirect to frontend. task-2070463 closes odoo/odoo#37306 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
- Oct 02, 2019
-
-
Odoo's Mergebot authored
* portal, website, website_event, website_sale, website_mail, website_slides_forum, web_editor, website_profile See sub-commits for details. task-2024197 closes odoo/odoo#35749 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com> Co-authored-by:
sri-odoo <sri@odoo.com> Co-authored-by:
Jérémy Kersten <jke@odoo.com> Co-authored-by:
qsm-odoo <qsm@odoo.com> Co-authored-by:
fja-odoo <fja@odoo.com>
-
- Oct 01, 2019
-
-
sri-odoo authored
* website_slides_forum In particular: add a specific design for forum with description and separate the 'course' forum from the rest of them. Part of https://github.com/odoo/odoo/pull/35749 task-2024197 Co-authored-by:
qsm-odoo <qsm@odoo.com>
-
sri-odoo authored
* web_editor, website_profile Part of https://github.com/odoo/odoo/pull/35749 task-2024197 Co-authored-by:
Jérémy Kersten <jke@odoo.com> Co-authored-by:
qsm-odoo <qsm@odoo.com> Co-authored-by:
fja-odoo <fja@odoo.com>
-
fja-odoo authored
Part of https://github.com/odoo/odoo/pull/35749 task-2024197 Co-authored-by:
qsm-odoo <qsm@odoo.com>
-
sri-odoo authored
* website_slides_forum Move the '.container' inside the navbar in order to avoid unnecessary horizontal padding. Part of https://github.com/odoo/odoo/pull/35749 task-2024197
-
sri-odoo authored
Part of https://github.com/odoo/odoo/pull/35749 task-2024197
-
sri-odoo authored
* website_event, website_sale Part of https://github.com/odoo/odoo/pull/35749 task-2024197 Co-authored-by:
qsm-odoo <qsm@odoo.com>
-
sri-odoo authored
Part of https://github.com/odoo/odoo/pull/35749 task-2024197
-
Thibault Delavallée authored
closes odoo/odoo#37686 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Thibault Delavallée authored
Purpose is to be able to somehow control the display of publish buttons. Indeed in some bases you want for example to display small buttons that takes less place than current standard bootstrap button.
-
Florian Gilbert authored
closes odoo/odoo#37670 Signed-off-by:
Laurent Smet <smetl@users.noreply.github.com>
-
Florian Gilbert authored
Fix problems about multi currency on account move when you modify tax group via tax group widget.
-
qsm-odoo authored
* website_sale_comparison The Bootstrap sanitization introduced with BS 4.3.1 was disabled with https://github.com/odoo/odoo/commit/36caf5fc16b5a95a0bf37f08f0caf974683b2df6 https://github.com/odoo/odoo/commit/ee94decd30c4514d5bc410b1652bc6464bb600aa This commit re-enables it by default but extends it to accept more common tag names like tables and buttons. If a specific tooltip or popover must accept custom tags or attributes (such as data-* attributes required by a related JS), they must be supplied through the whitelist BS parameter explicitely (see example with website_sale_comparison in this commit). Note: data-oe-* attributes are also whiteListed by default. We cannot disable sanitization because bootstrap uses tooltip/popover DOM attributes in an "unsafe" way. closes odoo/odoo#37631 Signed-off-by:
Olivier Dony (odo) <odo@openerp.com>
-
Arnaud Joset authored
task-2052537 closes odoo/odoo#37625 Signed-off-by:
Damien Bouvy (dbo) <dbo@odoo.com>
-
Arnaud Joset authored
Align Accept & sign button to the right task-2052537
-
Arnaud Joset authored
- Tooltips of fields in the top of the form of sales order (outside of the notebook) were mostly useless and added noise when navigating on the screen. - This commit removes those that were not necessary and leaves only the tooltips that provided valuable information. - Additionnally, this commit removes a useless filter Author: AntoineVDV task-2052537
-
Antoine Vandevenne (anv) authored
task-2052537
-
Antoine Vandevenne (anv) authored
Placeholder contained some errors. task-2052537
-
Antoine Vandevenne (anv) authored
Space was needed between the payment acquirer and its state. The payment acquirers were not properly sorted in the kanban view. task-2052537
-
Odoo Translation Bot authored
-
wan authored
We do not want ot have the name of the reconiliation model as label for the created line in the vast majority of cases. closes odoo/odoo#37705 Signed-off-by:
Quentin De Paoli (qdp) <qdp@openerp.com>
-
svs-odoo authored
Makes the product.template list view multi-editable. Sets field `standard_price` readonly when stock_account is installed. Task #2078163 closes odoo/odoo#37697 Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
-
svs-odoo authored
Task #2078163
-
svs-odoo authored
Task #2078163
-
svs-odoo authored
Set also `origin` and `user_id` fields as readonly when the manufacturing order state is done or cancel. Task #2078163
-
svs-odoo authored
Task #1938656
-
svs-odoo authored
Task #2078163
-
svs-odoo authored
Makes the production lot list view multi-editable. Also, sets the `product_id` field readonly because there is an onchange on this field in the addon product_expiry. So, it's better the field is always readonly than editable then become readonly when an another addon will be installed. Task #2078163
-
svs-odoo authored
Task #2078163
-
svs-odoo authored
Sets `date_done` and `state` fields as readonly in the model as they must not be editable in the list view and they were already readonly in form view. Task #2078163
-
svs-odoo authored
Makes batch picking list view multi-editable. Also, sets `name` and `state` fields as readonly in the model as they must not be editable in the list view and they were already readonly in form view. Task #2078163
-