- Apr 15, 2014
-
-
Denis Ledoux authored
invoiced bool of purchase order line is set to true on invoice validation, not on invoice creation bzr revid: dle@openerp.com-20140415081211-jz6if0vzgq3inzzw
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20140415075130-aqn4mzx05l3txtkb bzr revid: launchpad_translations_on_behalf_of_openerp-20140415075337-ulie3qkes53t8ivf
-
- Apr 14, 2014
-
-
Denis Ledoux authored
Therefore, for example, searching invoices for journals doesnt containing 'sales' actually returned invoices with journal containing 'sales'. bzr revid: dle@openerp.com-20140414121930-xbawuj93ddifhf4m
-
Martin Trigaux authored
[MERGE] [FIX] FormView: avoid multiple creations of the same line in o2m fields when the save action fails (e.g. forgot one required field) This is done by removing the added action 'prepend_on_create' that can be present as many time as we pressed the save button lp bug: https://launchpad.net/bugs/1265705 fixed bzr revid: mat@openerp.com-20140414081003-290q4v21q01m4rsi
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20140412094159-mhy3v2prb3ctx32k bzr revid: launchpad_translations_on_behalf_of_openerp-20140412094217-3u3f03f0wjhbzyo4 bzr revid: launchpad_translations_on_behalf_of_openerp-20140413062047-z833pejjrtuhfygs bzr revid: launchpad_translations_on_behalf_of_openerp-20140414055948-intynzk8l823ukei
-
- Apr 11, 2014
-
-
Olivier Dony authored
[FIX] mail.thread: avoid overwriting thread_id/model with foreign values when reply-to hostname does not match + fix tests This improve previous commit by making sure we never consider the thread_id/model values in the In-Reply-To/References header if the host name did not match. Also fixes the tests that were using the 6.1 compatibility mode to post in a mail group thread instead of specifying the right message-id. bzr revid: odo@openerp.com-20140411142429-y0rpkzqbrsabxqsg
-
Denis Ledoux authored
(and maybe others) Courtesy of Holger Brunn (Therp) bzr revid: dle@openerp.com-20140411134203-lxt4mnquiiclv6w3
-
Olivier Dony authored
When emails transit from an OpenERP system to another there is a chance of wrongly considering the foreign model,id pair as local, possibly attaching a reply to a wrong parent message. This naive heuristic ignore the foreign identifiers unless the hostname of the message-id mentioned in the In-Reply-To header matches the local one. This may fail after a change of local hostname but is still better than the alternative. In OpenERP v8 we should stop including the model,res_id in outgoing Message-Id headers and only rely on the stored, opaque, unique Message-Ids, preventing any future mismatch. bzr revid: odo@openerp.com-20140411101349-h3jmkdzvbr7lut26
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20140411055930-7coykr7rveqsucp3
-
- Apr 10, 2014
-
-
Martin Trigaux authored
The amount should use number of days +1 eg: budget from 2014-04-01 to 2014-04-11, today is 2014-04-10, should be 10/11*amount instead of 9/10*amount bzr revid: mat@openerp.com-20140410151717-gzoucjmshb2y2j6i
-
Olivier Dony authored
[FIX] setup: allow using pywebdav 0.9.4.1 (and possible future patches), we only want to stay below 0.9.8 lp bug: https://launchpad.net/bugs/1305872 fixed bzr revid: odo@openerp.com-20140410140244-wu2l4hb5o1ct7tmm
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20140410100027-5ug4801pfch9virt
-
Christophe Simonis authored
[FIX] modules: download() method is now a no-op. This method was in fact already a no-op as the "url" field is never set explicitly in the code. bzr revid: chs@openerp.com-20140410095817-bkni63g346wneybb
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20140410064650-qqd9g5dsaf5dqm52
-
- Apr 09, 2014
-
-
Denis Ledoux authored
[FIX] pad: render_value binded on change effective_readonly event, so render value calls wait for each others Proper fix than 9968 revid:dle@openerp.com-20140409160214-1anxi8z07xj49vsp bzr revid: dle@openerp.com-20140409162932-y5fxd5wbojing2t2
-
Denis Ledoux authored
[FIX] pad: render_value binded on change effective_readonly event, so render value calls wait for each others bzr revid: dle@openerp.com-20140409160214-1anxi8z07xj49vsp
-
Jeremy Kersten authored
[FIX] Allow missing opcodes, harden check for private attributes (dunder), check inside embedded code objects. bzr revid: jke@openerp.com-20140409151659-xwttchbtbj02v1w7
-
Jacques-Etienne Baudoux authored
[FIX] expression: when evaluatoing *like operator, add cast to text to column in case of different type bzr revid: mat@openerp.com-20140409144346-nbn0dno3bs6ozwk5
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20140409142917-ueqzyblgh3iwblc0
-
Anaël Closson authored
bzr revid: acl@openerp.com-20140409114825-t10ps6o7qn7qbd7y
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20140409100658-1oj741aw5sne8dtr
-
Denis Ledoux authored
This fix is related to revision 4169 revid:mat@openerp.com-20140407120612-mjb08yts2oa4k4jz bzr revid: dle@openerp.com-20140409093422-imrg2hqozf46kj8d
-
Ravi Gohil authored
[FIX] account_budget: Added missing 1 day in the(to the elapsed days and total days) calculation of 'Theoretical Amount' in order to have correct amount value for it. (Maintenance Case: 606232) lp bug: https://launchpad.net/bugs/1279922 fixed bzr revid: rgo@tinyerp.com-20140409085332-ul2rq25pkivtyzja
-
Olivier Dony authored
bzr revid: odo@openerp.com-20140409081349-53jbd1k9vfp0uzom
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20140409070627-o5ns6nniq2dc1lme
-
- Apr 08, 2014
-
-
Denis Ledoux authored
Courtesy of Stefan Rijnhart (Therp) bzr revid: dle@openerp.com-20140408193910-2vztatyowndyasj9
-
Denis Ledoux authored
[FIX] account_invoice: print invoice report, pto missplaced around the whole report instead of just the invoice lines bzr revid: dle@openerp.com-20140408141413-xqotylt1wlgktgpx
-
Denis Ledoux authored
bzr revid: dle@openerp.com-20140408120141-f1fx2e9e8vqatccx
-
Ravi Gohil authored
[FIX] account_budget: Added missing 1 day in the(to the elapsed days and total days) calculation of 'Theoretical Amount' in order to have correct amount value for it. (Maintenance Case: 606232) bzr revid: rgo@tinyerp.com-20140408073452-28jfel5fp039s07e
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20140408070758-jpj1hkcbia6f8630
-
- Apr 07, 2014
-
-
Martin Trigaux authored
[MERGE] [FIX] upload widget: avoid overflow making impossible to click on other buttons than the first one (opw 603125) bzr revid: mat@openerp.com-20140407120612-mjb08yts2oa4k4jz
-
Olivier Dony authored
This allows iterable list_class implementations bzr revid: odo@openerp.com-20140407105740-elbz311w5u9e8eos
-
Jeremy Kersten authored
[FIX] Purchase - Make type 'order' as default invoice method in 'Purchase Settings'. Purchase by default use 'order', once an user update a parameter in 'Purchase Setting' without changing the default type (which by default was set to manual and not to order) the behavior is changed bzr revid: jke@openerp.com-20140407104402-nlswdttmkmxznap2
-
Denis Ledoux authored
[FIX] l10n_be: tax VAT-IN-V82-CAR-EXC-C1 should have as invoice and refund tax account the 'TVA non deductible' account bzr revid: dle@openerp.com-20140407101016-fqns4nwv65rras91
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20140405061904-60l019fp9qbl890t bzr revid: launchpad_translations_on_behalf_of_openerp-20140406065319-1cr9ypow2w870fbo bzr revid: launchpad_translations_on_behalf_of_openerp-20140407065316-8z3pm4a79uff45z5
-
- Apr 04, 2014
-
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20140404141611-qi1yagltvkd9q8ji
-
Christophe Simonis authored
[IMP] expression: new helper for generating unaccent aware sql queries. Adapt _auto_join tests to use it. bzr revid: chs@openerp.com-20140404141559-d2sn68lruik9hz81
-
Olivier Dony authored
[MERGE] stock,mrp: restore deactivated tests (backport from trunk), courtesy of Lionel Sausin (Numerigraphe) lp bug: https://launchpad.net/bugs/1182515 fixed bzr revid: odo@openerp.com-20140404135145-t8b0m2ijcq3y8sh6
-
Foram Katharotiya authored
lp bug: https://launchpad.net/bugs/1182515 fixed bzr revid: ls@numerigraphe.com-20140404124518-jv77xw4z0ouoaqlz
-
Lionel Sausin authored
bzr revid: ls@numerigraphe.com-20140404124036-1vt0fkakfllj1qax
-