- Sep 16, 2013
-
-
Thibault Delavallée authored
bzr revid: tde@openerp.com-20130916103047-lpbf7czflyvgtonu
-
Thibault Delavallée authored
bzr revid: tde@openerp.com-20130910151742-rgmc2jwx6zyg38lp bzr revid: tde@openerp.com-20130912073916-1ph4x7cw6oovdafl bzr revid: tde@openerp.com-20130916092207-5rqco7ua9tbd1cvh
-
- Sep 13, 2013
-
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20130913053904-ur2s9sv8ghejd8ui bzr revid: launchpad_translations_on_behalf_of_openerp-20130913053930-0bdx9o2i5047r20e
-
- Sep 12, 2013
-
-
Thibault Delavallée authored
This fix replaced the fix merged into 7.0 / saas-1 (rev 9434), by adding a new currency_id field on the model. XML data for the various COAs have been updated accordingly. bzr revid: tde@openerp.com-20130912132032-8k2dj2t3n5hi6s43
-
Thibault Delavallée authored
[FORWARD] Forward port of saas-1 branch until revision 8773 revid tde@openerp.com-20130912121059-k840pi4rwdzpez8g Most of 7.0 commit about COAs (9434) has been discarded, because another fix has been implemented for the trunk branch. This new fix will be merged right after this forward port of 7.0 / saas-1 branch. bzr revid: tde@openerp.com-20130912131546-2f8p23bwwcc7930c
-
- Sep 18, 2013
-
-
Denis Ledoux authored
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9459 rev-id: fva@openerp.com-20130918153347-fy4nuvbm82ngfb8x bzr revid: mat@openerp.com-20130826135110-f9q4p65ds2aholcw bzr revid: dle@openerp.com-20130828141129-ecxl2vlpb8vw0o9f bzr revid: dle@openerp.com-20130828162659-n8a0ku9o3h01qaov bzr revid: dle@openerp.com-20130830094205-q3itwd7x0246d9n6 bzr revid: dle@openerp.com-20130830133604-mfnfbscn5wdk4vi4 bzr revid: dle@openerp.com-20130902131244-v9uh0s8rg4889i7j bzr revid: mat@openerp.com-20130903134105-68ziuaccreu6rs61 bzr revid: chs@openerp.com-20130906171851-jtfsf4au1k30wwlr bzr revid: dle@openerp.com-20130909103120-k5oefxgebhyslac3 bzr revid: dle@openerp.com-20130909170047-pbzw4ernvcpivbhh bzr revid: chs@openerp.com-20130910122113-171osvcukxffxcry bzr revid: tde@openerp.com-20130912121059-k840pi4rwdzpez8g bzr revid: dle@openerp.com-20130913085251-p906ci2divy82jur bzr revid: tde@openerp.com-20130913092546-kzshg1a7sls566l8 bzr revid: mat@openerp.com-20130917122102-drf8fj9lrjj0fvju bzr revid: mat@openerp.com-20130917161614-w8u2c1ayeb5kxm30 bzr revid: dle@openerp.com-20130918161305-7ep1642nxzyy3vhd
-
Frédéric van der Essen authored
[FIX] point_of_sale: barcode scanner was not working in firefox due to usage of event.keyCode instead of event.which bzr revid: fva@openerp.com-20130918153347-fy4nuvbm82ngfb8x
-
Olivier Dony authored
The previous fix in revision 5072 only allowed user names that contained the exact same emails, but users will do the wildest things like having `someone@domain.com` as name but setting their email to `someone@domain2.com`. This was blocked by our sanity check looking for a single email in the From header. As this check is only done in order to provide a better error message, it should not impact valid cases. Modifying the check to pass when at least one email was found should be enough to catch most invalid cases, without requiring a more advanced analysis of the header value (the RFCs allows very strange things!) bzr revid: odo@openerp.com-20130918143807-wqqpqomyu1ppa2ih
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130918143146-bnmoje96alatdyc1
-
Frédéric van der Essen authored
bzr revid: fva@openerp.com-20130918134208-t9g50q8whdft4xzq
-
Frédéric van der Essen authored
bzr revid: fva@openerp.com-20130918122836-pqi1w41swu4rcrga
-
Olivier Dony authored
lp bug: https://launchpad.net/bugs/1226576 fixed bzr revid: odo@openerp.com-20130918081216-8dnkmyp4wif3nm24
-
Stefan Rijnhart authored
bzr revid: stefan@therp.nl-20130918074505-59q1fs3ixlev1ein
-
Stefan Rijnhart authored
bzr revid: stefan@therp.nl-20130918074407-ae6yu2f001vxl0le
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130918073333-xikarmzmmmdzp3ia
-
Olivier Dony authored
The project_mrp process extends the sales process at the procurement phase, however that part of the sales process has now been moved to the `sale_stock` module, which is not a dependency of `project_mrp` anymore. There is however little reason to duplicate that process node, so as a temporary hack, we can copy its external ID, even though there is no direct dependency between the two. For next version we should fix this hack by moving the node to a common dependency between sale_stock and project_mrp, such as `sale`. lp bug: https://launchpad.net/bugs/1223276 fixed bzr revid: odo@openerp.com-20130918074002-wrhnq0w4t8xx3rgv
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20130918051117-44x8mgdnm0ucqyp4
-
- Sep 17, 2013
-
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130917160918-dohb1lb5vtqsy5lv
-
Olivier Dony authored
The project_mrp process extends the sales process at the procurement phase, however that part of the sales process has now been moved to the `sale_stock` module, which is not a dependency of `project_mrp` anymore. There is however little reason to duplicate that process node, so as a temporary hack, we can copy its external ID, even though there is no direct dependency between the two. For next version we should fix this hack by moving the node to a common dependency between sale_stock and project_mrp, such as `sale`. lp bug: https://launchpad.net/bugs/1223276 fixed bzr revid: odo@openerp.com-20130917160337-lih7bjqastozga8w
-
Stefan Rijnhart authored
lp bug: https://launchpad.net/bugs/1226576 fixed bzr revid: stefan@therp.nl-20130917122312-r6s7dgzdsfil7xyg
-
Martin Trigaux authored
[MERGE] [FIX] base_calendar: Fix domain evaluation for calendar recursive and fix search method for recurrency date bzr revid: mat@openerp.com-20130917093906-3oe3xr7zaoc1r80m
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130917074045-4o5t46t7fucqr354
-
Martin Trigaux authored
[FIX] stock: decimal precision of new_price field on update cost price wizard is not same as defined in cost_price field bzr revid: mat@openerp.com-20130917073805-dg4yvxrjkv35k7p1
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20130913060803-zltruvkg213vqm57 bzr revid: launchpad_translations_on_behalf_of_openerp-20130915061052-1kts2jol7uvq1n4f bzr revid: launchpad_translations_on_behalf_of_openerp-20130917051850-e1s8v09muo1atjwh bzr revid: launchpad_translations_on_behalf_of_openerp-20130917051903-257acdjbxi60zyv8
-
- Sep 16, 2013
-
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130916143300-sa3zpm505ac6r145
-
Martin Trigaux authored
[MERGE] [FIX] mrp_subproduct: correctly take into account subproduct_factor when checking quantities on BoM bzr revid: mat@openerp.com-20130916123442-cch34mghmwh1p18e
-
Martin Trigaux authored
[MERGE] [FIX] mrp: producing a BoM of type service is no longer blocked in ready state, correctly transmit project reference when create task from sale order bzr revid: mat@openerp.com-20130916113323-8an09x0d7svv2j7d
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130916100120-kuuyofh3o8e3iv8c
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130916094604-zonoyxeic948mjn2
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20130914055308-488d7jp6pk12s4oq bzr revid: launchpad_translations_on_behalf_of_openerp-20130915061118-idedxdulpa7nb0s0 bzr revid: launchpad_translations_on_behalf_of_openerp-20130916061418-3r990vgrtgj1quyt
-
- Sep 13, 2013
-
-
Paramjit Singh Sahota authored
bzr revid: psa@tinyerp.com-20130913133008-z1k76sq6jkvu8e6i
-
Paramjit Singh Sahota authored
bzr revid: psa@tinyerp.com-20130913091747-elttufebavyzk79s bzr revid: psa@tinyerp.com-20130913131140-my74y02s9ojgmfmu
-
Frédéric van der Essen authored
bzr revid: fva@openerp.com-20130913125748-x5wa2zsyc7rijim2
-
Thibault Delavallée authored
[FIX] account: fixed an error when using custom chart of accounts, could lead to no result in search in ir model data bzr revid: tde@openerp.com-20130913082516-bv8lvmgmyay4o86s
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20130913060838-a2k0hfitlgdrqj0h
-
- Sep 12, 2013
-
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20130912182926-3lectt8mvd9smwfb
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20130912182827-iknosbmr7kni7ulo
-
Frédéric van der Essen authored
bzr revid: fva@openerp.com-20130912155409-nh2j4a3ereqwt3nn
-
Frédéric van der Essen authored
[FIX] point_of_sale: onscreen keyboard would stop working when category changed + make it disappear outside product screen bzr revid: fva@openerp.com-20130912151334-c3kc4c4137amrl9f
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20130906165207-1oklc8cqs0rex3kg bzr revid: dle@openerp.com-20130909170248-a4t5y6qd5ikkhhac bzr revid: dle@openerp.com-20130911083736-6jfkb140jxbbx7j6 bzr revid: chs@openerp.com-20130912150616-v0c383trj7gaa7eu
-