- May 21, 2014
-
-
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
-
-
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
-
-
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
-
Launchpad authored
-
Launchpad authored
-
- May 13, 2014
-
-
Martin Trigaux authored
[FIX] sale_stock: when checkign the available quantity, do not include uom as it is already present in the context and will be included in the computation of product_obj.virtual_available (opw 607150) fixing error message that does not match chosen units when not enough stock
-
Anaël Closson authored
-
Anaël Closson authored
[FIX] sale_stock: comparing stock and sale order line qty is always done with default uom rounding precision
-
Launchpad authored
-
Launchpad authored
-
- May 12, 2014
-
-
Launchpad authored
-
- May 11, 2014
-
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20140510075539-empsrh7k5l6q44ln bzr revid: launchpad_translations_on_behalf_of_openerp-20140510075505-nu0zmfg57i2352lz bzr revid: launchpad_translations_on_behalf_of_openerp-20140511070820-8xp1e2jxonp4i750 bzr revid: launchpad_translations_on_behalf_of_openerp-20140503064840-v6n2wyrm1l162bh4 bzr revid: launchpad_translations_on_behalf_of_openerp-20140504062728-9tmsk2r01vvs3avi bzr revid: launchpad_translations_on_behalf_of_openerp-20140506072722-8xpshoxb4um6ef30 bzr revid: launchpad_translations_on_behalf_of_openerp-20140511070841-lboiasc73m8h3fb2
-
- May 09, 2014
-
-
Martin Trigaux authored
The value_unpickled given by xml data is usualy already evaluated but when it is given by the web client, a str is recieved by the method (as the field is a text field). In the later case, we need to evaluate the field before storing to be correctly evaluated as a default value. bzr revid: mat@openerp.com-20140509130412-ki211x7qdccdnv5w
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20140509093304-ao8ttky1trgz22ao
-
- May 08, 2014
-
-
Martin Trigaux authored
At the time of the context_wo_lang patch (7.0 revision 6577), the orm did not keep the language in copy_data, this patch intended to be more consistent. Since server revision 5146 7.0, the new behaviour is to use the translated version in copy_data. Removign this change will be more consistent with the orm. The expected behaviour is now the following: In user lang: translated product name + translated '(copy)' In other lang: same as original product bzr revid: mat@openerp.com-20140508153236-00gxvxenh8fy03km
-
Martin Trigaux authored
At the time of the context_wo_lang patch (7.0 revision 6577), the orm did not keep the language in copy_data, this patch intended to be more consistent. Since server revision 5146 7.0, the new behaviour is to use the translated version in copy_data. Removign this change will be more consistent with the orm. The expected behaviour is now the following: In user lang: translated product name + translated '(copy)' In other lang: same as original product lp bug: https://launchpad.net/bugs/1159913 fixed bzr revid: mat@openerp.com-20140508134937-7cbja3vsv311z5j4
-
Martin Trigaux authored
The number of leave requests left is based on the employee_id key in the context, when displaying the status of an hr.holidays we don't have the information in the name_get of the hr.holidays.status. The fallback on the number of employees is done with the uid but we can not rely on it as well as the name_get on m2o field is done with superuser_id. bzr revid: mat@openerp.com-20140508124946-ttyr84iajg9q6l0y
-
Martin Trigaux authored
Due to a global rule on ir.values (which is created when creating a ir.ui.menu), we need to execute the action as super user. bzr revid: mat@openerp.com-20140508093129-tzkqpizpwr7vv0zu
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20140508063251-ztdomqygi2izm2o3
-