- Nov 09, 2017
-
-
Yenthe V.G authored
Closes #20801
-
Simon Lejeune authored
Commit[1] tried to improve the usability of the pick + pack + ship + a fixed procurement group scenario by erasing the origin value on the groupped ship that refered wrongly to only the first downstream document (and in fact refered to multiple). We forgot the scenario into which we add a sale order line. In this scenario, we also go through `_assign_picking` and, if an existing open picking is found, we also wiped its partner and origin value, which was indeed wrong. We fix this scenario by being more precise on the erasing condition. [1] 4a5f0765
-
Fabrice Henrion authored
Closes #20782
-
Martin Trigaux authored
-
- Nov 08, 2017
-
-
qsm-odoo authored
Snippet options were not receiving proper data parameter on instantiantion due to a websitepocalypse wrong adaptation. Those data are parameters to tweak an option behavior, directly defined on the option's <div/> in the XML. By mistake, they were now taken on the child <li/> element (main DOM element of the option). A visual example of the bug is the overlay colorpicker displaying "Background Color" as a title instead of "Overlay Color".
-
Martin Geubelle authored
Before this revision, only the FormView allowed to reuse the same datapoint. This was only used when opening a FormViewDialog when opening the form view of record in a one2many field. However, this could be useful in other places for other views. In Studio for example, we need to instantiate a x2m view without the parent view ; we thus need to be able to reuse the same model for all basic views.
-
Martin Geubelle authored
A domain could contain the key `parent` (in an embedded subview), like: domain="[('display_name', '=', parent.display_name)]") This is currently not handled by the DomainSelector. This will probably be handled in a future version but for this stable version, this case that triggered an error is now catched and an error message is displayed in the widget. This was causing a traceback when opening a domain with `parent` in the edition of a subview with Studio.
-
Nicolas Lempereur authored
The "Event" API is not the same between IE9 till IE11 and all the other browser (eg: IE Edge, google chrome, firefox, ...). For example here is a seemingly accepted polyfill to have it working the 'same' on most browsers using CustomEvent: https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/CustomEvent#Polyfill This commit just trigger the event with jQuery which attains the same result but work everywhere. opw-780056 closes #20759
-
Martin Trigaux authored
Courtesy of translator teams
-
Martin Trigaux authored
Thoses -> those Add model description Courtesy of translators for report
-
Nicolas Lempereur authored
With da136d83 we have modifiers on every elements but when saving them for dashboard they have to be stringified to be used. Also a part of a previous code was still present that removed context and domain from a saved dashboard when modifying it. opw-779071 closes #20725
-
Martin Trigaux authored
and rename the alarms by email for a better name Makes sense to be translated as general and useful to have it as data. Fixes #20634 Closes #20644
-
Wolfgang Taferner authored
-
- Nov 07, 2017
-
-
Martin Trigaux authored
To make it translatable
-
Christophe Simonis authored
-
Christophe Monniez authored
Odoo setup/install documentation needed a re-organization and an update to reflect the latest dependencies versions. There was too much warnings and danger signs on this page. Finally, the structure was not the same for each install method. * As CentOs is actually too old to handle python3 dependencies for Odoo, rpm install method is explicitely mentioning Fedora 26. * The "yum" package manager has been deprecated in Fedora and replaced with "dnf". * As Debian and Ubuntu don't ship a python3-num2words package, the documentation must provide a hint on how to install the module using pip. * The documentation was missing the virtualenv way of installing Odoo. * Paragraphs mentioning configuration file were removed. The reference/cmdline page should be updated consequently.
-
Rémi Rahir authored
Added missing images in the documentation.
-
Martin Geubelle authored
After entering a value in a many2one, if one clicks somewhere else, a popup is opened to suggest the user to create (or not) a new record with the entered value. Before this rev, closing this popup resulted in an unclear situation where the input was still set with the entered value but the new record hadn't been created. This commit fixes this by clearing the input value if the record is not created. See task#36055
-
Simon Lejeune authored
-
Martin Trigaux authored
`records` is the `active_model` object from `records`, we retrieve `partners` on which there is a field mobile Fixes #20134
-
Martin Trigaux authored
Was unclear Courtesy of the translators team
-
Nicolas Martinelli authored
Edit/create a bank account: - Add a correct ABA number => nothing is displayed - Add an incorrect number (e.g. with letters) => it crashes Combining an `Integer` field with a `char` widget is just a bad idea... opw-781069
-
Christophe Simonis authored
-
Jeremy Kersten authored
Before this commit, an opp created from a contact via the portal was assign to himself instead of the commercial_partner_id. So the saleperson was not assigned to the opportunity, and the opp created was not for the company but for the contact only. That make sense to share the opp to the company and assign the saleman directly. Thanks to GBR for the reporting.
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Martin Trigaux authored
Bad ISO 639-1 code In 9.0 iso_code was guessed with `get_iso_codes` which was too simplistic e.g. it_IT => it (correct) but ja_JP => ja_JP (incorrect) Fixes tw:tashiropen/status/927779483041415168
-
Christophe Monniez authored
On MS Windows, the mimetypes module relies on the Windows Registry to guess mimetypes. As a consequence, when generating assets bundle for javascript files, the mime type of js files may be wrong. In that particular case, the Odoo user is facing an empty web page. This commit enforce 'application/javascript' for js assets when they are saved as ir_attachment in the database.
-
Hbto [ Vauxoo ] authored
Was PR#20479. Courtesy of Vauxoo
-
Jérome Maes authored
Since some calendar are in data, and their attendances in an 'eval' with '0' ORM command, we need to put them in noupdate mode to avoid duplicating attendances when we update the module.
-
Simon Lejeune authored
We chose to erase the partner_id and ref field on a picking when its content may refer to multile records. Note that the partner_id field was already hidden in the view of internal picking.
-
Joren Van Onder authored
Due to switching to P3. opw-779720
-
Joren Van Onder authored
It's called html_escape. Introduced in e2f1af78. opw-779720
-
- Nov 06, 2017
-
-
Christophe Simonis authored
-
Martin Trigaux authored
View may be the action or the object It is not translated the same way in some languages (e.g. Fi) Fixes #20595
-
Nicolas Martinelli authored
Use case to reproduce: - Set a product to be expensed - Set the expense_policy to something else than no - Do a delivery order with a picking - Validate the picking -> Delivered quantity to 0 and impossible to create an invoice if the invoice_policy is delivered_quantity It happens due to this commit 48ea59d4 What does it do: - The move could be generated by an expense. - If the move has 'no' as expense policy thus we won't add it in the invoice Problem we can't guess if the move come from an expense or not (limitation). This commit add an onchange on can_be_expense is order to set the expense policy back to 'no' when the user uncheck it. Courtesy of amoyaux opw-777139
-
Wolfgang Taferner authored
-
Christophe Simonis authored
-
rde authored
Before this commit: 1. The promo code form would be displayed in the cart popover (when you mouseover the 'My Cart' menu in the navbar.) 2. The promo code form would appear twice at the 'Payment' step at the checkout Now: 1. The promo code form is not displayed in the popover anymore 2. The promo code form will only be shown once at the checkout 'Payment' step This closes #20539
-
- Nov 05, 2017
-
-
Yenthe V.G authored
This commit closes #20706 and closes #20074
-