- Sep 26, 2018
-
-
Olivier Colson authored
Only one account of this type is allowed by COA. Before that, the module wouldn't install itself.
-
Adrien Dieudonne authored
Before this commit all x axis labels were not displayed because ticksLabels was empty. Now, we show all labels except the first one and the last one because they are truncate. We need at least two intermediate labels to know the scale and the direction. So, we only remove labels when there is more than 3 data points.
-
Gert Pellin authored
with migration from python2 to python3 not all regexes where converted to byte-array.
-
Mathieu Duckerts-Antoine authored
The functions 'formatFloat' and 'formatInteger' now format a number x like utils.human_number when a predicate 'humanReadable' is available in options and humanReadable(x) is true.
-
Laurent Smet authored
- Check post_at_bank_rec on bank journal. - Create an invoice of amount=x - Register a payment of amount=x using the bank journal (invoice state is now 'in_payment') - unreconcile the payment ... The invoice state is still 'in_payment' instead of going back to 'open'.
-
Aurélien Warnon authored
Targets commit d3530eb0 Purpose ======= [Follow up AL review] Code cleanup and some improved models naming for the product configurator feature (see targeted commit). Mostly changes the "product.attribute" related models. Updated models: - "product.product.attribute.value" to "product.template.attribute.value" - "product.attribute.filter.line" to "product.template.attribute.exclusion" - "product.attribute.line" to "product.template.attribute.line" Updated fields: - [sale_order_line in sale/sale.py] "product_custom_variant_values" to "product_custom_attribute_value_ids" - [product_template_attribute_value in product/product_attribute.py] excluded_for is now a o2m instead of a m2m - [product.attribute in sale/product_product.py] "create_variant" field is now a Selection with "no_variant" (old false), "always" (old true), "dynamic" (new value) - [product in product/product.py] "product_attribute_value_ids" to "product_template_attribute_value_ids"
-
Jérome Maes authored
Add some test to improve the test coverage of hr_timesheet module. This commit brings tests on time-tracked projects and their deletion (and relation to their AA).
-
Demaret Rivarola Johan authored
The user should always be redirected when paying with wire transfer. This is because the landing page displays useful data such as the communication. Closes #27194
-
svs-odoo authored
- Change icon and design for dashboard subviews buttons, according to the new mockup. - Primary buttons are put into the same 'btn-group' to have better border jointure. ! The new icon for the 'fullscreen button' requires to update Font Awesome (currently in 4.7 and need at least the 5.0). Task #1882571
-
sri-odoo authored
-
sri-odoo authored
-
Martin Geubelle authored
There were spelling errors in the description of the `contact` qweb widget options.
-
Martin Trigaux authored
The version number is used in the version dropdown in the the switcher_list.html file as well as in the page title
-
Raphael Collet authored
-
XavierDo authored
The read_group method will ignore and display a warning when giving an order on a non-aggregable field. Therefore, when accessing a list of record from a list view group by some field and ordered on another one, a warning will appear in logs (making the nightly clikall test yellow) The solution here is to only order by current group by field and on aggregable fields. We want to keep the user order to know the ASC/DESC information.
-
Raphael Collet authored
Speedup 4% of installation time.
-
Vincent Schippefilt authored
Before this fix, in form view, when a datepicker was not visible (because they were on another page or literally invisible), when the user pressed TAB and the datepicker was positionned after the current field in the form, it was capturing the focus during the activate phase of the navigation_move. This is not correct for invisible elements. After this fix, only focusable datepickers get the focus during the activation phase of the navigation_move. co-author: aab-odoo (aab@odoo.com)
-
Géry Debongnie authored
The crappy branch on the product configurator broke the doc build process, because 1. we do not test that the doc is properly built 2. we merge branches without reviewing them
-
svs-odoo authored
Menu items for measures list are now sorted by their 'string' value. We set that string in lowercase because uppercase/lowercase influences string comparison, so we are sure to compare always strings with the same case. This fix is effective for pivot view, cohord view and graph board. Task #1882576
-
Arnold Moyaux authored
Since demo data refactoring the lot name and reference has been inversed. However the demo stock barcode sheet(oe) was not updated and the scan of the lot trigger the warning unknown barcode. We prefered to get back to LOT-00001 as name since we could modify the label on the barcode to 0000047 but it does not reflect a lot name and couldn't be unserstand by a user trying the demo data. We could also keep the label LOT-00001 and modify the barcode content to 0000047 but when the user would scan the LOT-00001, he will see 000047 on its screen which is incomprehensible. So we choose the simple solution to keep LOT-00001 as name and 0000047 as reference.
-
Arnold Moyaux authored
commit 96abf2ca moved package menu to operation and rename it delivery package. However move it to opeation could confuse the user and let him imagine that he is able to create the package content from this menu which is not the case. This menu only allow you to see the package, its location and its content. Also package are not always delivery package since it could be use in internal picking type so it's better to remove the 'delivery' from the menu item.
-
svs-odoo authored
Document 'value_label' attritube of dashboard aggregate and formula.
-
svs-odoo authored
Done when working on task #1882569
-
- Sep 25, 2018
-
-
Josse Colpaert authored
-
Josse Colpaert authored
- posbox -> IoT Box - added scripts for server configuration and step by step wizard - start Firefox browser on screen with specific url - captive portal configuration with nginx and dnsmasq - enlarged /tmp folder - Removed dhcpd server as hostapd handled that already Most of the changes done by qle
-
Josse Colpaert authored
There are two scales that are supported, but the Adam scale possibly won't return any answer so there is no way to detect then if it is an Adam scale or something else. As we have not implemented a detection method for the caliper driver yet, we exclude it from the devices the scale can detect. (by comparing /dev/serial/by-id and by-path)
-
Josse Colpaert authored
We changed the naming of posbox to IoT Box everywhere and renewed the web interface using jinja2 templates in separate html files. A separate configuration for the server and the IoT Box name was added and it shows drivers for both pos and iot. The interface also needs a step to step wizard that is launched when the access point is active for simplified configuration. Thanks to qle and Deep Patel.
-
Josse Colpaert authored
- Routes to get device/driver statuses from the browser - Framework for managing and downloading drivers for devices connected to the IoT Box - Automatic detection of printers and cameras in the network - Built-in detection for USB and Bluetooth LE devices and checking if a driver matches the device - Authentication of the box into Odoo - Inform Odoo of the connected devices and giving them a unique identifier so they can be called from the browser Thanks to qle, specially for fswebcam and cups
-
TWA authored
-
Rémi Rahir authored
- CRON changed to 60min - Fixed display/rendering issues with autocomplete widgets. - Moved 'Insufficient credit' banner - Editable endpoint for partner_autocomplete service
-
TWA authored
-
Rémi Rahir authored
-
qsm-odoo authored
Setting a black low-transparency filter on a parallax element was leaving the text color black too as the filter did not act as a background color. Now the filter is computed from the parallax background color.
-
qsm-odoo authored
Same as it was done before for buttons, this commit adds an option in the theme customize dialog to allow selecting the font for the navbar elements. Needed for themes migration.
-
qsm-odoo authored
-
Jeremy Kersten authored
-
Wolfgang Taferner authored
As the order on the product itself is destroying the functional sequence in the backend of the module product (handle widget is ineffective on the view) and is individually set since 4dce8616 for its original purpose, it should not be of any risk to remove the redefinition of product order for website sale. This commit closes #26118
-
Jeremy Kersten authored
Before this commit, the view create by editor (to change the scss file in asset for example) was not website specific. Now we override (use the new hook method) to add the website_id.
-
Romain Derie authored
Forcing website on session before navigating to the other website would not work as expected if the other website has a different URL (hostname). It would force the website on session on current website, then navigate to second website which could still had another website in session. Now, we force the website in session once we land on the website in the dispatch() method. Step to reproduce: - Set website1 to 127.0.0.10 - Set website2 to 127.0.0.20 - From website1 click on website2 in website selector - Website2 is forced on website1 session (wrong) - You land correctly on website2 and see website2 - From there (website2) click on website1 in website selector - Website1 is forced on website2 session (wrong) - You land on website1 but see website2 since website2 was forced on website1 session at steps 3/4. This is even more trickier when there is a third website without a domain in the equation (meaning this website can be seen from website1 and website2 without changing URL (hostname)).
-
Romain Derie authored
task-32836
-