- Sep 25, 2015
-
-
qsm-odoo authored
Calendar height was again a problem since the introduction of the bootstrap layout (the .row had not height 100% and thus the calendar was not able to compute its height anymore).
-
Quentin De Paoli authored
[FIX] account: 'invoiced' button on partner now opens the tree view of customer invoices instead of the vendor one
-
Tanguy Charlier authored
-
Quentin De Paoli authored
-
Thibault Delavallée authored
This is a partial revert of 132dcc97. Indeed the hr_equipment module can be used to track any kind of equipment, not only IT assets.
-
Thibault Delavallée authored
Category is a classic m2o, not a statusbar. Moreover fixed category_id being twice in the form, leading to one of them being impossible to use.
-
Christophe Matthieu authored
-
Christophe Matthieu authored
Before: if a user blur a editable area without editing, the editor is removed and all bind are remove. The 'content_changed' bind are removed and the 'o_dirty' class is never apply.
-
Christophe Matthieu authored
-
Christophe Matthieu authored
-
Christophe Matthieu authored
-
Jérome Maes authored
On webclient, on 'Attachment(s)' dropdown (form view) when clicking on an attachment to download it, a request is sent to /web/content/ with a param 't' containing the current date. This param wasn't used neither before the new controller, but the old one accept additional kwargs. The new controller crashes, and since the t parameter is not used, removing it seems better.
-
Jérome Maes authored
Using website_mail mecanism will prevent to transform POST params into GET params when redirecting. This will reasure xmo ;)
-
Jérome Maes authored
Transform POST param into GET param when redirecting to login page can cause security issues. Now, instead of displaying textarea (even if public user) and the redirect to login page keeping written comment, we display the login button with a redirection to the page to comment. The redirection happen before commenting, avoiding to remenber param such comment text, rating, ... To post a comment, the user must: - be connected - have a token - or have a sha_sign
-
Jérome Maes authored
This reverts commit 7974bf54.
-
Thibault Delavallée authored
-
Josse Colpaert authored
[FIX] stock: lots (re)reserving should handle quantities correctly and better handling of reserved quants without lot When moving pack operation with lots: The system will still take the quants that are reserved with lots first. What changed, is that, secondly, it will take reserved quants without lots. Afterwards it can use the traditional methods to check the non-reserved quants for every lot.
-
Tanguy Charlier authored
The name_get has been updated accordingly : if an address has no name, we now show parent_name, res_partner.type. The contact template shows the name when it exists, and the parent_name if it does not. This should produce cleaner reports. Though the name field is no longer required on the res.partner model, "required" attribute in views and an sql contraint enforce that all contacts have a name.
-
Arthur Maniet authored
Print 4 barcodes per page, in a disposition that is practical to print on stickers.
-
Thibault Delavallée authored
-
Thibault Delavallée authored
- dates are editable even in confirm state. Only events in done states are not editable. - the print badge button is actually a button to edit badges, so let us udpate the name
-
Joren Van Onder authored
Originally written by Nicolas Seinlet <nse@odoo.com>. Provides pos.config with a product.product cache. This adds a ported and refactored pos_cache from odoo-extra: - Adapt to changes in web and point_of_sale since 8.0 - Refactor the load_server_data function, so it isn't copy pasted but cleanly patched into the load_server_data super. - Make the cron inactive by default. - Also remove retrying the write 5 times, when it fails we'll just have to wait until the cron triggers again (an hour from then). - Store the product.product fields and domain on pos_cache. When cache is requested from the pos with a different field or domain it'll automatically recompute. Necessary for when someone would install a module that modifies these things in the pos after a cache has been generated. - Have multiple caches per pos_config per user - Make the module adhere to the Odoo Coding Guidelines.
-
Josse Colpaert authored
Also check for plus sign only to be visible when necessary, which makes quantity unnecessary when handling serial numbers
-
Nicolas Martinelli authored
-
Nicolas Martinelli authored
The function field selected_seller_id is removed and must be replaced by a direct call to method `_select_seller`. This is more conventional than the previous 'browse with context' way of doing.
-
Nicolas Martinelli authored
We introduce a new field on supplierinfo: product_id. Thanks to this field, the vendor information which will be used in a purchase order can be specific to the product variant.
-
Nicolas Martinelli authored
-
Nicolas Lempereur authored
Revert till several issues are solved.
-
Damien Bouvy authored
-
Nicolas Lempereur authored
-
Nicolas Lempereur authored
-
Nicolas Lempereur authored
update summernote library up to revision: https://github.com/summernote/summernote/commit/a0f26e300 see https://github.com/summernote/summernote/ for history closes #8704
-
- Sep 24, 2015
-
-
Joren Van Onder authored
Without cash control the pos_session workflow automatically sets session states to 'open' (and so they skip 'opening_control'). With cash control enabled however this does not happen. 8a232e7f removed a button which allowed you to open the session. This adds back a simplified button which appears when necessary and just sets the state to 'open'.
-
qsm-odoo authored
(backport of enterprise version) * JS/XML refactoring * Allow user to override default options for the picker
-
Thibault Delavallée authored
-
Thibault Delavallée authored
Read more / less feature is back (and probably ugly). It has probably been removed when refactoring the old chatter. [FIX] tools: html shortening: encoding issue
-
Damien Bouvy authored
You usually do not need to change the pricelist when you are browsing a blog or a normal website, so this menu should only be visible in the webshop
-
Martin Geubelle authored
-
Martin Geubelle authored
* As the animations were already defined in web_planner, they are now moved in web (animations.less)
-
qsm-odoo authored
Before this commit, when editing a line in a listview editable, the record selector (checkbox) lost its state after the line edition.
-