- Oct 01, 2018
-
-
Antony Lesuisse authored
-
Xavier Morel authored
Else website_sale_wishlist.wishlist blows up the documenter: ``events`` is set to sAnimations.Class.events but that is not an "own property" of sAnimation.Class, it is instead inherited from Widget. If delegation is not implemented, the value resolves to <nothing>, which blows up when trying to set its name to the "property name" (by calling ``set_name``).
-
Christophe Simonis authored
Oversight of previous forward-port.
-
William Henrotin authored
Making a delivery with an external carrier without setting any partner will sometimes lead to a crash on the API respond from the carrier. This technical error is sent back to the user without any proper sentence human readable. This commit set the field 'partner_id' required in case of delivery with external carrier to avoid any technical error Task : 1886733
-
Mathieu Duckerts-Antoine authored
For a single groupby selected, the graph view didn't render well the data when simultaneously in bar chart and comparison mode. The labels were in that case always integers. This commit fixes that situation.
-
Antony Lesuisse authored
-
Antony Lesuisse authored
-
Antony Lesuisse authored
-
Antony Lesuisse authored
Reducing the possiblity of enterprise users of locking themselves.
-
Antony Lesuisse authored
-
Antony Lesuisse authored
As we want that operations done by the system such as reordering rules be done by him.
-
lejeune quentin authored
-
Josse Colpaert authored
One nginx config for the access point and one for the https with the self-signed certificate. This is a temporary fix for the IoT Box to work with the SaaS that is https-only (except pos) This way you won't get an error when printing or asking a value from the IoT Box telling you are mixing http and https. The disadvantage is that you still need to agree on accepting the certificate (and the banner will stay red). A definitive solution will follow later on. + retry if hash sums are wrong on generating the IoT Box message
-
TWA authored
Instead of forcing the creation of iap account to consult its balance, since it will most likely be 0 at creation, we only generate it on explicit user action (e.g. Click to recharge the account).
-
Rémi Rahir authored
Remove the sudo create introduced in 2bf1af77 as we added corrects security access.
-
Christophe Simonis authored
Oversight of previous forward-port
-
Christophe Simonis authored
-
RomainLibert authored
Since https://github.com/odoo/odoo/commit/19eacf7d23c9413de4430a3422b5ed74b37ef242, it was possible to click on a "Shortcuts" menu item in community which triggered a call to _onMenuShortcuts whose implementation was only defined in enteprise As the keyboard shortcuts are available both in community and enterprise, we should support this menu item
-
qsm-odoo authored
Set the background color on the card instead of the column, just like regular cards snippets.
-
qsm-odoo authored
Before this commit, the nav-tabs IDs/urls/... were the same when that snippet was added multiple times or duplicated. Now, the IDs are recomputed everytime a new .nav-tabs appears.
-
qsm-odoo authored
-
Laurent Smet authored
var defs = [def1, def2, def3] $.when(defs) is not equal to $.when(def1, def2, def3) but $.when.apply($, defs) is.
-
David Beguin authored
Buttons class was not aligned with unsubscribe page for mass_mailing.contact case. Linked with Task ID 33224 Closes PR #27352
-
Adrien Dieudonne authored
This commit hides some labels depending of the avalaible size of the graph. We had to skip some test because 'renderEnd' is not triggered for line chart. We need to update nv.d3.
-
David Beguin authored
As building a custom filter on 'Blacklist is false' is creating a filter '!= True' instead of '= False', the assumption that operator must always be '=' is wrong. This commit inverts the value and operator if the operator is '!='. Fix for Task ID 33224 PR #27334
-
Aurélien Warnon authored
Targets commit d3530eb0 Purpose ======= [Follow up AL review] Removed the default_get override in the sale_order_line model. - The default values to create records are now specified by pefixing them with "default_" in the JS. That will use the built-in framework method, which is more simple/clean. - The "list_editable_renderer.js" file for the product configurator was removed and its content is now merged within the SectionAndNoteListRenderer. Updated fields: - [sale_order_line in sale/sale.py] "product_no_variant_attribute_values" to "product_no_variant_attribute_value_ids" [Follow up JCR testing] Various bug fixes including: - optional products dont show when they have variants configured on them - when no variant is created, you cant choose the product one first time in the ecommerce - when in debug, attribute and attribute value menu is double - fix design of default picture in cart summary / product comparison - fix missing href tag on product comparison "add to cart" buttons - fix button "Configure Variants" is always shown even if there are no variants
-
Aurélien Warnon authored
Targets commit d3530eb0 Purpose ======= [Follow up JCR testing] Various bug fixes including: - optional products dont show when they have variants configured on them - when no variant is created, you cant choose the product one first time in the ecommerce - when in debug, attribute and attribute value menu is double - fix design of default picture in cart summary / product comparison - fix missing href tag on product comparison "add to cart" buttons - products with the "Can be sold" box unchecked should not appear in the product configurator
-
Aurélien Warnon authored
Targets commit d3530eb0 Purpose ======= [Follow up AL review] Removed the default_get override in the sale_order_line model. - The default values to create records are now specified by pefixing them with "default_" in the JS. That will use the built-in framework method, which is more simple/clean. - The "list_editable_renderer.js" file for the product configurator was removed and its content is now merged within the SectionAndNoteListRenderer. Updated fields: - [sale_order_line in sale/sale.py] "product_no_variant_attribute_values" to "product_no_variant_attribute_value_ids"
-
Quentin De Paoli authored
-
Christophe Simonis authored
Oversight of previous forward-port. Revert 0b811172.
-
ThanhDodeurOdoo authored
Changed the field display of activity delay fields as requested by EST. PR: 27326 Task: saas-11.5 Framework bugfix; 1873908
-
Christophe Simonis authored
-
qsm-odoo authored
- Adapt used-in-the-page color behavior - Add transparent image for theme customize dialog previews See https://github.com/odoo/odoo/commit/5ba0216b746a16b4609bc9c147fcacad109e969a
-
Andrea Ulliana authored
* web_editor, website Add an opacity slider and an opacity input to control opacity over the chosen color. task-1887571 Closes https://github.com/odoo/odoo/pull/27289
-
Christophe Simonis authored
-
Mathieu Duckerts-Antoine authored
The count measure is now put first in the order of selected measures.
-
Lucas Perais (lpe) authored
Install base_vat_autocomplete and base_address_extended. Try to create a contact with VAT: BE0477472701 (or any valid one) Before this commit, there was a traceback because the split of the address string into fields contained a field that is set in base_adress_extended, and not handled by the current module After this commit, there is no traceback OPW 1887288 closes #27291
-
Lucas Perais (lpe) authored
On a form view, click on set defaults, select a value for a field, then save Before this commit, there was a traceback because the model on which we apply the defaults was not found After this commit, it works as expected OPW 1887032 OPW 1888715 closes #27148
-
- Sep 30, 2018
-
-
qsm-odoo authored
Before this commit, when using the website editor, modifications were saved in place in the original view. The view was also marked as non updatable so that when an user migrates its database, he does not lose its modifications. The problem with this system is that users were able to keep their modifications at the cost of having views which are not up-to-date with the latest odoo updates. Now, the views' content which is inside an oe_structure element is saved in an inheriting view instead of the original view. The original view is not marked as non updatable anymore. Note 1: we only consider elements with the 'oe_structure' class which also have an id containing the 'oe_structure' string. Note 2: if a non oe_structure but editable content is edited, the original view is still marked as non updatable (however, with the new multi-website feature, this may not be necessary as the edited view will be duplicated to be website-specific... we may want to disable the behavior in a future update).
-