- May 27, 2014
-
-
Mohammed Shekha authored
-
Mohammed Shekha authored
-
- May 26, 2014
-
-
Martin Trigaux authored
[FIX] delivery: when computing the weight and volume, use the quantity converted to the product uom instead of the uom of the purchase order.
-
Martin Trigaux authored
'invoiced' fields help message is wrong the purchase order is set as invoiced when every line has a validated invoiced.
-
JoshuaJan authored
-
Denis Ledoux authored
-
buke authored
It's wrong for cal weight in delivery gird . It's use product.weight * qty.
-
- May 23, 2014
-
-
Denis Ledoux authored
-
Martin Trigaux authored
-
- May 22, 2014
-
-
Denis Ledoux authored
[REVERT] b6a7402f, pagereset seems to be useful in some cases. Need to check deeper
-
Olivier Dony authored
-
Martin Trigaux authored
report_webkit: use safer and non-deprecated methods to handle temporary files
-
- May 21, 2014
-
-
Martin Trigaux authored
[FIX] Fix account_budget name unicode error (7.0 lp:1292245)
-
Martin Trigaux authored
[IMP] account: support for partial reconciliation in aged partner balance When computing the aged partner balance, the partial reconciliation was not handled correctly. The reconciled amount should be removed from the original remaining amount instead of displaying two entries in the journal. eg: if invocie of 1000 in period 1 and payment of 300 in period 2, should only display +700 in period 1 instead of two entries
-
Martin Trigaux authored
When computing the aged partner balance, the partial reconciliation was not handled correctly. The reconciled amount should be removed from the original remaining amount instead of displaying two entries in the journal. eg: if invocie of 1000 in period 1 and payment of 300 in period 2, should only display +700 in period 1 instead of two entries
-
Denis Ledoux authored
-
- May 20, 2014
-
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Martin Trigaux authored
[FIX] sale: in paypal, the encoding of the url should be done with werkzeug instead of urllib for better handeling of unicode (opw 607866)
-
Fabien Pinckaers authored
[ADD] Macedonian language
-
- May 19, 2014
-
-
Thibault Delavallée authored
function fields for other records in the same model. Previously all function fields in the current model were not computed for some reason not provided by the history. We therefore compute effective store_ids on which the various trigerred function fields will be computed again. Those ids are the ids given in the store_get storage variable minus the deleted ones.
-
Denis Ledoux authored
[FIX] point_of_sale: opw-607551, mark the pos order as paid before trying to create the picking, so in case the picking could not be created for one reason or another, the pos order workflow process continue. This commit partially reverts rev. 6036 revid:fp@tinyerp.com-20111219220053-tn5gc1lmc13fjpyf, the second part of this commit already has been revert in a previous revision.
-
Martin Trigaux authored
-
Dharti Ratani authored
-
Denis Ledoux authored
[FIX] marketing_campaign: server actions always return None or False, and the return value of method _process_wi_action should return True whatever what the server action returns If the server actions returned None instead of False, the next activity was not triggered, while it should
-
Launchpad authored
-
- May 18, 2014
-
-
Kiril Vangelovski authored
-
Launchpad authored
-
Launchpad authored
-
- May 17, 2014
- May 16, 2014
-
-
Sandy Carter authored
Fix bug https://bugs.launchpad.net/openobject-addons/+bug/1292245 : Invoice budget's warning when crossovered budget lines are not related to any account will cause a UnicodeEncodeError if the account has unicode-only characters such as é. Make sure that the budget name is a unicode to avoid UnicodeEncodeError which happens when budget name contains UTF-8 characters. Signed-off-by:
Sandy Carter <sandy.carter@savoirfairelinux.com>
-
Martin Trigaux authored
-
Denis Ledoux authored
-
Launchpad authored
-
- May 15, 2014
-
-
Martin Trigaux authored
[FIX] ir_model_fields: when adding a new custom column to a custom model, set a valid _rec_name to this model (otherwise would require a server restart to reinstanciate the model)
-
Launchpad authored
-
Launchpad authored
-
- May 14, 2014
-
-
Yannick Vaucher authored
-
Martin Trigaux authored
[MERGE] [FIX] account: when computing a tax with include_base_amount enabled, include the child tax amounts into the sum for the next tax
-