- Oct 02, 2019
-
-
Christophe Monniez authored
Actually, docker is used to test Linux packages once they are built. The packaging process is done on the host system where package.py is run. Consequences: * difficult to reproduce an exact same build on another host * changing a Debian/Ubuntu target version means some upgrade steps on the build host (mix that with the fact that the host also could build old Odoo versions) * Fedora rpm package is built on an Ubuntu system (which is not a real problem but it could be) With this commit, the package.py utility is refactored to use Docker containers to build the Gnu/Linux packages. Also, the Debian package is adapted for Debian Buster, the RPM package is built based on Fedora 30. Some minor changes are also made in the windows packaging system. closes odoo/odoo#37766 Signed-off-by:
Christophe Monniez (moc) <moc@odoo.com>
-
Jorge Pinna Puissant authored
Before this commit, the assets were not found when the user is connected in mode debug assets in a multi-website and multi-company. This occurs because the attachments (assets) were created with the number of the first website accessed, and cannot be loaded when trying to access the second website. The website_id is added in the creation of the views see: 09287027 Now, the attachments are created without the website number and is shared between all the websites. opw-2076768 closes odoo/odoo#37789 X-original-commit: 42eec88e Signed-off-by:
Jorge Pinna Puissant (jpp) <jpp@odoo.com>
-
Pierre Masereel authored
We cannot close a session without POS order as we are giving explicitly a name to the account_move, it is not possible to delete it at the end when it is empty. So we don't name it anymore, and it takes its name from the journal sequence when it is posted, which actually do exactly the same as before, except that it avoid to have gaps in the sequence and allow deletion of the move if it's not named. closes odoo/odoo#37787 Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
-
Pierre Masereel authored
We don't want a radio to be able to select none of the options.
-
Lucas Perais (lpe) authored
Fine tuning of 7bea9126 In india there are as many tax lines on an invoices as there are repartition lines (classic) * products So, before this commit, preventing adding the base if tax was already seen was not enough, the base was still added many times After this commit, hopefully, the based on amount is correct for each tax Forward port of #37390 closes odoo/odoo#37784 Signed-off-by:
Lucas Perais (lpe) <lpe@odoo.com>
-
Jairo Llopis authored
The underlying `mail.compose.message` model has a useful `auto_commit` argument when sending emails, which is unavailable when posting messages with template through message_post_with_template. This patch simply exposes the preexisting feature, to ease developments that need it. closes odoo/odoo#37783 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Florent Lejoly authored
Currently, when trying to complete a quiz of an already bought course, there is still a button to buy the course below the "check answers" button. This commit removes the buy buttons for courses where the users is not readonly (the user is readonly if he has not joined/bought the course). closes odoo/odoo#37717 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Jairo Llopis authored
Before this patch, the word "Partner" wasn't specific enough to make the user know that it was referring to the speaker. This was OK in the form, bug i.e. in the calendar view it's very confusing. This change comes from 1e61522d and we revert back to Speaker labelling. Also, in the form view, the partner field was duplicated, contributing even more to the confusion. It probably comes from c058562d that duplicated the field probably because of a bad conflict resolution. Now partner is labelled Speaker and multi company domain is correctly taken into account. closes odoo/odoo#37781 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Yenthe Van Ginneken authored
closes odoo/odoo#37775 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Josse Colpaert authored
On installation of the CoA the company's pos receivable account is set, but it is possible that the account is not set on the chart template itself, but on its parent. closes odoo/odoo#37761 Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
-
Nans Lefebvre authored
Because of f206714a and subsequent commits, adding groups may raise. We ensure that switching between tax included and tax excluded keeps working. Closes #37481 closes odoo/odoo#37633 Forward-port-of: #37517 Signed-off-by:
Nans Lefebvre (len) <len@odoo.com>
-
Nans Lefebvre authored
Because of f206714a and subsequent commits, adding groups may raise. Thus, it is always safer to first remove groups and then add new groups. The converse could raise, making settings save impossible. Closes #37481 Forward-Port-Of: #37517
-
mreficent authored
closes odoo/odoo#37086 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Jigar Vaghela authored
closes odoo/odoo#37759 X-original-commit: 0b04219514fc312b185d74d1512d11debfd2bae2 Signed-off-by:
Josse Colpaert <jco@openerp.com>
-
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>
-