- Sep 17, 2014
-
-
Quentin De Paoli authored
-
Quentin De Paoli authored
-
- Sep 16, 2014
-
-
Arthur Maniet authored
-
Arthur Maniet authored
-
Arthur Maniet authored
[IMP] account: bank statement reconciliation: correctly find reconciliation proposition based on amount match
-
Arthur Maniet authored
-
Arthur Maniet authored
[IMP] account: bank statement reconciliation: for a partially reconciled move line, display total and residual amount
-
Arthur Maniet authored
[IMP] account: bank statement reconciliation widget: display partner name found in statement import in change partner field ; do not set the partner to false before changing the partner
-
- Sep 12, 2014
-
-
Arthur Maniet authored
-
Arthur Maniet authored
[FIX] account: bank statement reconciliation widget: display only one line for a partial reconciliation
-
- Sep 11, 2014
-
-
Arthur Maniet authored
-
Arthur Maniet authored
[FIX] account: bank statement reconciliation widget: refactor fix : is_single_statement -> single_statement
-
Arthur Maniet authored
-
Arthur Maniet authored
[IMP] account: bank statement reconciliation widget: it is now possible, when reconciliation is done, to close all the statements reconciled and to go back to statements list view
-
Arthur Maniet authored
-
- Sep 10, 2014
-
-
Arthur Maniet authored
[FIX] account: bank statement reconciliation widget: cleaning (ID has nothing to do in the tooltip showing more infos about a move line)
-
Arthur Maniet authored
[FIX] account: reconciliation: taking into account that amount_residual can (very infrequently) be < 0
-
Arthur Maniet authored
[FIX] account: reconciliation widget: when updating matches (move lines), exclude those which are reconciled with a selected move line as well
-
Arthur Maniet authored
-
Arthur Maniet authored
[FIX] account: reconciliation: using move_line.name instead of move_line.move_id.name when is defined
-
Arthur Maniet authored
[IMP] account: bank reconciliation widget: making it harder to remove a statement line's partner ; improved change statement name usability
-
Arthur Maniet authored
-
Arthur Maniet authored
[FIX] account: bank statement reconciliation widget: create move line + partial reconcile now possible
-
Olivier Dony authored
There was a domain in 7.0 but it must be forced to empty during upgrade, as the MRP BoM model has changed.
-
- Sep 09, 2014
-
-
Jérome Maes authored
-
Raphael Collet authored
The mapping old api → new api mistakenly takes the last positional argument as the context (fields_view_get() has an extra parameter after context.) Fixes issue #2063
-
Jeremy Kersten authored
-
Jeremy Kersten authored
-
Frédéric van der Essen authored
-
Sebastien Versaille authored
When no order is forced, it's more user-friendly if the products are ordered by alphabetical order. This will mainly be applied: * In the list view in the back-end * In the eCommerce, for products with equal website_sequence
-
Simon Lejeune authored
The context may be inconsistent (for instance, containing a group_by associated to another model). The client will take care of keeping it consistent. Fixes issue #1768
-
Rakesh Sindhav authored
-
Denis Ledoux authored
-
Christophe Simonis authored
-
Christophe Simonis authored
name_get() must return a value for each ids and keep order of ids.
-
Raphael Collet authored
The methods product_id_change() and uos_id_change() have been converted to the new api, and now use the decorator @multi. When invoked with the old api, by convention the methods will take the last argument as the context. But this will not work properly for those methods, as the context is passed in another position. In order to avoid an argument swap in the api wrapper, we moved the context to its expected position. Fixes #1943
-
Olivier Dony authored
The compatibility issue with auth_ldap has been fixed and the default key derivation function switched to PKDF2+SHA512. `auth_signup` provides a password reset mechanism that can be used in combination with `auth_crypt`.
-
Rolv Råen authored
Fixes #1272
-
Raphael Collet authored
-
Raphael Collet authored
-