- Oct 02, 2019
-
-
Kishan Gajjar authored
Google+ was shut down for business use and consumers. closes odoo/odoo#36271 See: https://plus.google.com/ Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
Kishan Gajjar authored
Done at odoo/odoo#36271
-
mreficent authored
The previous change was done to solve a case of duplicated xmlids in v12. By some confusion, both xmlids were changed in separated commits. This new commit returns the original xmlid of one and assures to avoid more confusions by adding 'settings' to the other. Closes odoo/odoo#36885 closes odoo/odoo#37755 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Pierre Paridans authored
Without this commit, connection with mobile app crash since there are no uid set on the env. _is_public_user expecting singleton. closes odoo/odoo#37756 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
- Oct 01, 2019
-
-
Florent de Labarre authored
Add a pivot view mode to the pos_order model. closes odoo/odoo#37613 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Oct 02, 2019
-
-
Simon Lejeune authored
This reverts commit 3431d7b1. Due to recent changes in the orm, editing a draft move crashes. We revert this commit while we find a proper fix. closes odoo/odoo#37752 Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
-
- Oct 01, 2019
-
-
Lucas Perais (lpe) authored
Have an exchange rate of 1.1106 Have an invoice and a refund in a foreign currency (amounts: 800 and 400) Have a payment and a writeoff in domestic currency (amounts: 200 and 160.16)) Before this commit, the invoice was not fully reconciled even though the whole chain was This was because, when checking if we should fully reconcile we did so by forgetting that some members of the reconciliation chain has a foreign currency So, the exchange rate difference was never posted (which amounts to 0.01 in foreign currency, and 0.00 in domestic) After this commit, all the chain is reconciled, including the invoice OPW 2057845 closes odoo/odoo#37738 X-original-commit: 74fb177c292c156a20818a12b47c53c40f37a2ee Signed-off-by:
Lucas Perais (lpe) <lpe@odoo.com>
-
Lucas Perais (lpe) authored
In an onboarding situation, the company doesn't have a logo make an invoice, send and print, print The document layout editor's layout opens, because nothing is set up on the company Click Save Before this commit, it was impossible to make the invoice print because each time the document layout was displayed After this commit, the invoice prints when clicking on Save There is no default external layout for main_company Also, the heuristic used to evaluate whether a company has been set up, onboardingly speaking, has changed. Before we used the existence of the logo, after we check if a layout has been setup. When saving the document layout modal, a report layout is written on the company So, practically, the document layout modal only appears once when trying to print invoices (or other documents) closes odoo/odoo#37137 Signed-off-by:
Lucas Perais (lpe) <lpe@odoo.com>
-
- Oct 02, 2019
-
-
fja-odoo authored
* = portal, website, test_website, account, sms Portal an Survey error pages were ugly default pages. Now the error pages will be the same as the website ones. Also fixing single module builds tests task-2059969 closes odoo/odoo#35535 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
- Oct 01, 2019
-
-
Andrii Skrypka authored
closes odoo/odoo#37746 X-original-commit: fa70ceb4 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
Muhammad Awais authored
Unclosed tag closes odoo/odoo#37744 X-original-commit: a0612f5a Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
Nicolas Lempereur authored
In the case of an <ol> in an <ol> we would have something like: 1. 2. 1. 2. 3. With this changeset we get back what we had in 12.0: 1. 1. 2. 3. which is not perfect but the same as 12.0 version. opw-2073751 closes #37163 closes odoo/odoo#37706 X-original-commit: 479db16fdb86c6925a7f94a24f2821f3a5c047b5 Signed-off-by:
Nicolas Lempereur (nle) <nle@odoo.com>
-
Danuel WIlliams authored
Field name was incorrecty spelt. Replace 'openacad.session.kanban' with 'openacademy.session.kanban' closes odoo/odoo#37736 X-original-commit: 1043d162 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Danuel WIlliams authored
Done at odoo/odoo#31609 X-original-commit: 26c2ee71
-
- Oct 02, 2019
-
-
fw-bot authored
When a theme declares a view (a 'theme.ir.ui.view') with an inherit_id, on installation, a view (a 'ir.ui.view') will be created with the corresponding inherit_id. The problem is that this inherit_id may reference a view that has been cow'ed at some point and thus the new theme view will be attached to the non specific view by mistake. Part of https://github.com/odoo/odoo/pull/37142 closes odoo/odoo#37750 X-original-commit: https://github.com/odoo/odoo/commit/f30b4dfdb90515bc54e691302f894184c9b1c55b Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com> Co-authored-by:
Romain Derie <rde@odoo.com>
-
- Oct 01, 2019
-
-
Jeremy Kersten authored
Redirect_type was renamed from 3xx to redirect_3xx, but name is used as http status code. It is better a redirect(301) instead of redirect(redirect_301) Re-add the bind_to_environ, it was removed because it seems not useful, but once you are behind a proxy, werkzeug need the environ to find the correct hostname and more ... Transformed relative url into absolute by werkzeug was wrong. closes odoo/odoo#37733 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
Christophe Simonis authored
closes odoo/odoo#37732 Signed-off-by:
Christophe Simonis <chs@odoo.com>
-
Ravi Gohil authored
- updated tax name/description - shown code as per official tax report in tax report lines - changed types of few account - set 17-S-S as default sales tax - added a new account with code 703001 closes odoo/odoo#37731 Signed-off-by:
Josse Colpaert <jco@openerp.com>
-
Meghna Jaswani authored
default fiscal position of previously selected partner is not getting cleared up when current selected partner doesn't have a default one task: 2071608 closes: #37231 $XX closes odoo/odoo#37728 X-original-commit: bce4bcc61196bbeafb41f77b7a95051b225faea6 Signed-off-by:
Quentin De Paoli (qdp) <qdp@openerp.com>
-
Romeo Fragomeli authored
This commit removes some historical overflow-x properties needed for old kanban views. Steps to reproduce: * Open Project App * In kanban view and with one element, click on "more button" (3 dots) * This menu will be truncated at the end. (BUG) Task ID: 2058510 closes odoo/odoo#37727 Original-signed-off-by:
Romeo Fragomeli <rfr@odoo.com> X-original-commit: f4031c62 Signed-off-by:
Adrien Dieudonné (adr) <adr@odoo.com>
-
Romeo Fragomeli authored
This commit avoids the swipe feature when we are moving/resizing an event. Task ID: 2071605 closes odoo/odoo#37715 Signed-off-by:
Adrien Dieudonné (adr) <adr@odoo.com>
-
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.
-