- Jan 29, 2021
-
-
Christophe Monniez authored
As Fedora 32 was the current release when Odoo 14.0 was released, this should be the supported version. Also, a few old libs were still in mentioned in the packaging files. They flew under the radar because they never broke the packaging. This is not the case anymore, those libs disappeared from the Fedora repos. It seems that pyparsing is not used anymore since 5a1c06a1 and thus can be safely removed from `requirements.txt` too. pychart is not used anymore since 3425752e. While at it, remove mix of tabs and spaces in package.dffedora, also add missing packages to avoid installation at test time. Now that I started down the slippery slope, also removed some `-dev` packages in package.dfsrc as wheel's are available. Finally, the rpm install script now detects the python ABI version in order to avoid update this file at each ABI change in Fedora. Fixes #63719 closes odoo/odoo#65288 X-original-commit: a8deb1dd Signed-off-by:
Christophe Monniez (moc) <moc@odoo.com>
-
- Jan 26, 2021
-
-
std-odoo authored
Bug === Since 569d35bc a fix have been provided to fix the vertical position of the emoji widget in mobile view. But the fix have been done in a wrong way and we should use the Odoo CSS class instead to detect mobile (and not a bootstrap media query). Task 2253851 closes odoo/odoo#65070 X-original-commit: 72f7acde Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Feb 01, 2021
-
-
Antoine Prieels authored
We should open the cashdrawer when paying with a non cash payment method if change should be returned to the customer. Use case: The customer wants to pay 10€ more with his card to get 10€ in cash in return. closes odoo/odoo#65331 Taskid: 2449312 X-original-commit: c324c024 Signed-off-by:
Quentin Lejeune (qle) <qle@odoo.com> Signed-off-by:
Antoine Prieëls <aprieels@users.noreply.github.com>
-
Martin Trigaux authored
All fields not provided default to 0, so the the exact values are `%Y-%m-20 00:00:00` - `%Y-%m-22 00:00:00`. Because this is only 2 days it can entirely overlap with a week-end (e.g. 2021-02-20/21), leading to `number_of_days` computed to 0 and triggering an error at confirmation (`"The following employees are not supposed to work during that period"`). Change familly trip as the same issue would occure in May 2021 closes odoo/odoo#65326 X-original-commit: ada1da9a Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com> Signed-off-by:
Christophe Monniez (moc) <moc@odoo.com>
-
- Jan 30, 2021
-
-
Goffin Simon authored
Steps to reproduce the bug: - Let's consider a user U with fr_BE as lang - Log as U and active developper tool - Go on any record, click on debug button - Select Technical translation - Choose a translation and click on the transifex url button Bug: The URL contained the iso code fr_BE but this iso code didn't match any code in Transifex. From: https://www.transifex.com/odoo/odoo-14/languages/ We can see that the only iso codes with a '_' are: 'zh_CN', 'zh_TW', 'pt_BR' opw:2448533 closes odoo/odoo#65308 X-original-commit: d609a75c Signed-off-by:
Simon Goffin (sig) <sig@openerp.com> Co-authored-by:
mart-e <mat@odoo.com>
-
- Jan 29, 2021
-
-
Anna Janiszewska authored
closes odoo/odoo#65299 X-original-commit: 72c5d63e Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Laurent Smet authored
When the suspense account is not reconcilable, 'suspense_lines.reconciled' always gives 'False' leading to a not reconciled statement line. closes odoo/odoo#65290 X-original-commit: 73ddcfbc Signed-off-by:
oco-odoo <oco-odoo@users.noreply.github.com>
-
msteinfeld authored
closes odoo/odoo#65289 X-original-commit: d5e503f0 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Dario Bösch authored
closes odoo/odoo#65287 X-original-commit: b7467ce8 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Laurent Smet authored
This code is no longer needed since: https://github.com/odoo/odoo/commit/6576e1388e0a3d2a822a768c6c563769afb392a1 closes odoo/odoo#65272 Signed-off-by:
oco-odoo <oco-odoo@users.noreply.github.com>
-
std-odoo authored
Purpose ======= The parameter "lead_enrich_auto" enable or disable the enrich CRON. This is done in an onchange and so, if we enable manually the CRON, the change will not be reflected on the parameter. Task 2443338 closes odoo/odoo#65007 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
nie authored
Steps: - Go to Settings > Companies > Manage Companies - Create a company (1) with a different currency than the one you're in - Go to inventory > Products > Products > Create a product (2) - Storable Product - Cost: 10 - Click Update Quantity - Create a new quantity line with 1 in On Hand Quantity - Switch to company (1) - Go to Inventory > Products > Products > Edit product (2) - Storable Product - Cost: 15 - Click Update Quantity - Create a new quantity line with 1 in On Hand Quantity - Go back to the product - Click the "Forecasted" smart button Bug: Traceback here: https://github.com/odoo/odoo/blob/47bfdf0592a5dd93870ca1a9da326351d70087bb/addons/stock_account/report/report_stock_forecasted.py#L17 ValueError: Expected singleton: res.currency(2, 1) Explanation: The amount is the sum of the `stock.valuation.layer`s of a product across all companies and these companies may have different currencies. This commit scopes the computation of the amount inside the company of the current warehouse. Also the `stock.quant` values displayed in the "On Hand" report are not correct for the other companies when displaying their data by selecting all the checkboxes in the global company dropdown. This commit also fixes the amounts in the On Hand view by using the standard price per company and attributing the correct currency to the `stock.quant`. opw:2444593 closes odoo/odoo#65267 X-original-commit: 67d975be Signed-off-by:
backspac <backspac@users.noreply.github.com>
-
Achraf (abz) authored
What are the steps to reproduce your issue ? 1. Install project 2. Open any project 3. Switch to list view and display by Stage 4. Open categoryA and select some records 5. Open CategoryB What is currently happening ? The button create is not displayed What are you expecting to happen ? Don't hide create button opw-2423701 closes odoo/odoo#65266 X-original-commit: 813b9fc4 Signed-off-by:
Aaron Bohy (aab) <aab@odoo.com>
-
Antoine Prieels authored
By default, the `ls` command has a width limit. Everything after this limit will be split on a second line. This happened when listing the modules present on the Iot Box in v12. The list of modules was split accross two lines, the modules on the second line were then not loaded when starting the Odoo service. closes odoo/odoo#65259 X-original-commit: 60b58322 Signed-off-by:
Quentin Lejeune (qle) <qle@odoo.com> Signed-off-by:
Antoine Prieëls <aprieels@users.noreply.github.com>
-
Munaf Khan authored
With commit[1], we introduced a feature that from the sales team, we can see the overdue opportunities for a particual teams. However, the filter that we use for related action which is supposed to show overdue opportunities is not not added, and the filtration is not working as expected, showing us all the opportunites for a team. This commit fixes the issue by adding the invisible filter with proper domain set within opportunities' search view and thus enables us to filter overdue opportunites. commit[1] - https://github.com/odoo/odoo/commit/1da63f0ab0fb4212bee46f960c6bbe8ca9251cac TaskID : 2323612 closes odoo/odoo#65258 X-original-commit: 68577d32 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Jan 28, 2021
-
-
nounoubensebia authored
add home/door fields in children form views to allign it with the full form view so that the user can edit these fields from the quick child form without having to leave and open the full form Task-2423694 closes odoo/odoo#65201 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Jan 29, 2021
-
-
Martin Trigaux authored
This is the javascript equivalent of `_("Foo %s" % bar)` https://www.odoo.com/documentation/master/reference/translations.html#variables Forward port of odoo/odoo#65004 closes odoo/odoo#65245 X-original-commit: a672b37240170b554bdd5993e4049cf5d5b040db Related: odoo/enterprise#16027 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Mohammed Shekha authored
with this commit we are updating sequence of onboarding tours task-2444153 closes odoo/odoo#65244 X-original-commit: a928beccb09f4db4234356e5e4f7bdf090ecc964 Related: odoo/enterprise#16026 Signed-off-by:
Aaron Bohy (aab) <aab@odoo.com>
-
Jérémy Hennecart authored
Replace the hardcoded year in the footer by the year dynamicaly fetch from the current date. task-2431308 closes odoo/odoo#65243 X-original-commit: f4663c69df03c9219cc613164b03e5860956b837 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com> Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Odoo's Mergebot authored
PURPOSE Fix recently added lead assignment tests, notably about query counters and random behavior of lead merge. SPECIFICATIONS Split performance tests from unit tests. Performance tests should be reproducible. Currently there are too much varying query counters. Fix lead merge process done during assign. As duplicate leads are merged final opportunity could not fit team domain anymore. This is a side effect of lead deduplication. In this case this is linked to priority field that is set to the value of the "final" opportunity, whatever the value of other leads merged into it. We think that priority is a field that should be managed more carefully. We choose to set it as the highest value found in leads merged. LINKS Task ID-2446759 (lead merge priority field management) Task ID-2446883 (query counters fix) PR odoo/odoo#65016 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Thibault Delavallée authored
When merging leads final priority is currently the one of the lead considered as the master lead. This is based on ``_sort_by_confidence_level`` who sorts on confidence but not on priority. We think final priority should be the highest one from merged leads. Indeed if a top priority lead is merged into a low priority one we should not loose the priority information. It is better to keep the final lead with an high priority and let salesmen move it downwards. LINKS Task ID-2446759 (lead merge priority field management) Task ID-2446883 (query counters fix) PR odoo/odoo#65016
-
Thibault Delavallée authored
Purpose of this commit is to make clearer how final opportunity value are computed or chosen when merging leads. Functionally nothing should change with this commit. LINKS Task ID-2446759 (lead merge priority field management) Task ID-2446883 (query counters fix) PR odoo/odoo#65016
-
Thibault Delavallée authored
Purpose is to test internals of lead merge method, notably about values of final opportunity. That way we ensure future changes will be reflected in tests and regressions will be avoided. LINKS Task ID-2446759 (lead merge priority field management) Task ID-2446883 (query counters fix) PR odoo/odoo#65016
-
Thibault Delavallée authored
Purpose is to split assign tests related to results (leads being assigned, with deduplication, compared to team and member domains) from tests related to performance (query counters). Assign process is a random process: randomizing teams leads to searching, assigning and de-duplicating leads in various order. As a lot of search are implied during assign process query counters may vary from run to run. "Heavy" performance test included here ranged from 6K to 6.3K queries. Either we set high counters maximum which makes those tests less useful. Either we avoid random if possible which is what we decided to do by setting the seed of random in tests. SPECIFICATIONS For results oriented tests remove query counters. Those tests should simply ensure results of assign process, notably that even with random choice between team and users we always have leads assigned with right domain and counts. For performance oriented tests using query counters set random seed to have a reproducible scenario and have less random in query counters. LINKS Task ID-2446759 (lead merge priority field management) Task ID-2446883 (query counters fix) PR odoo/odoo#65016
-
- Jan 25, 2021
-
-
Xavier BOL (xbo) authored
Before this commit, when the user with no access right to Timesheet App wants to see the tasks in a project and sale_timesheet module is installed, the user has a traceback saying remaining_hours field is not find in the parent view of `sale_timesheet.view_task_form2_inherit_sale_timesheet`. This traceback is raised because the `hr_timesheet.view_task_form2_inherited` is not used if the user has no access right to Timesheet App and then remaining_hours field is not defined for this user because this field is appeared in the view in hr_timesheet module. This commit revises the views inherited from the project.task model to give the user without access rights in Timesheet the possibility to see the tasks in any project he can see. opw-2429662 closes odoo/odoo#65000 X-original-commit: d6361403 Signed-off-by:
Simon Goffin (sig) <sig@openerp.com>
-
- Jan 28, 2021
-
-
Benjamin Vray authored
Before this commit, dropzones were created around invisible elements (e.g. the snippet popup). So we had 2 dropzones instead of one at some locations. After this commit, we avoid creating dropzones around elements that must not have dropzones. task-2312878 closes odoo/odoo#65230 X-original-commit: ad56d50e Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
Andrea Grazioso (agr-odoo) authored
Create a product with variants attributes that NEVER create variants. Configure Variants to add some extra-prices to some variants. In POS settings activate "Product Configurator" and "Advanced Pricelists", add the public pricelist and one that applies 5% to the product. Open a session and select the product created (say price = 1$) Select the attributes, the extra-price is added to the product (say the total price now is 2$). Change pricelist from public to 5% and the order line will show our product = 0.95, not taking the extra-prices into account (so not 1.9, i.e. 5% of the 2$ that were formerly displayed) opw-2439445 closes odoo/odoo#65222 X-original-commit: 323d2937 Signed-off-by:
agr-odoo <agr-odoo@users.noreply.github.com>
-
Odoo's Mergebot authored
Before this commit, the only way to add an event was using a long tap. After this commit, a short tap will be added. So to summarize on Mobile there is two methods to add an event using the calendar: short tap and long tap. For month/year views when a user tap on a "Free Zone" (no event) the view is changed in the "day view" for this clicked day. Task ID: 1891957 closes odoo/odoo#64615 Related: odoo/enterprise#15785 Signed-off-by:
Adrien Dieudonné (adr) <adr@odoo.com>
-
Romeo Fragomeli authored
This commit allow to change the scale at the same time as changing the date. Task ID: 1891957
-
Romeo Fragomeli authored
This commit add the support to simulate a "TAP" (touch) using coordinate. This utils will be used in a future commit in web_enterprise to be able to test some specific case for FullCalendar. Task ID: 1891957
-
Romeo Fragomeli authored
Since commit odoo/odoo@ebce7719b624136da2b26a73acf8930538c7a38c the disableQuickCreate parameter was lost during the process. Note: there is no steps to reproduce as this feature was never used. Related Task ID: 1891957
-
Romeo Fragomeli authored
This will be used in a future commit for "Mobile" (enterprise) Related Task ID: 1891957
-
Romeo Fragomeli authored
Related Task ID: 1891957
-
Romeo Fragomeli authored
Since odoo/odoo@441d9f65b3b90c37ce812d2addbe5b62d2d88229 this comment is not valid anymore. Related Task ID: 1891957
-
Nicolas Lempereur authored
Office Outlook doesn't take into account the [style] attribute, and it doesn't manage width/height in percent value. This commit set width/heigth attribute in pixels and also always set the width/height in style attribute (keeping them in the original unit and setting them to auto if not present). This is a reintroduction of 2015 commit bdf58adb opw-2447756 closes odoo/odoo#65218 X-original-commit: c51762a7 Signed-off-by:
Nicolas Lempereur (nle) <nle@odoo.com>
-
Paul Morelle authored
By making this tree non-editable, clicking on the rows opens the corresponding form, and gives access to more information and better navigation. closes odoo/odoo#65214 X-original-commit: 995bcf5a96fc1ae2be1ddccbf3a8eb7ba42c923c Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
Didier (did) authored
Currently, Chrome show a scrollbar when the placeholder is multilined. Overflow hidden will avoid the scrollbar and we place a nowrap on the placeholder text to avoid the multiline. task-2416058 closes odoo/odoo#65213 X-original-commit: dfbbb18f39f5e546bb8bea34e395bdf1c1b49dab Signed-off-by:
Sébastien Theys (seb) <seb@odoo.com> Signed-off-by:
Alexandre Kühn (aku) <aku@odoo.com>
-
Nasreddin (bon) authored
Issue - Install "Contacts" and "Studio" modules - Go to "Contacts" and switch to Studio - Go to "Reports" tab - Create a new report - Select "External" layout Header and footer are missing on report. Cause Header is displayed if 'company' has a value. However, here, we only check if 'company_id' is available in current record fields, not checking if also set. Solution Check that 'company_id' is set on current record, else, fallback on 'res_company'. opw-2443234 closes odoo/odoo#65210 X-original-commit: 7c451004 Signed-off-by:
bon-odoo <nboulif@users.noreply.github.com>
-
Christophe Monniez authored
When Odoo is started in worker mode with Python 3.8.5, and gevent/greenlet installed from requirements, the following error message is thrown: `RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility` As a gevent developper stated [1] that gevent 1.5 is not compatible with Python 3.8, this commit bumps the version to 20.9.0 (current version for the next Debian and Ubuntu releases [2] [3]) This commit should not impact those who use the Debian/Ubuntu packages of gevent and greenlet. The error does not appear with those versions. In Ubuntu Focal, the packaged version is 1.4.0 [4] but the problem was not reported with this version and python 3.8. For reference, it was bumped to 1.5.0 for Python 3.7 in [5]. And greenlet was bumped too for issues with Python 3.8 and 3.9 in [6]. As a result, the requirements for greenlet/gevents gains even more complexity and should be cleaned when python 3.6 support will be dropped. [1] https://github.com/gevent/gevent/issues/1260 [2] https://packages.debian.org/bullseye/python3-gevent [3] https://packages.ubuntu.com/hirsute/python3-gevent [4] https://packages.ubuntu.com/focal/python3-gevent [5] odoo/odoo@bb0b32bd1a3fc0c047d0787b10e8c1c8d696daa5 [6] odoo/odoo/@648635de Fixes #64106 closes odoo/odoo#65180 X-original-commit: 1622aa75 Signed-off-by:
Christophe Monniez (moc) <moc@odoo.com>
-
Laurent Stukkens (LTU) authored
Prior to this commit: * All employees were treated the same way regarding the contractual point of vue. From this commit on: * Three employee types will be created: - Employee, which is supposed to be under contract - Student & Contractor which are both not supposed to have an employee contract (but are still use the employee as working for the company) * Employee view and Contract History will take this consideration into account. closes odoo/odoo#64931 Taskid: 2446000 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-