- Sep 25, 2015
-
-
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
-
Christophe Matthieu authored
-
Christophe Matthieu authored
-
Damien Bouvy authored
-
Fabien Pinckaers authored
-
- Sep 23, 2015
-
-
Nicolas Martinelli authored
-
Nicolas Martinelli authored
The field 'state' has been removed, so this is now useless.
-