odoo/odoo.git
10 years ago[FIX] osv.fields: don't raise an error for searching on dummy fields because it's...
Quentin (OpenERP) [Wed, 30 Oct 2013 10:23:13 +0000 (11:23 +0100)]
[FIX] osv.fields: don't raise an error for searching on dummy fields because it's their main reason to be

bzr revid: qdp-launchpad@openerp.com-20131030102313-64gb1n98rzdg5mx1

10 years ago[FIX] ir_attachment: fix security issues on ir_attachment
Martin Trigaux [Wed, 30 Oct 2013 08:44:08 +0000 (09:44 +0100)]
[FIX] ir_attachment: fix security issues on ir_attachment
check: verify the permissions even when no ids are passed (skipped permission checking for create)
create: verify has the write access on the related model (instead of create, was not checked anyway)
function field: execute the write in fnct_inv as superuser (was impossible to have creation without write access)

bzr revid: mat@openerp.com-20131030084408-t857gl7d4lkbrj5p

10 years ago[IMP] improved test cases related to changes of currency conversation to show amounts...
Turkesh Patel (Open ERP) [Wed, 30 Oct 2013 06:46:09 +0000 (12:16 +0530)]
[IMP] improved test cases related to changes of currency conversation to show amounts in teams curreny instead current users currency

bzr revid: tpa@tinyerp.com-20131030064609-rzkoul8d44cp93dv

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 30 Oct 2013 05:54:38 +0000 (05:54 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131026062529-74ir3upguunr9mw3
bzr revid: launchpad_translations_on_behalf_of_openerp-20131027061317-d9s440jzv1juvswi
bzr revid: launchpad_translations_on_behalf_of_openerp-20131028054233-15znliqv2eh2jq0i
bzr revid: launchpad_translations_on_behalf_of_openerp-20131029051429-rcytejyrg2s4t9db
bzr revid: launchpad_translations_on_behalf_of_openerp-20131030055438-gp0hyend0jooi941

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 30 Oct 2013 05:54:12 +0000 (05:54 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131026062452-54qhvc3cru0x8e6h
bzr revid: launchpad_translations_on_behalf_of_openerp-20131029051406-apyhsdmupva2pdpz
bzr revid: launchpad_translations_on_behalf_of_openerp-20131030055412-kuwph2dx2jfeepwc

10 years ago[MRG] merge with lp:openobject-addons
Turkesh Patel (Open ERP) [Wed, 30 Oct 2013 05:19:39 +0000 (10:49 +0530)]
[MRG] merge with lp:openobject-addons

bzr revid: tpa@tinyerp.com-20131030051939-0rw7oyzdbdg456m3

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 30 Oct 2013 05:16:55 +0000 (05:16 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131029044955-h0ron953y69al1el
bzr revid: launchpad_translations_on_behalf_of_openerp-20131030051655-3tm5sadb2tmkl8c4

10 years ago[FIX] crm.phonecall: correct view to call correct on_change method
Christophe Simonis [Tue, 29 Oct 2013 19:28:38 +0000 (20:28 +0100)]
[FIX] crm.phonecall: correct view to call correct on_change method

bzr revid: chs@openerp.com-20131029192838-6c6z22enbcgotqma

10 years ago[FIX] ir_attachment: fix security issues on ir_attachment
Martin Trigaux [Tue, 29 Oct 2013 17:14:20 +0000 (18:14 +0100)]
[FIX] ir_attachment: fix security issues on ir_attachment
check: verify the permissions even when no ids are passed (skipped permission checking for create)
create: verify has the write access on the related model (instead of create, was not checked anyway)
function field: execute the write in fnct_inv as superuser (was impossible to have creation without write access)

bzr revid: mat@openerp.com-20131029171420-x87wu7ph8ej7mtro

10 years ago[IMP] improved code to show all amounts in sales teams currency instead on current...
Turkesh Patel (Open ERP) [Tue, 29 Oct 2013 12:51:28 +0000 (18:21 +0530)]
[IMP] improved code to show all amounts in sales teams currency instead on current users currency

bzr revid: tpa@tinyerp.com-20131029125128-9n4myfklstueqq0v

10 years ago[ADD] added onchange on manger to change currency_id
Turkesh Patel (Open ERP) [Tue, 29 Oct 2013 11:22:01 +0000 (16:52 +0530)]
[ADD] added onchange on manger to change currency_id

bzr revid: tpa@tinyerp.com-20131029112201-fs1us3vi4bhofplx

10 years ago[FIX] purchase: post message on purchase order as admin if have no read access (would...
Martin Trigaux [Tue, 29 Oct 2013 09:50:12 +0000 (10:50 +0100)]
[FIX] purchase: post message on purchase order as admin if have no read access (would block validating invoice, opw #596294)

bzr revid: mat@openerp.com-20131029095012-4v4qyooblzgpkcz5

10 years ago[FIX] purchase: apply same fix to invoice paid
Martin Trigaux [Tue, 29 Oct 2013 09:34:04 +0000 (10:34 +0100)]
[FIX] purchase: apply same fix to invoice paid

bzr revid: mat@openerp.com-20131029093404-hw95lpcjsnok2wxa

10 years ago[FIX] purchase: post message on purchase order as admin if have no read access (would...
Martin Trigaux [Tue, 29 Oct 2013 09:23:53 +0000 (10:23 +0100)]
[FIX] purchase: post message on purchase order as admin if have no read access (would block validating invoice, opw #596294)

bzr revid: mat@openerp.com-20131029092353-yg0wxl42352yu2rb

10 years ago[FIX] Corrected the redirect_with_hash() method that produced an incorrect url in...
niv-openerp [Tue, 29 Oct 2013 09:01:50 +0000 (10:01 +0100)]
[FIX] Corrected the redirect_with_hash() method that produced an incorrect url in IE and safari

bzr revid: nicolas.vanhoren@openerp.com-20131029090150-u397wkzdo9an9n0w

10 years ago[FIX] Reverted modification of behavior in 3858 and replaced it with a fix that solve...
niv-openerp [Tue, 29 Oct 2013 08:53:56 +0000 (09:53 +0100)]
[FIX] Reverted modification of behavior in 3858 and replaced it with a fix that solves the core problem
(the fact that the function redirect_with_hash() didn't produced the expected effect in safari). To solve
that problem, the method was simply modified to use the same trick already used in IE that has the same
problem than safari.

bzr revid: nicolas.vanhoren@openerp.com-20131029085356-hb2sk4g7j3xh4zar

10 years ago[MERGE] Forward-port of latest saas-1 bugfixes, up to rev. 8797 rev-id: dle@openerp...
Denis Ledoux [Mon, 28 Oct 2013 20:29:44 +0000 (21:29 +0100)]
[MERGE] Forward-port of latest saas-1 bugfixes, up to rev. 8797 rev-id: dle@openerp.com-20131028202715-uinjafcgpnw1nucx

bzr revid: mat@openerp.com-20131028163349-hr0ul2uf18fcvg4b
bzr revid: dle@openerp.com-20131028202944-eddqtgtikjq93nil

10 years ago[FIX]account_followup: revert commit 8795 (dle@openerp.com-20131028131851-q6x6rljvjs2...
Denis Ledoux [Mon, 28 Oct 2013 20:27:15 +0000 (21:27 +0100)]
[FIX]account_followup: revert commit 8795 (dle@openerp.com-20131028131851-q6x6rljvjs25vlng), because it requires some more access rights, a proper fix is needed for the group by

bzr revid: dle@openerp.com-20131028202715-uinjafcgpnw1nucx

10 years ago[MERGE] forward port of 7.0 until revision 9546 (launchpad_translations_on_behalf_of_...
Martin Trigaux [Mon, 28 Oct 2013 16:12:27 +0000 (17:12 +0100)]
[MERGE] forward port of 7.0 until revision 9546 (launchpad_translations_on_behalf_of_openerp-20131028054233-15znliqv2eh2jq0i)

bzr revid: mat@openerp.com-20131028161227-rpv6d0unjmg12jgk

10 years ago[FIX] mail.thread: message_redirect_action should not crash when the message has...
Olivier Dony [Mon, 28 Oct 2013 16:01:00 +0000 (17:01 +0100)]
[FIX] mail.thread: message_redirect_action should not crash when the message has been deleted

bzr revid: odo@openerp.com-20131028160100-yhebao3adbzz00cn

10 years ago[IMP] res.users: default search field should match emails too
Olivier Dony [Mon, 28 Oct 2013 15:56:39 +0000 (16:56 +0100)]
[IMP] res.users: default search field should match emails too

bzr revid: odo@openerp.com-20131028155639-it1q12xt5iul1oac

10 years ago[IMP] res_partner: default search field can be based on display_name + have email...
Olivier Dony [Mon, 28 Oct 2013 15:56:00 +0000 (16:56 +0100)]
[IMP] res_partner: default search field can be based on display_name + have email matching by default

This more closely matches the behavior of name_search,
until name_search is actually available in search views.

bzr revid: odo@openerp.com-20131028155600-1dwd35sjht2of63m

10 years ago[FIX] project_issue: correct issue escalation
Christophe Simonis [Mon, 28 Oct 2013 14:57:12 +0000 (15:57 +0100)]
[FIX] project_issue: correct issue escalation

bzr revid: chs@openerp.com-20131028145712-a6egn04g1g2va5cs

10 years ago[FIX] list: force to recompute the selection as closing group reset items and would...
Martin Trigaux [Mon, 28 Oct 2013 14:47:38 +0000 (15:47 +0100)]
[FIX] list: force to recompute the selection as closing group reset items and would lead to an incorrect count of ids (eg: not hidding sidebar when no item is selected) (opw #599969)

bzr revid: mat@openerp.com-20131028144738-qpanf41yu1i92klh

10 years ago[FIX] list: force recompute the selection as closing group reset properties (opw...
Martin Trigaux [Mon, 28 Oct 2013 14:16:47 +0000 (15:16 +0100)]
[FIX] list: force recompute the selection as closing group reset properties (opw #599969)

bzr revid: mat@openerp.com-20131028141647-j6wkvl6plwblh077

10 years ago[IMP] base, res_currency: changed the type of name of res_currency_rate from date...
Quentin (OpenERP) [Mon, 28 Oct 2013 14:03:33 +0000 (15:03 +0100)]
[IMP] base, res_currency: changed the type of name of res_currency_rate from date to datetime for those who need to update the rate of a currency several times per day

bzr revid: qdp-launchpad@openerp.com-20131028140333-nmvm07ay5xllo2zi

10 years ago[IMP] Added doc
niv-openerp [Tue, 29 Oct 2013 15:01:05 +0000 (16:01 +0100)]
[IMP] Added doc

bzr revid: nicolas.vanhoren@openerp.com-20131029150105-4l3hys56zt2dpmcc

10 years ago[FIX] Rare problem in select fields related to previous improvement in that widget.
niv-openerp [Mon, 28 Oct 2013 15:00:19 +0000 (16:00 +0100)]
[FIX] Rare problem in select fields related to previous improvement in that widget.
      Sometimes, the value of the field was resetted to false.

bzr revid: nicolas.vanhoren@openerp.com-20131028150019-i0nllpqu1i7wpxbr

10 years ago[FIX] Remove unused menu item in the mrp_securify file
Stephane Wirtel [Mon, 28 Oct 2013 14:05:45 +0000 (15:05 +0100)]
[FIX] Remove unused menu item in the mrp_securify file

bzr revid: stw@openerp.com-20131028140545-xr3mav7cb3gk45qn

10 years ago[FIX] mail: mail_message: avoid crash when checking access rules against invalid ids
Christophe Simonis [Mon, 28 Oct 2013 13:50:50 +0000 (14:50 +0100)]
[FIX] mail: mail_message: avoid crash when checking access rules against invalid ids

bzr revid: chs@openerp.com-20131028135050-4hqx129ouy7z5b03

10 years ago[FIX]account_followup: latest_followup_level_id was missing from tree view, in order...
Denis Ledoux [Mon, 28 Oct 2013 13:18:51 +0000 (14:18 +0100)]
[FIX]account_followup: latest_followup_level_id was missing from tree view, in order to make work the group by Follow Up Level from searchview

bzr revid: dle@openerp.com-20131028131851-q6x6rljvjs25vlng

10 years ago[MRG] merge with lp:openobject-addons
Turkesh Patel (Open ERP) [Mon, 28 Oct 2013 07:14:45 +0000 (12:44 +0530)]
[MRG] merge with lp:openobject-addons

bzr revid: tpa@tinyerp.com-20131028071445-aa1gbnuaj485ue5i

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 28 Oct 2013 05:23:39 +0000 (05:23 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131028052339-0v9n7leiirwlacok

10 years ago[IMP] convert controllers to the new route api
Antony Lesuisse [Sun, 27 Oct 2013 17:48:13 +0000 (18:48 +0100)]
[IMP] convert controllers to the new route api

bzr revid: al@openerp.com-20131027174813-ghwl3p6w7ebr20s9

10 years agomore controller conversion to new route api
Antony Lesuisse [Sun, 27 Oct 2013 17:31:43 +0000 (18:31 +0100)]
more controller conversion to new route api

bzr revid: al@openerp.com-20131027173143-tfxc7e7vqn7re6wb

10 years ago[IMP] move http layer from openerp-web to openobject-server, convert controllers...
Antony Lesuisse [Sun, 27 Oct 2013 17:17:17 +0000 (18:17 +0100)]
[IMP] move http layer from openerp-web to openobject-server, convert controllers to the new route api

bzr revid: al@openerp.com-20131027171717-dzqx2264p152lq8y

10 years ago[IMP] move http layer from openerp-web to openobject-server, convert controllers...
Antony Lesuisse [Sun, 27 Oct 2013 17:15:53 +0000 (18:15 +0100)]
[IMP] move http layer from openerp-web to openobject-server, convert controllers to the new route api
versioned history http.py can be found in lp:~openerp/openerp-web/trunk file addons/web/http.py

bzr revid: al@openerp.com-20131027171553-qe1ulbff0bphm15o

10 years agotypo
Antony Lesuisse [Sun, 27 Oct 2013 16:40:23 +0000 (17:40 +0100)]
typo

bzr revid: al@openerp.com-20131027164023-ky1nthy56fmqr4f2

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 27 Oct 2013 06:13:22 +0000 (06:13 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131026062534-cy8egi58c7w3cwns
bzr revid: launchpad_translations_on_behalf_of_openerp-20131027061322-op6b5ohzf6eiyiu2

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 27 Oct 2013 05:50:02 +0000 (05:50 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131026060436-zq7lmz0wyaf2or7c
bzr revid: launchpad_translations_on_behalf_of_openerp-20131022044413-i5f1hxr3y23buz38
bzr revid: launchpad_translations_on_behalf_of_openerp-20131023043450-hbi0snv6o0qpl0ne
bzr revid: launchpad_translations_on_behalf_of_openerp-20131026054646-gklydoly8cq62jbp
bzr revid: launchpad_translations_on_behalf_of_openerp-20131027055002-ldfxtxmdm5wpc65b

10 years ago[FIX] res_config: don't jump to first root menu after applying changes, instead reloa...
Martin Trigaux [Fri, 25 Oct 2013 15:46:57 +0000 (17:46 +0200)]
[FIX] res_config: don't jump to first root menu after applying changes, instead reload and stay on same configuration page

bzr revid: mat@openerp.com-20131025154657-fk7t72hl9cns2279

10 years ago[FIX] list view: serialize concurrent calls when loading files and ensure consistency...
xmo [Fri, 25 Oct 2013 14:55:19 +0000 (16:55 +0200)]
[FIX] list view: serialize concurrent calls when loading files and ensure consistency of variables (prevent selection of items in list view lost, opw #599969)

bzr revid: mat@openerp.com-20131025145519-jio03azp64ppi5ro

10 years ago[REM] remove useless warning in user preference
Antony Lesuisse [Fri, 25 Oct 2013 13:35:31 +0000 (15:35 +0200)]
[REM] remove useless warning in user preference

bzr revid: al@openerp.com-20131025133531-6sbntv1visib5akt

10 years ago[MERGE] forward port of branch saas-2 up to revid 4965 chs@openerp.com-20131025103939...
Christophe Simonis [Fri, 25 Oct 2013 10:43:26 +0000 (12:43 +0200)]
[MERGE] forward port of branch saas-2 up to revid 4965 chs@openerp.com-20131025103939-5gta1eifjhx1tsmi

bzr revid: chs@openerp.com-20131025104326-4k5hayl0bwdgt0mm

10 years ago[MERGE] forward port of branch saas-1 up to revid 4914 chs@openerp.com-20131025103657...
Christophe Simonis [Fri, 25 Oct 2013 10:39:39 +0000 (12:39 +0200)]
[MERGE] forward port of branch saas-1 up to revid 4914 chs@openerp.com-20131025103657-pbnqhw11mygyi5jn

bzr revid: chs@openerp.com-20131025103939-5gta1eifjhx1tsmi

10 years ago[FIX] stock: move analysis report incorrectly merges multiple lines with same picking...
Olivier Dony [Fri, 25 Oct 2013 10:36:26 +0000 (12:36 +0200)]
[FIX] stock: move analysis report incorrectly merges multiple lines with same picking, product and qty

This error probably stems from the useless complexity of
the SQL view declaration and the double GROUP BY levels.

The patch rewrites the view query with a single GROUP BY
level and proper aggregation levels, but the core part
of the patch is to replace the outer `group by product_qty`
with a `sum(product_qty)`.

Some columns were also mentioned twice in the same GROUP
BY clause, for some reason.

bzr revid: odo@openerp.com-20131025103626-7l78kdjjr7c2wesb

10 years ago[IMP] improved code.
Turkesh Patel (Open ERP) [Fri, 25 Oct 2013 09:45:12 +0000 (15:15 +0530)]
[IMP] improved code.

bzr revid: tpa@tinyerp.com-20131025094512-m0mx0a0s94h1ldjg

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 25 Oct 2013 06:01:00 +0000 (06:01 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131024052057-4ai7sltsmuoke8l5
bzr revid: launchpad_translations_on_behalf_of_openerp-20131025060100-ua2rf6g9urivk8bm

10 years ago[FIX] allow falsy extra attributes on fields.
Christophe Simonis [Thu, 24 Oct 2013 13:54:48 +0000 (15:54 +0200)]
[FIX] allow falsy extra attributes on fields.

bzr revid: chs@openerp.com-20131024135448-e2bpgaqu7mvg1icn

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 25 Oct 2013 06:00:39 +0000 (06:00 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131019052730-g67chkz69pmoi5q4
bzr revid: launchpad_translations_on_behalf_of_openerp-20131020050443-pce4qrtn25h1qir6
bzr revid: launchpad_translations_on_behalf_of_openerp-20131023052203-fvk0akb3avqxkqje
bzr revid: launchpad_translations_on_behalf_of_openerp-20131024052015-8kg0owfhye4ws3xw
bzr revid: launchpad_translations_on_behalf_of_openerp-20131025060039-0t8928ck7dgi8yv6

10 years ago[MERGE] [FIX] tools: mail: fixed shortening of html content.
Thibault Delavallée [Thu, 24 Oct 2013 08:44:11 +0000 (10:44 +0200)]
[MERGE] [FIX] tools: mail: fixed shortening of html content.

Fixed length computation of text in html nodes: multiples successive whitespaces are considered as one whitespaces; better truncate position when adding a read more link; now always protect words (placed after the first word that exceeds the shorten position); pre nodes are preserved about whitespaces; when the read more link should go into a quote, it instead goes at the end of the first parent node not being quoted instead of at a wrong position.

Misc :
- removed an unnecessary loop by merging two root.iter() that do not interfere
- changed occurrences of getiterator to iter, because getiterator is deprecated
- nodes are cleaned after processing, removing all attributes used to tag nodes
- fixed a bug about cleaning span containing only whitespaces not always cleaned

Added tests for shorten position.

bzr revid: tde@openerp.com-20131024084411-pytwt9g1gdmoebzc

10 years ago[FIX] Fixed bug due to copy-and-paste: outertext is now valid
Thibault Delavallée [Thu, 24 Oct 2013 08:39:55 +0000 (10:39 +0200)]
[FIX] Fixed bug due to copy-and-paste: outertext is now valid

bzr revid: tde@openerp.com-20131024083955-ipbsf8rxbzm0mag3

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 24 Oct 2013 05:21:02 +0000 (05:21 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131024052102-y6y20mjt0raox65i

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 24 Oct 2013 04:44:42 +0000 (04:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131024044442-55ny33bhhxic8yq3

10 years ago[DOC] stock: for the record, rationale for stock.location.complete_name being stored
Olivier Dony [Wed, 23 Oct 2013 16:32:47 +0000 (18:32 +0200)]
[DOC] stock: for the record, rationale for stock.location.complete_name being stored

bzr revid: odo@openerp.com-20131023163247-bir34amewsxiby2t

10 years ago[IMP] portal_hr: avoid shadowing parent _description for no reason
Olivier Dony [Wed, 23 Oct 2013 16:31:08 +0000 (18:31 +0200)]
[IMP] portal_hr: avoid shadowing parent _description for no reason

bzr revid: odo@openerp.com-20131023163108-ic3xp7yt3lx4bmkx

10 years ago[IMP] crm: defaults can be literals
Olivier Dony [Wed, 23 Oct 2013 16:30:29 +0000 (18:30 +0200)]
[IMP] crm: defaults can be literals

bzr revid: odo@openerp.com-20131023163029-z3q0ve4jykanibkv

10 years ago[FIX] hr_holidays: leave holiday overlap should ignore cancelled/refused ones
Olivier Dony [Wed, 23 Oct 2013 16:29:28 +0000 (18:29 +0200)]
[FIX] hr_holidays: leave holiday overlap should ignore cancelled/refused ones

Obviously a cancelled leave does not really
overlap with a new one.

bzr revid: odo@openerp.com-20131023162928-56vdsjxr8sa4n3jv

10 years ago[IMP] hr.employee: default search should includes work emails (useful e.g. for trigrams)
Olivier Dony [Wed, 23 Oct 2013 16:28:07 +0000 (18:28 +0200)]
[IMP] hr.employee: default search should includes work emails (useful e.g. for trigrams)

bzr revid: odo@openerp.com-20131023162807-qjw68383a7612op6

10 years ago[FIX] web: bind RouteMap using environ to allow correct redirections
Christophe Simonis [Wed, 23 Oct 2013 16:26:46 +0000 (18:26 +0200)]
[FIX] web: bind RouteMap using environ to allow correct redirections

bzr revid: chs@openerp.com-20131023162646-9t8iu2okkddg56yi

10 years ago[FIX] hr: notification about new employee joining should only be sent to employees...
Olivier Dony [Wed, 23 Oct 2013 15:53:40 +0000 (17:53 +0200)]
[FIX] hr: notification about new employee joining should only be sent to employees (base.group_user)

In the future we should directly use the
`Whole Company` mail.group, but this does
not work well enough now, as recipients
will not be able to directly go to the
employee record (e.g. to follow her)

bzr revid: odo@openerp.com-20131023155340-z2e78xo3vb7yq008

10 years ago[FIX] stock_invoice_directly: if picking is not done while doing partial picking...
Martin Trigaux [Wed, 23 Oct 2013 15:34:32 +0000 (17:34 +0200)]
[FIX] stock_invoice_directly: if picking is not done while doing partial picking, create invoice on this backorder instead of the current picking

bzr revid: mat@openerp.com-20131023153432-o7p90h9vmsp04ujb

10 years ago[FIX] stock_invoice_directly: if picking is not done while doing partial picking...
Martin Trigaux [Wed, 23 Oct 2013 15:13:42 +0000 (17:13 +0200)]
[FIX] stock_invoice_directly: if picking is not done while doing partial picking, create invoice on this backorder instead of the current picking

lp bug: https://launchpad.net/bugs/1060259 fixed

bzr revid: mat@openerp.com-20131023151342-328egar30upq5d5u

10 years ago[FIX] Fixed previous commit, car go to len of the string.
Thibault Delavallée [Wed, 23 Oct 2013 12:38:39 +0000 (14:38 +0200)]
[FIX] Fixed previous commit, car go to len of the string.

bzr revid: tde@openerp.com-20131023123839-gvf9ugft2b2xmo9a

10 years ago[CLEAN] tools: cleaned modified code
Thibault Delavallée [Wed, 23 Oct 2013 12:27:44 +0000 (14:27 +0200)]
[CLEAN] tools: cleaned modified code

bzr revid: tde@openerp.com-20131023122744-3b3hayy4f8ss2bjx

10 years ago[FIX] sale_crmconvert target and forcat fields to float from int
Turkesh Patel (Open ERP) [Wed, 23 Oct 2013 11:37:42 +0000 (17:07 +0530)]
[FIX] sale_crmconvert target and forcat fields to float from int

bzr revid: tpa@tinyerp.com-20131023113742-55szrqznr1imequi

10 years ago[MERGE] Forward-port of latest saas-2 bugfixes, up to rev. 3859 rev-id: dle@openerp...
Denis Ledoux [Wed, 23 Oct 2013 11:34:14 +0000 (13:34 +0200)]
[MERGE] Forward-port of latest saas-2 bugfixes, up to rev. 3859 rev-id: dle@openerp.com-20131023110926-tc2n3oqg0l2ga138

bzr revid: dle@openerp.com-20131023113414-mlwppd4d7vyh1tyj

10 years ago[MERGE] Forward-port of latest saas-1 bugfixes, up to rev. 3748 rev-id: dle@openerp...
Denis Ledoux [Wed, 23 Oct 2013 11:09:26 +0000 (13:09 +0200)]
[MERGE] Forward-port of latest saas-1 bugfixes, up to rev. 3748 rev-id: dle@openerp.com-20131023103308-18pj2gqq3imrcir7

bzr revid: dle@openerp.com-20131023110926-tc2n3oqg0l2ga138

10 years ago[IMP] added new _currency_conversation method.
Turkesh Patel (Open ERP) [Wed, 23 Oct 2013 09:50:00 +0000 (15:20 +0530)]
[IMP] added new _currency_conversation method.

bzr revid: tpa@tinyerp.com-20131023095000-082hgraqi6i7h3o6

10 years ago[IMP] removed unused create_uid field.
Turkesh Patel (Open ERP) [Wed, 23 Oct 2013 06:44:55 +0000 (12:14 +0530)]
[IMP] removed unused create_uid field.

bzr revid: tpa@tinyerp.com-20131023064455-ge7pxrmz1qskh6jf

10 years ago[IMP] add direct currency_id field insted of related field.
Turkesh Patel (Open ERP) [Wed, 23 Oct 2013 06:10:53 +0000 (11:40 +0530)]
[IMP] add direct currency_id field insted of related field.

bzr revid: tpa@tinyerp.com-20131023061053-3avp9mp31v7vl9o6

10 years ago[MRG] merge with lp:openobject-addons
Turkesh Patel (Open ERP) [Wed, 23 Oct 2013 05:47:24 +0000 (11:17 +0530)]
[MRG] merge with lp:openobject-addons

bzr revid: tpa@tinyerp.com-20131023054724-aocpge4eta3z93gb

10 years ago[RMV] removed code to convert forcast and target amount in user currency.
Turkesh Patel (Open ERP) [Wed, 23 Oct 2013 05:42:54 +0000 (11:12 +0530)]
[RMV] removed code to convert forcast and target amount in user currency.

bzr revid: tpa@tinyerp.com-20131023054254-gw4mjjighbbn1unm

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 23 Oct 2013 05:22:21 +0000 (05:22 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131023052221-vwbblwzow9zkbd7l

10 years agoimport cleanups part2
Antony Lesuisse [Tue, 22 Oct 2013 22:52:47 +0000 (00:52 +0200)]
import cleanups part2

bzr revid: al@openerp.com-20131022225247-3zv7hjz1iidnb6zl

10 years ago[FIX] im: do not search users before start polling. This avoid a race condition for...
Christophe Simonis [Tue, 22 Oct 2013 17:10:10 +0000 (19:10 +0200)]
[FIX] im: do not search users before start polling. This avoid a race condition for im.user creation

bzr revid: chs@openerp.com-20131022171010-ilfvqced6q8qta3h

10 years agoimport cleanups part1
Antony Lesuisse [Tue, 22 Oct 2013 17:06:59 +0000 (19:06 +0200)]
import cleanups part1

bzr revid: al@openerp.com-20131022170659-kg9err029ha22evh

10 years ago[FIX]web: test testing the customer filter save was wrong, was using wrong method...
Denis Ledoux [Tue, 22 Oct 2013 16:53:18 +0000 (18:53 +0200)]
[FIX]web: test testing the customer filter save was wrong, was using wrong method text() instead of val() to set the filter name

bzr revid: dle@openerp.com-20131022165318-2imkhgb6iecalbbi

10 years ago[FIX]web: filter name input for custom filters in search dropdown is now required
Denis Ledoux [Tue, 22 Oct 2013 16:25:19 +0000 (18:25 +0200)]
[FIX]web: filter name input for custom filters in search dropdown is now required

bzr revid: dle@openerp.com-20131022162519-u03cn5k5od8jg6ka

10 years ago[IMP] tools: mail: added a protection in a string.find, could have a None argument
Thibault Delavallée [Tue, 22 Oct 2013 14:29:08 +0000 (16:29 +0200)]
[IMP] tools: mail: added a protection in a string.find, could have a None argument

bzr revid: tde@openerp.com-20131022142908-sol44xaprx1b0b0a

10 years ago[FIX] tools: mail: fixed shortening of html content.
Thibault Delavallée [Tue, 22 Oct 2013 13:50:37 +0000 (15:50 +0200)]
[FIX] tools: mail: fixed shortening of html content.

Fixed length computation of text in html nodes: multiples successive
whitespaces are considered as one whitespaces; better truncate position
when adding a read more link; now always protect words (placed after
the first word that exceeds the shorten position); pre nodes are preserved
about whitespaces; when the read more link should go into a quote, it instead
goes at the end of the first parent node not being quoted instead of at
a wrong position.

Added tests for shorten position.

bzr revid: tde@openerp.com-20131022135037-igauu2kkglvdrqu7

10 years ago[FIX] Bug in form view. When a on_change alters the domain of a field, the view_conte...
niv-openerp [Tue, 22 Oct 2013 13:34:32 +0000 (15:34 +0200)]
[FIX] Bug in form view. When a on_change alters the domain of a field, the view_content_has_changed event is
triggered *before* we alter the domain of the field. So, it is not possible for the fields to really know
when they have to re-calculate their domain.

bzr revid: nicolas.vanhoren@openerp.com-20131022133432-l0m36mfiwx8z6014

10 years ago[IMP] Altered behavior of form selection fields when used on many 2 one. Now it will...
niv-openerp [Tue, 22 Oct 2013 13:15:25 +0000 (15:15 +0200)]
[IMP] Altered behavior of form selection fields when used on many 2 one. Now it will query directly
the possible selections from the server instead of using the data sent by the fields_view_get. This
allows to dynamically change the possible values during edition with a domain on the selection field.

bzr revid: nicolas.vanhoren@openerp.com-20131022131525-d0i61sbm0w6katfs

10 years agofix
niv-openerp [Tue, 22 Oct 2013 13:15:10 +0000 (15:15 +0200)]
fix

bzr revid: nicolas.vanhoren@openerp.com-20131022131510-zvqt6xgsln0bk6zp

10 years agowip
niv-openerp [Tue, 22 Oct 2013 13:13:23 +0000 (15:13 +0200)]
wip

bzr revid: nicolas.vanhoren@openerp.com-20131022131323-jicyw0pchzs5x38t

10 years ago[FIX] board: correct /board/add_to_dashboard to use new @route decorator and request...
Christophe Simonis [Tue, 22 Oct 2013 13:10:49 +0000 (15:10 +0200)]
[FIX] board: correct /board/add_to_dashboard to use new @route decorator and request object

bzr revid: chs@openerp.com-20131022131049-lb6mva47y0i3kpvq

10 years agoNow selection fields on m2o query the records directly
niv-openerp [Tue, 22 Oct 2013 12:19:52 +0000 (14:19 +0200)]
Now selection fields on m2o query the records directly

bzr revid: nicolas.vanhoren@openerp.com-20131022121952-piye1e3k80w217r0

10 years ago[FIX] web: avoid useless redirection when in mono db mode
Christophe Simonis [Tue, 22 Oct 2013 10:41:45 +0000 (12:41 +0200)]
[FIX] web: avoid useless redirection when in mono db mode

bzr revid: chs@openerp.com-20131022104145-janmthq1r6sibm2e

10 years ago[FIX] account: computation of debit/credit on partner is based on past year moves...
Martin Trigaux [Tue, 22 Oct 2013 09:53:01 +0000 (11:53 +0200)]
[FIX] account: computation of debit/credit on partner is based on past year moves instead of reported entries, courtesy of Nhomar Hernandez (vauxoo)
This change allows to have consistency in values instead of depending on when the fiscal year is closed and when the entries are generated

lp bug: https://launchpad.net/bugs/1219381 fixed

bzr revid: mat@openerp.com-20131022095301-tigk2ixheljvqxwc

10 years ago[FIX] account: compute debit credit based on previous year to have consistent result...
Martin Trigaux [Tue, 22 Oct 2013 09:19:25 +0000 (11:19 +0200)]
[FIX] account: compute debit credit based on previous year to have consistent result all the time, courtesy of Nhomar (vauxoo)

bzr revid: mat@openerp.com-20131022091925-mqj2etd71guplhm7

10 years ago[REV] revert partner.py to revision 9043 (error cf lp:1219381 comment #11)
Martin Trigaux [Tue, 22 Oct 2013 09:17:28 +0000 (11:17 +0200)]
[REV] revert partner.py to revision 9043 (error cf lp:1219381 comment #11)

bzr revid: mat@openerp.com-20131022091728-hebgvt1m26y9wjot

10 years ago[MERGE] sync with 7.0
Martin Trigaux [Tue, 22 Oct 2013 09:13:19 +0000 (11:13 +0200)]
[MERGE] sync with 7.0

bzr revid: mat@openerp.com-20131022091319-dzpe0i8936alq22y

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 22 Oct 2013 05:15:35 +0000 (05:15 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131022051531-skzykboyadt54zs1
bzr revid: launchpad_translations_on_behalf_of_openerp-20131018061132-rzws6tazubx0zysd
bzr revid: launchpad_translations_on_behalf_of_openerp-20131020050513-83ofvmdau85nhc89
bzr revid: launchpad_translations_on_behalf_of_openerp-20131022051535-g7vpsdx91u9d7zbs

10 years ago[FIX] hr_timesheet: cost and revenues of parent analytic accounts aggregate from...
Martin Trigaux [Mon, 21 Oct 2013 16:03:26 +0000 (18:03 +0200)]
[FIX] hr_timesheet: cost and revenues of parent analytic accounts aggregate from child analytic accounts

bzr revid: mat@openerp.com-20131021160326-62hpxyypgu70v6w2

10 years agohr_holidays: force refuse.@flow_stop to False to correctly update existing databases
Olivier Dony [Mon, 21 Oct 2013 15:51:20 +0000 (17:51 +0200)]
hr_holidays: force refuse.@flow_stop to False to correctly update existing databases

bzr revid: odo@openerp.com-20131021155120-vn63of44ya0od9e2

10 years ago[MERGE] forward port of branch saas-2 up to revid 8962 chs@openerp.com-20131021145334...
Christophe Simonis [Mon, 21 Oct 2013 14:57:35 +0000 (16:57 +0200)]
[MERGE] forward port of branch saas-2 up to revid 8962 chs@openerp.com-20131021145334-i9gtbk52mre1bu1x

bzr revid: chs@openerp.com-20131021145735-7jkmltsbdj02pjo8

10 years ago[MERGE] forward port of branch saas-1 up to revid 8794 chs@openerp.com-20131021141431...
Christophe Simonis [Mon, 21 Oct 2013 14:53:34 +0000 (16:53 +0200)]
[MERGE] forward port of branch saas-1 up to revid 8794 chs@openerp.com-20131021141431-5bdk9waai17julkb

bzr revid: chs@openerp.com-20131021145334-i9gtbk52mre1bu1x

10 years ago[IMP] ir.translation: `module` field is useful for admin/debugging
Olivier Dony [Mon, 21 Oct 2013 14:36:41 +0000 (16:36 +0200)]
[IMP] ir.translation: `module` field is useful for admin/debugging

bzr revid: odo@openerp.com-20131021143641-eflzertf2r7hap44

10 years ago[MERGE] forward port of branch 7.0 up to revid 9535 odo@openerp.com-20131021124748...
Christophe Simonis [Mon, 21 Oct 2013 14:14:31 +0000 (16:14 +0200)]
[MERGE] forward port of branch 7.0 up to revid 9535 odo@openerp.com-20131021124748-x4jnibwyab4gam23

bzr revid: chs@openerp.com-20131021141431-5bdk9waai17julkb

10 years ago[FIX] l10n_fr: 2014 tax update patch has removed obsolete templates, causing an error...
Olivier Dony [Mon, 21 Oct 2013 12:47:48 +0000 (14:47 +0200)]
[FIX] l10n_fr: 2014 tax update patch has removed obsolete templates, causing an error at module update

Due to the relationship between fiscal position
templates and tax templates, the removal of
obsolete tax templates may crash if the corresponding
fiscal positions are not deleted before.
In a recent l10n_fr patch [1] a number of
templates disappeared, which causes an error during
subsequent updates on databases where the obsolete
templates are still present.

As a workaround, we can force a deletion of
all fiscal position templates before loading
them. This is relatively safe because the templates
are not connected to live data, and will be
re-created during the update (except for the
obsolete ones which will be gone forever).

[1] addons 7.0 rev 9515 rev-id: odo@openerp.com-20131010114424-atzr3bl9e9diir2g

lp bug: https://launchpad.net/bugs/1240265 fixed

bzr revid: odo@openerp.com-20131021124748-x4jnibwyab4gam23