- Nov 05, 2020
-
-
Richard deMeester authored
Production Lot quantities are not recalculating mid transaction without depends. X-original-commit: 5aec7497
-
Alejandro Santillan authored
Incorporate Alejandro Santillan (R4Alex) as Vauxoo's contributor closes odoo/odoo#61383 X-original-commit: e265a1e8 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
wan authored
Task 2375107 Need to be consistant with the new states on account.bank.statement closes odoo/odoo#61381 X-original-commit: 0719f1dd Signed-off-by:
oco-odoo <oco-odoo@users.noreply.github.com> Signed-off-by:
wan <william-andre@users.noreply.github.com>
-
Benjamin Frantzen (bfr) authored
- added code to DE account.tax.report.lines records - generic Kz generation (based on code) - support for quarter period - added tax nr for de companies - better xml generation TASK ID: 1968167 closes odoo/odoo#56075 Related: odoo/enterprise#13940 Signed-off-by:
Josse Colpaert <jco@openerp.com>
-
svs-odoo authored
Previously, the field `package_use` was in `stock_barcode_picking_batch` as this field is only used by the picking batchs in barcode. But to avoid some overrides and so make the code simplier, it is now declared in `stock`. However, this field will not be visible in the package form view until `stock_barcode_picking_batch` is installed. closes odoo/odoo#59925 Related: odoo/upgrade#1855 Related: odoo/enterprise#14043 Signed-off-by:
Arnold Moyaux <amoyaux@users.noreply.github.com> Signed-off-by:
William Henrotin <Whenrow@users.noreply.github.com>
-
svs-odoo authored
When using reusable package in chained transfers, indicates the package should not be propagated for the next moves `result_package_id`. This change has no effect by itself, but it's used in enterprise by https://github.com/odoo/enterprise/pull/13146/commits/611b2c0b188ab9906eb21feab087a1794bd2d015 when Picking Batch is enabled and barcode app is installed. task-2333834 X-original-commit: 6677f501
-
- Nov 04, 2020
-
-
Andrea Grazioso (agr-odoo) authored
Configure card payment provider (stripe, Authorize, etc) in test mode Allow the customer to decide if saving payment info Go to web shop, fill cart and checkout Select provider and check "save payment method" After payment the card info is not saved: the related check variable is overridden in the process. Note: this occur only when using the provider site. S2S payment via Odoo follows a different flow opw-2335237 closes odoo/odoo#61351 X-original-commit: dc18fdba Related: odoo/enterprise#14597 Signed-off-by:
agr-odoo <agr-odoo@users.noreply.github.com>
-
- Nov 03, 2020
-
-
Benoit Socias authored
Before this commit the add field actions are in the middle of the editor top options After this commit the add field actions are in front of the editor top options task-2367124 closes odoo/odoo#60996 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
- Nov 04, 2020
-
-
wan authored
We still keep the behavior for later companies. It was originally added here 41f119d5 closes odoo/odoo#61353 X-original-commit: 9ba396af Signed-off-by:
Laurent Smet <smetl@users.noreply.github.com> Signed-off-by:
wan <william-andre@users.noreply.github.com>
-
- Nov 05, 2020
-
-
Thibault Delavallée authored
Purpose of this commit is to allow to attach moved messages from a thread to a new parent. This allows notably to keep references if message hierarchy is not kept as it is. LINKS Task ID-2083049 COM PR odoo/odoo#49129 ENT PR odoo/enterprise#9715 UPG PR odoo/upgrade#1883 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
David Beguin authored
Before this commit, when adding a icon to a statusbar button, there was no margin between icon and text. This makes button not very nice as button is very near to the text itself. After this commit, for readability purpose, a margin has been added to the icons of a statusbar button. Statbutton margin has been chosen to keep things coherent through form buttons. LINKS Task ID-2083049 COM PR odoo/odoo#49129 ENT PR odoo/enterprise#9715 UPG PR odoo/upgrade#1883
-
- Nov 03, 2020
-
-
svs-odoo authored
Checks the MO `date_planned_start` is set to do the onchange. Also, add `product_id` in the onchange trigger because the produce delay can be different for each product and so the MO `date_planned_finished` must be recomputed also when the product change. task-2359839 closes odoo/odoo#61295 X-original-commit: b48d0047 Signed-off-by:
William Henrotin <Whenrow@users.noreply.github.com>
-
svs-odoo authored
closes odoo/odoo#61291 X-original-commit: d4d06b47 Signed-off-by:
William Henrotin <Whenrow@users.noreply.github.com>
-
- Nov 04, 2020
-
-
Nicolas Martinelli authored
In a 12-hour clock: - 00:30 is 12:30 AM - 12:30 is 12:30 PM opw-2374394 closes odoo/odoo#61321 X-original-commit: c2580518 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
Pierre Masereel authored
When you enable the cash rounding in POS, all your payment methods are rounded in the POS. In some countries, only the cash methods must be rounded, so we enable here the possibility to activate the rounding only on the cash methods. OPW-2373516 and OPW-2366101 closes odoo/odoo#61312 X-original-commit: 9b03fd67f856ec8e5b37652a5ed551ec159973e5 Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
-
Achraf (abz) authored
Issue - Install "Website" and "website_event" - Try to add Event block The title is editable Cause The contentEditable attribut is enabled Solution Disable the contentEditable attribut opw-2367538 closes odoo/odoo#61355 X-original-commit: 77ffd634 Signed-off-by:
Nicolas Lempereur (nle) <nle@odoo.com> Signed-off-by:
Achraf <abz-odoo@users.noreply.github.com>
-
- Nov 03, 2020
-
-
Goffin Simon authored
Unify the behavior for smart buttons on res.partner view form Let's consider generic records R on a specific model M - All the R of the children and archived children of a contact C must be counted in smart button of M in the form of C - Clicking on the smart button of a contact C must display all R of the children and archived children of C closes odoo/odoo#61241 Signed-off-by:
Simon Goffin (sig) <sig@openerp.com>
-
- Nov 04, 2020
-
-
Susana authored
closes odoo/odoo#61347 X-original-commit: 7cc25290 Signed-off-by:
Josse Colpaert <jco@openerp.com>
-
Benjamin Vray authored
Before this commit, background images were not centered by default. It was especially annoying on mobile device. We created a new class to center background image and we added it on all the snippets with a background image except those with a parallax effect because they already have a background-position in inline style. task-2318526 closes odoo/odoo#60430 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
Laurent Smet authored
When the invoice is fully reconciled but not using payments, set the 'paid' status on invoices. closes odoo/odoo#61339 X-original-commit: 052324cc Related: odoo/enterprise#14590 Signed-off-by:
Laurent Smet <smetl@users.noreply.github.com>
-
Laurent Smet authored
A classic payment uses the outstanding account to create the line that needs to be matched later with a statement line. In some cases, the user doesn't want to encode twice the same transaction, e.g. when encoding a cash payment, and want to create directly a payment impacting the cash account to skip the 'statement line' step. X-original-commit: 2b472fd5
-
Moens Alexandre authored
opw-2374318 closes odoo/odoo#61326 X-original-commit: c1f43707 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
IEL authored
WHY: you may have wrongly compiled assets for reports (e.g. if you didn't have rtlcss installed on first run) closes odoo/odoo#61324 Signed-off-by:
Nicolas Lempereur (nle) <nle@odoo.com>
-
Didier (did) authored
https://github.com/odoo/enterprise/pull/13883 task-2323665 closes odoo/odoo#61320 X-original-commit: 7ead0bf2 Related: odoo/enterprise#14585 Signed-off-by:
Sébastien Theys (seb) <seb@odoo.com>
-
xO-Tx authored
In the shop when the product page is loaded, the variants are now selected from search attributes if filter is applied. Since we have a hash containing variants unique id in product url, we can apply variants from search filter attributes in url instead of default ones. + fix filter style Now: When you filter in /shop the product on color black, and click on the product desk (first variant in white), you are now redirected to the product with color black selected This commit closes #47117 and is related to #22982 task-2369420 closes odoo/odoo#61317 X-original-commit: 5064bfa8 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
David Monjoie authored
Changelog: [IMP] DomLayout: Some errors are logged without doing an automatic undo [FIX] Build: add back odoo-integration [FIX] Core: snapshots do not alter the operation of memory slice switches [FIX] polyfill: ensure shadow caret position fallback in contenteditable [FIX] Dom: properly target deepest in a siblingless shadow closes odoo/odoo#61314 Signed-off-by:
David Monjoie (dmo) <dmo@odoo.com>
-
Gorash authored
-
qsm-odoo authored
Commit [1] made a stupid mistake forgetting nodes with the t-field instruction can also have the position attribute in case of inheritance without xpath node. ... It did not crash because there actually is no case of it in the current codebase, but this is used by some custo on our prod however. The test introduced by mentioned commit has been extended to crash, should this specific case be broken again. [1]: https://github.com/odoo/odoo/commit/92ef3b2dd4655913198d10d06598b799fdcae6d0 closes odoo/odoo#61288 X-original-commit: b05c7f1e8054be4e74289ac366e0ddcc7da2228e Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
fw-bot authored
Homepage tour starts with a very generic step 'drop snippet' So, you can be in the middle of another tour and see the step of homepage tour. This doesn't fix all cases, but make conflict less frequent. E.g. go to step 4 of tour event click on save (before doing the step 5) click on edit Element is no more dirty (because save before step 5) so the step 5 not visible, Tour with higher sequence (== lower priority) become visible. (e.g.: homepage) Forward-Port of bca6cf2693d38c76b1af08398a3125bb16b59c15 closes odoo/odoo#61157 Related: odoo/design-themes#416 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
qsm-odoo authored
Before this commit, when the user dropped the "Quotes" snippet, the editor was not allowing to drop any more snippet (see [1]). This was because the editors initialization related to the drop of the "Quotes" snippet was not able to be fully performed. Indeed, it is composed of carousel items, themself containing images. As some of those carousel items are hidden, the images they contains are too... and some options actually wait to access their naturalWidth. As the images are lazy loaded since [2], we were thus waiting infinitely. [1]: https://github.com/odoo/odoo/commit/277f39904e7218bef2dd23b1c5b719ce8660008f [2]: https://github.com/odoo/odoo/commit/617c716aeafd7bbc776d81da134a9b25329f08c9 closes odoo/odoo#61308 X-original-commit: 2e37befb Signed-off-by:
Samuel Degueldre <sdegueldre@users.noreply.github.com>
-
- Nov 03, 2020
-
-
Goffin Simon authored
Steps to reproduce the bug: - Go to Fleet > Reporting > Cost - Select the pivot/graph view Bug: The elements in the table/graph were clickable opw:2360528 closes odoo/odoo#61296 X-original-commit: bf803346 Signed-off-by:
Simon Goffin (sig) <sig@openerp.com>
-
- Nov 04, 2020
-
-
Pedro (pno) authored
[FIX] {base, coupon, crm, event, mass_mailing, product, project, sales_team, utm, web}: prevent long texts from overflowing Previously, in multiple modules, long names would result in an overflow of text. With this commit long texts should appear like this: [aaaaa...] instead of going out of their boxes. Various views are updated, depending on which fields we wanted to prevent from overflowing and the probability they do so. Task ID-2325219 PR odoo/odoo#57713 PR odoo/enterprise#13226 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Nov 03, 2020
-
-
Jérémy Hennecart authored
When we clear the configuration parameter crm.pls_fields unlink method is called. In order to have a correct dynamic compute based on this parameter we need to re-evaluate the depends. This is done by overriding unlink of ir.config_parameter, like already done at create and write. Task-2196200 closes odoo/odoo#61293 X-original-commit: d04cc4df4ec28816aeb6d1d7c7fc0e547fd13fa5 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Laurent Smet authored
As the POS doesn't manage CABA entries, don't use the temporary CABA account. closes odoo/odoo#61250 X-original-commit: 5f3b8108 Signed-off-by:
Josse Colpaert <jco@openerp.com> Signed-off-by:
Laurent Smet <smetl@users.noreply.github.com>
-
nie authored
Steps to reproduce the bug: - Assign a sales team to a new POS - Go to Sales > Orders > Sales Teams Bug: Traceback: TypeError: unsupported operand type(s) for +: 'int' and 'NoneType' opw:2371276 closes odoo/odoo#61292 X-original-commit: 6d41376a Signed-off-by:
Nicolas Lempereur (nle) <nle@odoo.com> Signed-off-by:
backspac <backspac@users.noreply.github.com>
-
Laurent Stukkens (LTU) authored
Before this commit: It was complicated to manage the contracts as they were all displayed in one view. When the contract was a time credit one (which is by definition a temporary situation) the data used was based on the time credit and not on the full time equivalent. This usually forced the HR to create fake new contracts without time credit for the appraisals. After this commit: A new report will ease the followup of contracts with the time running. It comes with a new view that highlight the reference information which allow to easily manage credit time. Simulation is also made on FTE data which eases HR work. This commit also fixes a bug in the simulation with the meal voucher (only one was taken into account in the summary right panel. The wage on signature is now populated when the document is signed. Closes odoo/odoo#58120 Related PR: odoo/enterprise#13384, odoo/upgrade#1802 task-2326407 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
Sébastien Geelen (sge) authored
closes odoo/odoo#61254 Signed-off-by:
David Monjoie (dmo) <dmo@odoo.com>
-
- Oct 30, 2020
-
-
Antoine Guenet authored
closes odoo/odoo#61030 Signed-off-by:
David Monjoie (dmo) <dmo@odoo.com>
-