- Sep 25, 2015
-
-
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.
-
qsm-odoo authored
Elements which are not displayed (display: none) cannot be positionned correctly by jQueryUI in a listview editable. Therefore, the solution is to make them visible (but opacity: 0) during the time their position is being computed. This was a problem because a listview editable field may become visible under some conditions AFTER their position was already computed.
-
Christophe Matthieu authored
-
Christophe Matthieu authored
To re-order the list view remove the record and add the same record after. (If an onchange is called, the user can have a message to avoid remove a one2many item) Add an silent option on remove function of collection, the trigger is already call when write the sequence.
-
Christophe Matthieu authored
Some widgets like list editable use and change values dictionary. When the write is called, the values in the cache is equal to the changes send => field no dirty => no change triggered.
-
Martin Trigaux authored
missing spaces or unclear help messages
-
Damien Bouvy authored
[IMP] web_editor: usability: allow saving even when nothing was changed when editing in the frontend
-
Damien Bouvy authored
- fixes product ordering in shop page - fixes "sale" ribbon that was un-removable
-
Cédric Snauwaert authored
-
Martin Geubelle authored
As the new messaging system has been deployed, this needs to be fixed later
-
Martin Geubelle authored
* 'Help' has now its own dropdown, directly accessible in the systray, instead of being hidden in the Administrator dropdown * 'About' has been moved there also * We can access the planner through this dropdown, even if the planner is hidden (complete)
-
Quentin De Paoli authored
[FIX] orm, fields: read_group on monetary fields now correctly makes the sum instead of ignoring them
-
Quentin De Paoli authored
-
Quentin De Paoli authored
[IMP] account: added a test on invoice validation to avoid duplicated reference on vendor bills and refunds, because it's probably a double encoding of the same document
-
Christophe Matthieu authored
[FIX] web_editor & website: don't display edit placeholder if the node have class oe_no_empty or oe_not_editable
-
Christophe Matthieu authored
Don't need to add the empty value because ir_translation generate missing values automatically. (bug e.g.: Link with empty string can't be clicked)
-
Christophe Matthieu authored
-