- May 03, 2021
-
-
std-odoo authored
Bug === 1. Create an event which allows track proposal 2. Follow it and subscribe to "New Track" 3. Log in in incognito and submit a proposal The email is not sent, because it's sent as the public user, which has no email address set. And so it the 2 system parameters <mail.catchall.domain> and <mail.default.from> are not set, we can not know which email address used to send the email. Note that this bug also occurs if you create a track with a user without an email address set. Task 2510181 closes odoo/odoo#69890 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- May 10, 2021
-
-
Andrea Grazioso (agr-odoo) authored
Create a payment like follow: - Payment type: receive money - Partner type: customer - Destination account: whatever receivable - Amount: define an amount (i.e. 90.00) On Save, open the draft jounral entry created. Lower the liquidity or counterpart amount and add a writeoff Go back to the payment, change the amount and save. The journal entry writeoff will swap from debit to credit at every change made to the amount. This occur also when changing currency on the payment opw-2475223 closes odoo/odoo#70303 Signed-off-by:
Laurent Smet <smetl@users.noreply.github.com>
-
mreficent authored
If you modify an archived warehouse, it may happen that the associated operations get unarchived. Operations should be active only if their warehouse is active. closes odoo/odoo#70553 X-original-commit: ad9a5761 Signed-off-by:
William Henrotin <Whenrow@users.noreply.github.com>
-
- May 07, 2021
-
-
guimarc-br authored
[REF] models: use stock to implement location_out_id into the Putway Rules Menu Description of the issue/feature this PR addresses: On the Location/Location-ID/PutwayRule we have the fields: location_in_id = When Product Arrives locatio_out_id = Store To As the products arrives in the WH/STOCK location and due the putaway rules goes to other location then we have the fields populated like: location_in_id = WH/Stock location_out_id = location opened in the view. Due this domain setup the list is returning empty, and then the solution that I applied is to check if we have the location selected in the location_in_id or location_out_id and show the entries. Current behavior before PR: Only looking for the from into the location_in_id After PR merged : Looking for the values from the location_in_id or location_out_id. -- TaskID: N/A Fixes : PR 67198 Closes : PR 67198 I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr X-original-commit: cd7133f0
-
- May 09, 2021
-
-
Odoo Translation Bot authored
-
- May 07, 2021
-
-
Carlos Valverde authored
A revamp of the scss of 's_share' in '14.0' has caused an issue with the class '.o_wevent_social_link' of 'website_event', making a wrong alignment of the social media icons used in this module, especially in 'event_templates_page_registration'. For this reason, this commit fixes this issue by setting the display of the '.o_wevent_social_link' class as an 'inline-flex', vertically and horizontally centered. -- task-2508497 closes odoo/odoo#70335 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
Laurent Smet authored
Using a fiscal position to map a tax to a price-included tax doesn't work. closes odoo/odoo#70382 X-original-commit: 48ea669e Signed-off-by:
Antoine Vandevenne (anv) <AntoineVDV@users.noreply.github.com> Signed-off-by:
Laurent Smet <smetl@users.noreply.github.com>
-
Laurent Smet authored
- Share outstanding accounts between multiple journals - Create payment for each of them - Go to dashboard => "Outstanding Payments/Receipts" amounts are wrong closes odoo/odoo#70262 Ticket: 2517499 Signed-off-by:
oco-odoo <oco-odoo@users.noreply.github.com>
-
- Apr 26, 2021
-
-
Thibault Francois authored
Use Case -------- Have two (or more) rules with mutually exclusive domain for that can be apply on the same event with lead_creation_basis = order Create a registration that match one of the rule Problem ------- The lead for this rule is created properly but there is also another lead with the name False - False that is created for the second rule for which the registration does not match the filter Solution -------- Create a lead only when there is a non empty record set in the registration group closes odoo/odoo#69853 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Apr 01, 2021
-
-
Martin Trigaux authored
Translation "Let's go" Makes a Transifex search text:'Let\'s go' That should be converted to q=text%3A'Let%5C%27s+go' in the URL Removing the ' works from time to time but not always closes odoo/odoo#68651 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- May 06, 2021
-
-
William Henrotin authored
The _get_lead_days() method does two things: 1. Compute the lead day depending on the product to replenish 2. Build a string explaining what are the parts of this day number This second part is optional at the Replenishment report opening. As the string is translatable, this impact quite significantly the performance of this opening. closes odoo/odoo#70351 Opw: 2519528 Related: odoo/enterprise#18202 Signed-off-by:
Arnold Moyaux <amoyaux@users.noreply.github.com>
-
Rémy Voet (ryv) authored
Make `seller_ids` `depends_context` of company to avoid shared cache with different company. The purpose is to avoid making a SQL search for each `_prepare_seller` and use the ORM cache (which depends of the company in env). Also change the `_order` of `product.supplierinfo` to be determinist and consistent with the `_prepare_seller`. task-2439019
-
William Henrotin authored
The loop on `to_refill()` call `browse()` on the product one by one. This doesn't make use of the cache when accessing product attributes like route_ids or categ_id. opw: 2519528
-
William Henrotin authored
Performance improvement for missing products computation. - Call _prepare_sellers only once - _compute_quantities works in batch for product with the same context. Use this advantage to speedup the computation of virtual available for each warehouse and delivery date.
-
- May 07, 2021
-
-
Achraf (abz) authored
What are the steps to reproduce your issue ? 1. Go to Account/Journal Items 2. Open a posted item 3. Change product What is currently happening ? The product is changed in the account move What are you expecting to happen ? The account move lines cannot be changed when the status is posted How to fix the bug ? Make the field read-only when the status is posted opw-2517325 closes odoo/odoo#70514 X-original-commit: 0b0cd8fa Signed-off-by:
William André (wan) <wan@odoo.com> Signed-off-by:
Achraf <abz-odoo@users.noreply.github.com>
-
Ivan Yelizariev authored
BEFORE this commit query "invoices is not set" was tranformed to query "order_line.invoice_lines.invoice_id is False", which doesn't make sense, because invoice_id is required fields and hence always set. Hence, result of the query was always empty. AFTER: just check that there is no invoice_lines. Strictly speacking, is not the same as checking result of compute method, but because invoice_lines are supposed to be lines for invoices of out_* type, the result should be the same. --- opw-2516124 closes odoo/odoo#70493 X-original-commit: 540b45cc Signed-off-by:
Ivan Yelizariev // IEL <yelizariev@users.noreply.github.com>
-
- May 06, 2021
-
-
Thibault Delavallée authored
Base: seems related fields take only 1 extra query instead of 3 Crm: assignment seems to have been slightly improved. Some randomness still happens. Hr Holidays: seems it was further improved beyond space frontier Test mail: those tests were a bit random, seems random is gone (hopefully) Test mail full: updated local counters Test mass mailing: seems we gained one query, updated local counters closes odoo/odoo#70486 Related: odoo/enterprise#18180 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Pete Snyder authored
Steps to reproduce the bug: - Let's consider a delivery carrier DC with invoice policy = 'real' - Let's consider a consumable product P with a weight = 1kg and sales price = 10€ - Create a sale order SO with 2 P and add DC as shipping cost - Process the shipment for 1 P and create a backorder - Process the second shipment with the last P Bug: Two lines L1, L2 with DC were created on SO but only L1 as a price unit and a description. L2 had a price unit = 0€ and no description. opw:2520135 closes odoo/odoo#70454 Signed-off-by:
Simon Goffin (sig) <sig@openerp.com> Co-authored-by:
simongoffin <sig@odoo.com>
-
- May 05, 2021
-
-
Nicolas Seinlet authored
- use real join - skip useless join on res_users and gamification_challenge - skip null end_date criteria to compute less reached goal closes odoo/odoo#69668 Signed-off-by:
Christophe Simonis <chs@odoo.com>
-
- May 06, 2021
-
-
Swapnesh Shah authored
Before this commit there would be trackback (TypeError: unsupported operand type(s) for -: 'datetime.datetime' and 'NoneType') when you will try to remove field Start date as we are using the field to compute duration. With this commit, we compute duration when Both fields are present. closes odoo/odoo#70466 X-original-commit: f29597fc Signed-off-by:
Rémy Voet <ryv-odoo@users.noreply.github.com>
-
- Oct 07, 2020
-
-
Swapnesh Shah authored
Disable the link on the forecasted inventory report graph view, as it leads us to a undesired list view with traceback on opening it. closes odoo/odoo#59448 Signed-off-by:
Rémy Voet <ryv-odoo@users.noreply.github.com>
-
- May 06, 2021
-
-
abd-msyukyu-odoo authored
* IMPACTED VERSIONS 12.0+ * HOW TO REPRODUCE locale : Locale is en_US (or other SUNDAY based) view: CRM - My Pipeline - Kanban view groupBy: date_deadline:week (Expected closing) records: one record with a planned activity, on date_deadline = 2021-05-02 (SUNDAY) one record with no planned activity, on date_deadline = 2021-05-09 (SUNDAY) remark: don't keep any other record in MAY for better visibility * PROBLEM The progressbar of the week containing 2021-05-09 displays information about the record from the week containing 2021-05-02 * CAUSE 1. PostgreSQL `date_trunc` function follows ISO8601 which essentially means that the start of a WEEK is always MONDAY. There is no argument to change this. 2. _read_group_format_result https://github.com/odoo/odoo/blob/27da86a138089c1838e4b94f8a6976995b9c1fff/odoo/models.py#L2210-L2219 - Computes a label for a group of records. - Follows the locale for the label of the week, based on a date which is always a MONDAY because of `date_trunc`. 3. read_progress_bar https://github.com/odoo/odoo/blob/88957afca09662af7eaa19df1e40b3699e45e79e/addons/web/models/models.py#L167-L175 - Associates a group label to a record. - Follows the locale for the label of the week, based on the date of a record which can be any day of the week. If the record is related to a SUNDAY and SUNDAY is the first day of the week, it would have been in a group with a different label in (2.) than in (3.) prior to this change. * FIX In 3., before associating a label to a record, we truncate the date to the ISO start of the period, so that the label is determined for a record in the same conditions than in 2. The locale is still used to get language-dependent outputs with babel, but the grouping will always follows ISO8601 (date_trunc). * TEST Added a test for this problem case TASK-ID : 2517848 closes odoo/odoo#70453 X-original-commit: c08f6e3e Signed-off-by:
Raphael Collet (rco) <rco@openerp.com> Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- May 05, 2021
-
-
Rémy Voet (ryv) authored
Remove the optimization of the `product_tmpl_id` related fields which needs a upgrade to work without any issues. This reverts partially the commit 4c627651. Find a other for the stable to optimise the forecasted report of product template: When the `product_tmpl_id` is in the domain of a read_group, it will be replace by a equivalent clause with `product_id` instead to avoid any sub-query which didn't help the postgreSQL planner. The performance decrease but it still acceptable compared that before the revert fix (test with one template with 256 variants in a DB with 40K products and 100K moves, 1K locations, etc) - Revert fix (which need a upgrade): 75 ms - new fix (no need a upgrade): 130 ms - without any fixes (before the revert fix): 500 ms (also have a bigger scale penalty) closes odoo/odoo#70381 Signed-off-by:
Arnold Moyaux <amoyaux@users.noreply.github.com>
-
- May 06, 2021
-
-
Rémy Voet (ryv) authored
Since df312153, the `worksheet_type` default become 'text' instead of PDF. Then, update the demo operation to show pdf instead of empty text. task-2523601 closes odoo/odoo#70419 Signed-off-by:
Arnold Moyaux <amoyaux@users.noreply.github.com>
-
- May 05, 2021
-
-
Andrea Grazioso (agr-odoo) authored
Have 2 repair records with the same partner_id, ready to be invoiced In list view select both records and click Action>Create invoices In the wizard check 'Group by partner invoice address', create invoices. Separate invoices will be created, but while grouping 1 invoice should be created joining the 2 repairs opw-2476539 closes odoo/odoo#70404 Signed-off-by:
agr-odoo <agr-odoo@users.noreply.github.com>
-
nounoubensebia authored
Display the default name (the one displayed in the kanban view) for followers replacing the False value for "other address" partners, this way the user won't get confused, furthermore, this fix won't require the name to be mandatory for this type of contacts. Task-2514244 closes odoo/odoo#70391 X-original-commit: 4c127173 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Luis González authored
Some aria attributes were missing or incorrectly set on these new buttons: - The button "Export All" was missing an `aria-label` attribute - The button to show/hide optional columns was also missing an `aria-label` attribute, and its menu items (checkboxes to show/hide columns) were missing a proper role - Ever since the debug manager was added in frontend on 73327db0, the `aria-label` attribute was not being rendered correctly on the button to open developer tools closes odoo/odoo#70390 X-original-commit: 620e4cc2 Signed-off-by:
Nicolas Lempereur (nle) <nle@odoo.com>
-
Joseph Caburnay authored
After the pos owl refactoring, the feature that closes pos from other browser tabs was removed. Having multiple open pos for the same session in the same browser session may cause issues when syncing orders because the tabs share the same localStorage, and the localStorage is the source of data when syncing orders to the backend. closes odoo/odoo#70403 Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
-
Adrien Widart authored
When the user creates a new account analytic line, he should not be able to create a new journal item. To reproduce the error: (Use demo data) 1. In Settings, enable "Analytic Accounting" 2. Accounting > Configuration > Analytic Accounts > Administrative > Cost/Revenue 3. Create a new one 4. Click on "Journal Item" list Error: the list contains the "Create and Edit..." option. Such an action should not be possible. OPW-2481197 closes #69881 closes odoo/odoo#70380 X-original-commit: f3ef533ed18c996f7f87c9596135e450479a8c19 Signed-off-by:
Quentin De Paoli (qdp) <qdp@openerp.com> Signed-off-by:
Adrien Widart <adwid@users.noreply.github.com>
-
- May 04, 2021
-
-
Philémon van Helden authored
In 13.0 and above, when looking at a quiz that was completed while not published, it would incorrectly show 2 XP awarded, when 0 XP should be awarded. With this commit, we show instead the correct 0 XP awarded. opw-2480343 closes odoo/odoo#70333 X-original-commit: 26f04763 Signed-off-by:
Nicolas Lempereur (nle) <nle@odoo.com>
-
Ivan Yelizariev authored
ALIAS_WRITEABLE_FIELDS is used to write alias fields with sudo Steps to reproduce: 1. Create a user 1.1. Give rights Services -> Project-> Administartor 1.2. Not given rights Administration-> administartor 2. Project app -> open any project -> Action -> duplicate -> it give validation error. --- opw-2506566 closes odoo/odoo#70315 Signed-off-by:
Nicolas Lempereur (nle) <nle@odoo.com>
-
Benjamin Frantzen (bfr) authored
When embedding to pdf, the name of the attached file should be 'factur-x.xml' (official specifications, section 6.2) closes odoo/odoo#70293 Signed-off-by:
Laurent Smet <smetl@users.noreply.github.com>
-
- May 03, 2021
-
-
oco-odoo authored
Since the payment refactoring, the structured reference of a payment is stored in its ref field, not payment_reference like for invoices. This caused payments never to be matched with highest priorities, as payment_reference_flag was always false, and only communication_flag could match. To reproduce: - Have a reconcile model with match_total_amount=False. - Create a statement line with communication a1b2c3 for 1000 - Create 3 payments: > 500, with memo a1b2c3 > 500, with memo a1b2c3 (so, the same one) > 500, with memo d1e2f3 - Open the reconciliation widget for your statement line ===> The 3 payments are matched, while only the two first ones should have been, as they were exact matches for the communication, and should hence have received higher priority. closes odoo/odoo#70277 Signed-off-by:
Laurent Smet <smetl@users.noreply.github.com>
-
- Apr 29, 2021
-
-
Laurent Stukkens (LTU) authored
Steps to reproduce: - Create an SO for a prepaid service in company A and confirm it - Create a project and a task in company B and select the customer linked to the SO you previously created - Unselect company A from the multi-company widget; only display the records from company B - Timesheet on the task you previously created Observed behavior: - The SOL set by default belongs to company A, thus generating an access right error when trying to timesheet on the task Expected behavior: - The SOL set by default should belong to the same company as the task task-2515259 closes odoo/odoo#69783 Related: odoo/enterprise#17921 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
- May 04, 2021
-
-
Goffin Simon authored
Steps to reproduce the bug: - Let's consider an employee E that doesn't work on Monday morning - Create a half day leave request LR for E on a Monday afternoon - Save Bug: The duration of LR was counted as one day instead of 0.5 opw:2491784 closes odoo/odoo#68977 Signed-off-by:
Simon Goffin (sig) <sig@openerp.com>
-
- Apr 28, 2021
-
-
Valentino authored
Feedback received: change the name from 'Argentinean Website' to 'Argentinean eCommerce' in order to stay consistent with the functional name of stadand Apps closes odoo/odoo#69959 Signed-off-by:
Josse Colpaert <jco@openerp.com>
-
- May 04, 2021
-
-
Adrien Widart authored
When adding a product to a repair order, the module automatically adds all product's taxes, even if some taxes belong to other companies. To reproduce the error (Need 2 companies C01 and C02. Let C01 be the current company) 1. Create a product P - Must have a tax T_C01 2. Switch to C02 3. Edit P - Add a tax T_C02 4. Activate C01 5. Create a Repair Order - Add a customer - Add a line with product P Error: Both T_C01 and T_C02 are added. However, since C02 is the current company, T_C01 should not be added. (Similar issue possible with `repair.fee`) OPW-2486791 closes #68079 closes odoo/odoo#70319 X-original-commit: 6b93d5aa Signed-off-by:
Steve Van Essche <svs-odoo@users.noreply.github.com> Signed-off-by:
Adrien Widart <adwid@users.noreply.github.com>
-
Achraf (abz) authored
What are the steps to reproduce your issue ? 1. Create a record and add two attachments 2. Navigate quickly between these attachments What is currently happening ? Traceback TypeError: Cannot read property 'complete' of undefined at AttachmentViewer._handleImageLoad (https://www.odoo.com/mail/static/src/components/attachment_viewer/attachment_viewer.js:163:20 ) opw-2521901 closes odoo/odoo#70309 Signed-off-by:
Alexandre Kühn (aku) <aku@odoo.com>
-
Adrien Widart authored
Updating a completed survey will raise an error with a traceback. To reproduce the error: (Use demo data) 1. Survey > Participations 2. Select a completed form 3. Change one answer, Save Error: A traceback appears "[...] ValueError: Computing score requires a question in arguments." Here is an extract from the method concerned: ```python @api.model def _get_answer_score_values(self, vals, compute_speed_score=True): """ [...] """ user_input_id = vals.get('user_input_id') answer_type = vals.get('answer_type') question_id = vals.get('question_id') if not question_id: raise ValueError(_('Computing score requires a question in arguments.')) ``` This method needs some information to work properly. OPW-2488974 closes odoo/odoo#69842 Signed-off-by:
Adrien Widart <adwid@users.noreply.github.com>
-
nouraellm authored
- Fix tends to prevent precision overflow in forecasted report Current behavior before PR: - If there are 2 units in stock and product_uom_qty is set to 0.66 the free_stock will be equal to 1.3399999999999999 Desired behavior after PR is merged: - If there are 2 units in stock and product_uom_qty is set to 0.66 the free_stock should be equal to 1.34 opw-2425473 opw-2459650 opw-2448443 opw-2446985 opw-2440853 opw-2464507 closes odoo/odoo#70287 Signed-off-by:
Rémy Voet <ryv-odoo@users.noreply.github.com>
-