odoo/odoo.git
10 years ago[IMP][REM]: Remove nobody if user have no rights on partner that will display 'portal...
ajay javiya (OpenERP) [Wed, 9 Oct 2013 11:00:31 +0000 (16:30 +0530)]
[IMP][REM]: Remove nobody if user have no rights on partner that will display 'portal to nobody 5 minutes ago' that will confuse to end user, now it display 'portal 5 minutes ago' if no rights.

bzr revid: aja@tinyerp.com-20131009110031-7jdsi3ic3eo3sb2m

10 years ago[IMP]: Portal user are not allow to create a claim
ajay javiya (OpenERP) [Mon, 7 Oct 2013 09:30:12 +0000 (15:00 +0530)]
[IMP]: Portal user are not allow to create a claim

bzr revid: aja@tinyerp.com-20131007093012-yhq3gtylbhqmpkks

10 years ago[MERGE]: with trunk
ajay javiya (OpenERP) [Mon, 7 Oct 2013 05:45:29 +0000 (11:15 +0530)]
[MERGE]: with trunk

bzr revid: aja@tinyerp.com-20131007054529-3nlgi9szgaen4kau

10 years ago[REM] shortcuts, deprecated by browser bookmarks
Antony Lesuisse [Sun, 6 Oct 2013 13:12:25 +0000 (15:12 +0200)]
[REM] shortcuts, deprecated by browser bookmarks

bzr revid: al@openerp.com-20131006131225-jguvkys2ngwsd6er

10 years ago[REM] web_shortcut
Antony Lesuisse [Sun, 6 Oct 2013 12:48:13 +0000 (14:48 +0200)]
[REM] web_shortcut

bzr revid: al@openerp.com-20131006124813-nkw1iw72os5bsk22

10 years ago[REM] web_shortcut
Antony Lesuisse [Sun, 6 Oct 2013 12:46:55 +0000 (14:46 +0200)]
[REM] web_shortcut

bzr revid: al@openerp.com-20131006124655-kxjp9kbzc07j9584

10 years ago[REM] remove res.request, factorize _get_links
Antony Lesuisse [Sun, 6 Oct 2013 12:29:22 +0000 (14:29 +0200)]
[REM] remove res.request, factorize _get_links

bzr revid: al@openerp.com-20131006122922-zimbltznxvsqlbz4

10 years ago[REM] remove res.request, reorg technical menu.
Antony Lesuisse [Sun, 6 Oct 2013 12:28:43 +0000 (14:28 +0200)]
[REM] remove res.request, reorg technical menu.

bzr revid: al@openerp.com-20131006122843-r6k0i0aj0yzz50j5

10 years agouse referencable models instead of _get_links
Antony Lesuisse [Sun, 6 Oct 2013 11:58:08 +0000 (13:58 +0200)]
use referencable models instead of _get_links

bzr revid: al@openerp.com-20131006115808-etkyq34ar1pqh2pb

10 years agorename links get, allow reference fields without size.
Antony Lesuisse [Sun, 6 Oct 2013 11:47:04 +0000 (13:47 +0200)]
rename links get, allow reference fields without size.

bzr revid: al@openerp.com-20131006114704-mkbheq3l355u21jb

10 years ago[IMP] Technical menu reorg, remove depreacted requests.
Antony Lesuisse [Sun, 6 Oct 2013 11:26:08 +0000 (13:26 +0200)]
[IMP] Technical menu reorg, remove depreacted requests.
Moved low levels object to database structure.
Removed res.request models bu keep res.request.link, res.request.link is used
to flag models worth to be linked by references fields.
Moved currency and state to the approriate directory.

bzr revid: al@openerp.com-20131006112608-3qucrevmkf43kq20

10 years ago[IMP] ir_actions cleanups.
Antony Lesuisse [Sun, 6 Oct 2013 10:24:04 +0000 (12:24 +0200)]
[IMP] ir_actions cleanups.
Remove deprecated old style wizards.
Remove unsed get_model() function.
Move crons into Actions menuitem.
Move todos into Actions menuitem.

bzr revid: al@openerp.com-20131006102404-s46md70ahydihiih

10 years ago[IMP] add an easier to use XML-RPC faultCode compliant protocol
Antony Lesuisse [Sun, 6 Oct 2013 10:21:31 +0000 (12:21 +0200)]
[IMP] add an easier to use XML-RPC faultCode compliant protocol
remove the /openerp/* routes, they were never used because the protocol was too
different from the historical /xmlrpc/ routes. Instead we introduce a
/xmlrpc/2/ route identical to /xmlrpc/ with the only difference that it returns
int faultCodes making it compliant with the XML-RPC specification.

bzr revid: al@openerp.com-20131006102131-707kxc9zyd1mvlps

10 years ago[FIX] preliminary code for socket activation, to avoid connection refused during...
Antony Lesuisse [Sat, 5 Oct 2013 23:56:39 +0000 (01:56 +0200)]
[FIX] preliminary code for socket activation, to avoid connection refused during restart

bzr revid: al@openerp.com-20131005235639-vifvbhu4o17lf780

10 years ago[IMP] --auto-reload to enable code and xml auto reload, service cleanup.
Antony Lesuisse [Sat, 5 Oct 2013 22:57:40 +0000 (00:57 +0200)]
[IMP] --auto-reload to enable code and xml auto reload, service cleanup.
Added an autoreload mecanism based on pyinotify that restart the server as soon
as a .py or .xml file change is detected, for xml updates the relevant -u are
automatically added to exec(2).

pyinotify is linux specific and should be replaced by a cross plaform library
such as watchdog. Unfortunatly watchdog is not yet packaged in debian. We could
support both libraries, patches are welcome.

Refactored the code in cli/* and service/*. The 3 running modes of openerp
(threaded, prefork, gevent) are now in openerp/service/server.py, one class per
mode, and they share the same interface.

Added a signal handler to increase or decrase the number of HTTP workers in
prefork mode (SIGTTIN, SIGTTOU).

bzr revid: al@openerp.com-20131005225740-hrxwy50ldi5yql0e

10 years agorename server
Antony Lesuisse [Sat, 5 Oct 2013 22:18:29 +0000 (00:18 +0200)]
rename server

bzr revid: al@openerp.com-20131005221829-a18vx5ag6ef4ufee

10 years agomerge trunk
Antony Lesuisse [Sat, 5 Oct 2013 22:04:11 +0000 (00:04 +0200)]
merge trunk

bzr revid: al@openerp.com-20131005220411-l1op0sya6h515m5b

10 years agofix signal name
Antony Lesuisse [Sat, 5 Oct 2013 21:58:21 +0000 (23:58 +0200)]
fix signal name

bzr revid: al@openerp.com-20131005215821-r60pgkgsrp1lo2ug

10 years agosimplier autoreload working
Antony Lesuisse [Sat, 5 Oct 2013 21:22:40 +0000 (23:22 +0200)]
simplier autoreload working

bzr revid: al@openerp.com-20131005212240-5lp8tgwukeg5wwdq

10 years ago[FORWARD] Forward port of saas-2 branch until revision 3845 revision tde@openerp...
Thibault Delavallée [Fri, 4 Oct 2013 08:46:18 +0000 (10:46 +0200)]
[FORWARD] Forward port of saas-2 branch until revision 3845 revision tde@openerp.com-20131003090049-88q0o69970eahb2h

bzr revid: tde@openerp.com-20131004084618-pjv4ya68mvzfqreb

10 years ago[FORWARD] Forward port of saas-2 branch until revision 8931 tde@openerp.com-201310031...
Thibault Delavallée [Fri, 4 Oct 2013 08:19:15 +0000 (10:19 +0200)]
[FORWARD] Forward port of saas-2 branch until revision 8931 tde@openerp.com-20131003140458-ztnd9taih2rcq8ty

bzr revid: tde@openerp.com-20131004081915-4i2rn3fsj8qzov63

10 years ago[FORWARD] Forward port of saas-2 fixes until revision 4957 chs@openerp.com-2013093012...
Thibault Delavallée [Thu, 3 Oct 2013 15:01:38 +0000 (17:01 +0200)]
[FORWARD] Forward port of saas-2 fixes until revision 4957 chs@openerp.com-20130930125946-exr791f83seaa9br

bzr revid: tde@openerp.com-20131003150138-dgi593kd3n0vflgp

10 years ago[IMP] now always uses the /web url to display the web client instead of / . / now...
niv-openerp [Thu, 3 Oct 2013 14:48:20 +0000 (16:48 +0200)]
[IMP] now always uses the /web url to display the web client instead of / . / now redirects to /web

bzr revid: nicolas.vanhoren@openerp.com-20131003144820-8zzdlwfrojip4qxr

10 years ago[FIX] test: avoid getting error when trying to send an email to the newly created...
Martin Trigaux [Thu, 3 Oct 2013 14:32:34 +0000 (16:32 +0200)]
[FIX] test: avoid getting error when trying to send an email to the newly created user (email replaced by login)

bzr revid: mat@openerp.com-20131003143234-8tu732aa4rmycoif

10 years ago[ADD] report: support for dynamic fonts in reports, requires changes in server at...
Martin Trigaux [Thu, 3 Oct 2013 14:13:50 +0000 (16:13 +0200)]
[ADD] report: support for dynamic fonts in reports, requires changes in server at revision 4959

bzr revid: mat@openerp.com-20131003141350-gxy43wy1ys4ox7ne

10 years ago[ADD] report: support for dynamic fonts in report
Martin Trigaux [Thu, 3 Oct 2013 14:13:07 +0000 (16:13 +0200)]
[ADD] report: support for dynamic fonts in report
search for TTF file on the system (in typical repositories)
add font field on the company and config wizard, the chosen value will replace the fontName value by the new one

bzr revid: mat@openerp.com-20131003141307-y6rsfooxepfgmofd

10 years ago[IMP] ir_actions in email_template: template_id domain not only on view, directly...
Thibault Delavallée [Thu, 3 Oct 2013 14:04:58 +0000 (16:04 +0200)]
[IMP] ir_actions in email_template: template_id domain not only on view, directly on field

bzr revid: tde@openerp.com-20131003140458-ztnd9taih2rcq8ty

10 years ago[FIX] report: default font set as helvetica
Martin Trigaux [Thu, 3 Oct 2013 13:50:18 +0000 (15:50 +0200)]
[FIX] report: default font set as helvetica

bzr revid: mat@openerp.com-20131003135018-2jr68cfbffda53m3

10 years ago[FIX] report: default font set as helvetica
Martin Trigaux [Thu, 3 Oct 2013 13:50:07 +0000 (15:50 +0200)]
[FIX] report: default font set as helvetica

bzr revid: mat@openerp.com-20131003135007-w7xoy1jitj5mm9ms

10 years ago[FIX] report: add basic fonts of PDF
Martin Trigaux [Thu, 3 Oct 2013 13:39:37 +0000 (15:39 +0200)]
[FIX] report: add basic fonts of PDF

bzr revid: mat@openerp.com-20131003133937-ohh612cgarih2lfy

10 years ago[REF] ir_actions in email_template: strange implementation of displaying template...
Thibault Delavallée [Thu, 3 Oct 2013 13:33:57 +0000 (15:33 +0200)]
[REF] ir_actions in email_template: strange implementation of displaying template values based on copying fields
replaced by a standard related fields + using an onchange on the template.

bzr revid: tde@openerp.com-20131003133357-hbs35e3h4mleg9v5

10 years ago[FIX] report: cleaning, avoid duplicates
Martin Trigaux [Thu, 3 Oct 2013 12:06:25 +0000 (14:06 +0200)]
[FIX] report: cleaning, avoid duplicates

bzr revid: mat@openerp.com-20131003120625-4kvf9ag8fcp0mbfg

10 years ago[IMP] report: remove useless __foundFonts variable (use full path in CustomTTFonts
Martin Trigaux [Thu, 3 Oct 2013 11:40:36 +0000 (13:40 +0200)]
[IMP] report: remove useless __foundFonts variable (use full path in CustomTTFonts

bzr revid: mat@openerp.com-20131003114036-2xrmlo3x2hf99e8t

10 years ago[IMP] report: cleaning and add one more repository
Martin Trigaux [Thu, 3 Oct 2013 11:21:10 +0000 (13:21 +0200)]
[IMP] report: cleaning and add one more repository

bzr revid: mat@openerp.com-20131003112110-zp9icv0umfbf311j

10 years ago[MERGE] Forward-port of latest saas-1 bugfixes, up to rev. 8788 dle@openerp.com-20131...
Olivier Dony [Thu, 3 Oct 2013 11:12:22 +0000 (13:12 +0200)]
[MERGE] Forward-port of latest saas-1 bugfixes, up to rev. 8788 dle@openerp.com-20131003094541-ro29hhkas03rdvw8

bzr revid: odo@openerp.com-20131003111222-upt1ytb92db50zay

10 years ago[FIX] sale_crm: fixed kanban view: correct groups on the whole div containing invoice...
Thibault Delavallée [Thu, 3 Oct 2013 09:57:03 +0000 (11:57 +0200)]
[FIX] sale_crm: fixed kanban view: correct groups on the whole div containing invoice data, not only on the label

bzr revid: tde@openerp.com-20131003095703-zoqvii3nzmb2j024

10 years ago[FIX] sale_crm: fixed previous fix + forgot to complete domain on invoices, added...
Thibault Delavallée [Thu, 3 Oct 2013 09:56:26 +0000 (11:56 +0200)]
[FIX] sale_crm: fixed previous fix + forgot to complete domain on invoices, added an end date for invoice sparklines

bzr revid: tde@openerp.com-20131003095626-dckhvcvi935fdgzf

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9493 rev-id: launchpad_transl...
Denis Ledoux [Thu, 3 Oct 2013 09:45:41 +0000 (11:45 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9493 rev-id: launchpad_translations_on_behalf_of_openerp-20131003055550-0r0oqctbd69hv6ud

bzr revid: dle@openerp.com-20131003094541-ro29hhkas03rdvw8

10 years ago[FIX] mail.js: not found do_reload_menu_emails; fix: Use instanceof insead of compara...
Christophe Matthieu [Thu, 3 Oct 2013 09:16:03 +0000 (11:16 +0200)]
[FIX] mail.js: not found do_reload_menu_emails; fix: Use instanceof insead of comparaison of __proto__ arguments

bzr revid: chm@openerp.com-20131003091603-rarztafazl56ugid

10 years ago[FIX] report: fix registering customfonts
Martin Trigaux [Thu, 3 Oct 2013 09:03:33 +0000 (11:03 +0200)]
[FIX] report: fix registering customfonts

bzr revid: mat@openerp.com-20131003090333-bm83trt8qafn2d51

10 years ago[FIX] web: form_view: FieldStatus widget: fixed hidden states/stages not appearing...
Thibault Delavallée [Thu, 3 Oct 2013 09:00:49 +0000 (11:00 +0200)]
[FIX] web: form_view: FieldStatus widget: fixed hidden states/stages not appearing because behind displayed sheet.

bzr revid: tde@openerp.com-20131003090049-88q0o69970eahb2h

10 years ago[FIX] crm, sale_crm, mass_mailin: fixed computation for sparkline widgets.
Thibault Delavallée [Thu, 3 Oct 2013 08:27:36 +0000 (10:27 +0200)]
[FIX] crm, sale_crm, mass_mailin: fixed computation for sparkline widgets.

Added an end date in the read_group domain. Indeed having results outside the date range
made the result computation crash because of list limits. There is now a begin and end
date for groupby domain.

bzr revid: tde@openerp.com-20131003082736-tw50xk2vmhpjh1e5

10 years ago[IMP] web_kanban_sparkline: always begin y range at 0 instead of minimum value
Thibault Delavallée [Thu, 3 Oct 2013 07:58:36 +0000 (09:58 +0200)]
[IMP] web_kanban_sparkline: always begin y range at 0 instead of minimum value

bzr revid: tde@openerp.com-20131003075836-qffb91gxe8uk4k0n

10 years ago[FIX] expression: in nodes like (left, 'in', right), apply _symbol_set on all values...
Raphael Collet [Thu, 3 Oct 2013 07:53:51 +0000 (09:53 +0200)]
[FIX] expression: in nodes like (left, 'in', right), apply _symbol_set on all values in right

bzr revid: rco@openerp.com-20131003075351-5quyz6ge1ayczdo9

10 years ago[IMP]: when a mail group is public, a user with rights of only portal should be able...
ajay javiya (OpenERP) [Thu, 3 Oct 2013 07:12:03 +0000 (12:42 +0530)]
[IMP]: when a mail group is public, a user with rights of only portal should be able to comment in messages of that group and change in  demo data

bzr revid: aja@tinyerp.com-20131003071203-x837wx76mb0oiaps

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20131003055550-0r0oqctbd69hv6ud

10 years ago[FIX] mail: fix group suggestion action button
Martin Trigaux [Wed, 2 Oct 2013 15:17:13 +0000 (17:17 +0200)]
[FIX] mail: fix group suggestion action button

bzr revid: mat@openerp.com-20131002151713-xtl3hmr3bc6zt4h6

10 years agoChanged base url
niv-openerp [Wed, 2 Oct 2013 14:37:40 +0000 (16:37 +0200)]
Changed base url

bzr revid: nicolas.vanhoren@openerp.com-20131002143740-jr8xz6j4qgs97ztp

10 years ago[FIX] point_of_sale: remove useless or condition in tax computation
Martin Trigaux [Wed, 2 Oct 2013 14:37:34 +0000 (16:37 +0200)]
[FIX] point_of_sale: remove useless or condition in tax computation

bzr revid: mat@openerp.com-20131002143734-b51sl1taumajaaus

10 years ago[FIX] mail: correct button on "Suggested Groups"
Christophe Simonis [Wed, 2 Oct 2013 12:07:33 +0000 (14:07 +0200)]
[FIX] mail: correct button on "Suggested Groups"

bzr revid: chs@openerp.com-20131002120733-6hsz0ugl3ir2gwfp

10 years ago[IMP] minor tweaks
Martin Trigaux [Wed, 2 Oct 2013 10:20:36 +0000 (12:20 +0200)]
[IMP] minor tweaks

bzr revid: mat@openerp.com-20131002102036-0n0cb3rd39bzkife

10 years ago[IMP] one global list, remove hard coded list of font
Martin Trigaux [Wed, 2 Oct 2013 10:19:56 +0000 (12:19 +0200)]
[IMP] one global list, remove hard coded list of font

bzr revid: mat@openerp.com-20131002101956-y6jt4d13bbku12g3

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9491 rev-id: launchpad_transl...
Denis Ledoux [Wed, 2 Oct 2013 10:12:19 +0000 (12:12 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9491 rev-id: launchpad_translations_on_behalf_of_openerp-20131002053724-elxvqw0n42c4lr9m

bzr revid: dle@openerp.com-20131002101219-h765e9awts5rovye

10 years ago[FIX] web: remove firefox css fix for view switch icons
Christophe Simonis [Wed, 2 Oct 2013 09:46:34 +0000 (11:46 +0200)]
[FIX] web: remove firefox css fix for view switch icons

bzr revid: chs@openerp.com-20131002094634-9g7b20vs7n5yw4kh

10 years ago[FIX] web_kanban: correct css for empty kanban
Christophe Simonis [Wed, 2 Oct 2013 09:37:30 +0000 (11:37 +0200)]
[FIX] web_kanban: correct css for empty kanban

bzr revid: chs@openerp.com-20131002093730-ucn089plydhsl71k

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20131002053724-elxvqw0n42c4lr9m

10 years ago[FIX]portal: previous commit was wrong. I was distracted. auth_signup do not depends...
Denis Ledoux [Tue, 1 Oct 2013 17:30:20 +0000 (19:30 +0200)]
[FIX]portal: previous commit was wrong. I was distracted. auth_signup do not depends on share, portal is, so moving the values['share'] = true to portal module

bzr revid: dle@openerp.com-20131001173020-kv8upxloazihz5uh

10 years ago[FIX] portal_sale: re-add auto-subscribe of customer when confirming invoice
Olivier Dony [Tue, 1 Oct 2013 16:41:25 +0000 (18:41 +0200)]
[FIX] portal_sale: re-add auto-subscribe of customer when confirming invoice

It was removed by mistake in commit [1]
when fixing the forward-port of 7.0
to saas-1. Only the mail notification
had to be removed, not the auto-follow
of the customer, which is important
in the portal, otherwise customers
cannot see their invoices.

[1] 8699 revid:chm@openerp.com-20130506135653-7e8nukr68s9255oq

bzr revid: odo@openerp.com-20131001164125-1smk4mi3eulcbkab

10 years agomerge trunk
niv-openerp [Tue, 1 Oct 2013 16:11:16 +0000 (18:11 +0200)]
merge trunk

bzr revid: nicolas.vanhoren@openerp.com-20131001161116-q4rmybyu7omfwv9i

10 years ago[IMP] doc
niv-openerp [Tue, 1 Oct 2013 16:07:54 +0000 (18:07 +0200)]
[IMP] doc

bzr revid: nicolas.vanhoren@openerp.com-20131001160754-w47z24xf3wtkqioh

10 years ago[FIX]portal: add share flag to portaltemplate user and portal demo user
Denis Ledoux [Tue, 1 Oct 2013 15:59:01 +0000 (17:59 +0200)]
[FIX]portal: add share flag to portaltemplate user and portal demo user

bzr revid: dle@openerp.com-20131001155901-3hmb81sw6yvjmuav

10 years ago[IMP] added condition to display only regular fonts in list
Dharmraj Zala (OpenERP Trainee) [Tue, 1 Oct 2013 11:06:33 +0000 (16:36 +0530)]
[IMP] added condition to display only regular fonts in list

bzr revid: dizzy.zala@gmail.com-20131001110633-rfazngjr37ewv5cy

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20131001053913-1x0pa0ji7vetnbls

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130925052834-k8oscd0mk2esihub
bzr revid: launchpad_translations_on_behalf_of_openerp-20130927054917-xybdbrobp1wemnwn
bzr revid: launchpad_translations_on_behalf_of_openerp-20131001051856-45e4oiefq57cf9w3

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9487 rev-id: dle@openerp...
Denis Ledoux [Mon, 30 Sep 2013 15:08:04 +0000 (17:08 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9487 rev-id: dle@openerp.com-20130930141202-ghnujem348kydd2m

bzr revid: dle@openerp.com-20130930150804-b4j080uy06t4n7f1

10 years ago[FIX] problem with controllers reload
niv-openerp [Mon, 30 Sep 2013 14:44:28 +0000 (16:44 +0200)]
[FIX] problem with controllers reload

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

bzr revid: nicolas.vanhoren@openerp.com-20130930144428-biwun9nh9y190fft

10 years ago[MERGE] sync with trunk
Martin Trigaux [Mon, 30 Sep 2013 14:27:49 +0000 (16:27 +0200)]
[MERGE] sync with trunk

bzr revid: mat@openerp.com-20130930142749-49z6o2usptgxg2k7

10 years ago[FIX]crm: wizard lead to opportunities, match exact email, insensitive
Denis Ledoux [Mon, 30 Sep 2013 14:12:02 +0000 (16:12 +0200)]
[FIX]crm: wizard lead to opportunities, match exact email, insensitive

bzr revid: dle@openerp.com-20130930141202-ghnujem348kydd2m

10 years ago[IMP] orm: don't compute twice the same function for stored fields if two fields...
Martin Trigaux [Mon, 30 Sep 2013 14:05:15 +0000 (16:05 +0200)]
[IMP] orm: don't compute twice the same function for stored fields if two fields have the same trigger function

bzr revid: mat@openerp.com-20130930140515-4kbzkotjh2ify5vm

10 years ago[FIX] orm: correct read_group when searching by month
Christophe Simonis [Mon, 30 Sep 2013 12:59:46 +0000 (14:59 +0200)]
[FIX] orm: correct read_group when searching by month

bzr revid: chs@openerp.com-20130930125946-exr791f83seaa9br

10 years ago[IMP] store fields: do not add twice the same function field in the store_function...
Martin Trigaux [Mon, 30 Sep 2013 12:15:11 +0000 (14:15 +0200)]
[IMP] store fields: do not add twice the same function field in the store_function list

bzr revid: mat@openerp.com-20130930121511-94a2k0ka91bsgrnf

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 30 Sep 2013 05:43:18 +0000 (05:43 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130930054304-7r885mda98p411ax
bzr revid: launchpad_translations_on_behalf_of_openerp-20130928055410-zlzdspq6yjqrkq33
bzr revid: launchpad_translations_on_behalf_of_openerp-20130929054547-erco56ru1eyc6iq7
bzr revid: launchpad_translations_on_behalf_of_openerp-20130930054318-brbtsqs7pdngwg51

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 28 Sep 2013 05:41:09 +0000 (05:41 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130928054109-ytcf3vux2h8yoxmo

10 years ago[FIX] ir.fields.converter: fields.reference values were not importable because the...
Olivier Dony [Fri, 27 Sep 2013 14:23:03 +0000 (16:23 +0200)]
[FIX] ir.fields.converter: fields.reference values were not importable because the (trivial) converter was missing

bzr revid: odo@openerp.com-20130927142303-ykcjnxgdiuni3lnk

10 years ago[MERGE] merged niv branch with the many2many_checkboxes widget
Quentin (OpenERP) [Fri, 27 Sep 2013 12:57:59 +0000 (14:57 +0200)]
[MERGE] merged niv branch with the many2many_checkboxes widget

bzr revid: qdp-launchpad@openerp.com-20130927125759-5knujhf9dkkze8hi

10 years ago[FIX] point_of_sale: return empty list instead of False for report computation (opw...
Martin Trigaux [Fri, 27 Sep 2013 11:11:18 +0000 (13:11 +0200)]
[FIX] point_of_sale: return empty list instead of False for report computation (opw 598437)

bzr revid: mat@openerp.com-20130927111118-bis9odhacjqaqmyp

10 years ago[FIXED] pos: Fixed the issue of pos detail report when trying to pring report having...
Hardik Ansodariya [Fri, 27 Sep 2013 10:35:43 +0000 (16:05 +0530)]
[FIXED] pos: Fixed the issue of pos detail report when trying to pring report having order without TAX were throwing error(Maintenance case: 598437)

bzr revid: han@tinyerp.com-20130927103543-jppq53ugkj1gk2cl

10 years ago[IMP]: change internal notes color light light gray
ajay javiya (OpenERP) [Fri, 27 Sep 2013 10:05:13 +0000 (15:35 +0530)]
[IMP]: change internal notes color light light gray

bzr revid: aja@tinyerp.com-20130927100513-dj1y3qyqk7tqf57d

10 years ago[IMP]: Change warning message if login user is not an employee and try to post intern...
ajay javiya (OpenERP) [Fri, 27 Sep 2013 09:42:15 +0000 (15:12 +0530)]
[IMP]: Change warning message if login user is not an employee and try to post internal note

bzr revid: aja@tinyerp.com-20130927094215-nf4mvdkz4mqr7543

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 27 Sep 2013 06:16:58 +0000 (06:16 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130925054843-vx0nogr2rpf5amw4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130926055416-ubjv2v9mogsb49f3
bzr revid: launchpad_translations_on_behalf_of_openerp-20130927061626-2rcumswg0tc4e10e
bzr revid: launchpad_translations_on_behalf_of_openerp-20130926055451-072mn28h3ew4cwfp
bzr revid: launchpad_translations_on_behalf_of_openerp-20130927061658-4svrcqcw04av1e5w

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 27 Sep 2013 05:48:54 +0000 (05:48 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130925052817-8fbiai7kz5lwvqu1
bzr revid: launchpad_translations_on_behalf_of_openerp-20130927054854-49lz8szbyebfo37r

10 years ago[IMP]: Rename log a note to Log an internal note
ajay javiya (OpenERP) [Thu, 26 Sep 2013 13:23:22 +0000 (18:53 +0530)]
[IMP]: Rename log a note to Log an internal note

bzr revid: aja@tinyerp.com-20130926132322-pvu18fr5w24lc18m

10 years ago[MERGE]: with trunk
ajay javiya (OpenERP) [Thu, 26 Sep 2013 13:20:44 +0000 (18:50 +0530)]
[MERGE]: with trunk

bzr revid: aja@tinyerp.com-20130926132044-oj0q4sqqu8u1nu7c

10 years ago[FIX] report_webkit: correctly catch error in rendering
Martin Trigaux [Thu, 26 Sep 2013 12:24:37 +0000 (14:24 +0200)]
[FIX] report_webkit: correctly catch error in rendering

bzr revid: mat@openerp.com-20130926122437-nx7idmpjmm8k1r9d

10 years ago[IMP] Added m2m_checkboxes
niv-openerp [Wed, 25 Sep 2013 15:21:26 +0000 (17:21 +0200)]
[IMP] Added m2m_checkboxes

bzr revid: nicolas.vanhoren@openerp.com-20130925152126-8zrjbt3y7qfhbysf

10 years agowip
niv-openerp [Wed, 25 Sep 2013 14:45:56 +0000 (16:45 +0200)]
wip

bzr revid: nicolas.vanhoren@openerp.com-20130925144556-97abdprnibq631sc

10 years ago[FIX]share: embed url action= instead of action_id=
Denis Ledoux [Wed, 25 Sep 2013 14:00:58 +0000 (16:00 +0200)]
[FIX]share: embed url action= instead of action_id=

bzr revid: dle@openerp.com-20130925140058-hahb3gtrs97a71lw

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 25 Sep 2013 05:49:14 +0000 (05:49 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130925054914-zqgjgcb39ny7ejt5

10 years ago[FIX]portal_crm: add default_type in action, in order to select properly the stage...
Denis Ledoux [Tue, 24 Sep 2013 16:09:12 +0000 (18:09 +0200)]
[FIX]portal_crm: add default_type in action, in order to select properly the stage and the section_id

bzr revid: dle@openerp.com-20130924160912-iyxcrngzfgge32q6

10 years ago[IMP] helpful exception message
Frédéric van der Essen [Tue, 24 Sep 2013 15:19:13 +0000 (17:19 +0200)]
[IMP] helpful exception message

bzr revid: fva@openerp.com-20130924151913-mq8sj2a8hahylmig

10 years ago[IMP][REM]: Improve code and remove unused method
ajay javiya (OpenERP) [Tue, 24 Sep 2013 13:30:41 +0000 (19:00 +0530)]
[IMP][REM]: Improve code and remove unused method

bzr revid: aja@tinyerp.com-20130924133041-0j2k8qc5ubjxwghx

10 years ago[IMP]: change type from comment to email when send a compose mail
ajay javiya (OpenERP) [Tue, 24 Sep 2013 12:47:51 +0000 (18:17 +0530)]
[IMP]: change type from comment to email when send a compose mail

bzr revid: aja@tinyerp.com-20130924124751-aiofmruy99ruah3h

10 years ago[FIX]base, ir_translation: in _get_src, if model or record id does not exist anymore...
Denis Ledoux [Tue, 24 Sep 2013 12:46:54 +0000 (14:46 +0200)]
[FIX]base, ir_translation: in _get_src, if model or record id does not exist anymore, do not apptempt to read it

bzr revid: dle@openerp.com-20130924124654-9lz76t6hx0cmxnx5

10 years ago[FIX] mrp: don't select bom out of current date range, replace sql query by orm request
Martin Trigaux [Tue, 24 Sep 2013 12:21:23 +0000 (14:21 +0200)]
[FIX] mrp: don't select bom out of current date range, replace sql query by orm request

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

bzr revid: mat@openerp.com-20130924122123-v4sgyx5v08ikqzsx

10 years ago[FIX] account_analytic_analysis: expected browse record instead of id for map_account...
Martin Trigaux [Tue, 24 Sep 2013 12:13:26 +0000 (14:13 +0200)]
[FIX] account_analytic_analysis: expected browse record instead of id for map_account call (opw #597966)

bzr revid: mat@openerp.com-20130924121326-tb4jr7nqttsxbddu

10 years ago[MERGE] back port of branch trunk up to revid 8924 fva@openerp.com-20130924094515...
Christophe Simonis [Tue, 24 Sep 2013 11:07:01 +0000 (13:07 +0200)]
[MERGE] back port of branch trunk up to revid 8924 fva@openerp.com-20130924094515-j605mg8lozzli3u2

bzr revid: chs@openerp.com-20130924110701-a5h94knbm279d1m0

10 years ago[FIX] account_analytic_analysis: fix the traceback, AttributeError: 'long' object...
Ravi Gohil (OpenERP) [Tue, 24 Sep 2013 10:57:28 +0000 (16:27 +0530)]
[FIX] account_analytic_analysis: fix the traceback, AttributeError: 'long' object has no attribute 'account_ids' when automatic recurring invoice is enabled.(Maintenance Case : 597966)

bzr revid: rgo@tinyerp.com-20130924105728-gtmc1862gcazs7lb

10 years ago[ADD]: Warning message if user try to post a internal comment and he/she is not an...
ajay javiya (OpenERP) [Tue, 24 Sep 2013 10:52:10 +0000 (16:22 +0530)]
[ADD]: Warning message if user try to post a internal comment and he/she is not an employee

bzr revid: aja@tinyerp.com-20130924105210-rrfk2z6du7hiblr6

10 years ago[FIX] @route compatibility with version 7.0:
Christophe Simonis [Tue, 24 Sep 2013 10:41:01 +0000 (12:41 +0200)]
[FIX] @route compatibility with version 7.0:
 */ add request.debug property
 */ inject request at first argument at runtime, do not use wrapper method.
 */ force slashes in routes (do not use os.path.join() for urls)
 */ routes defined using the legacy decorator httprequest and jsonrequest uses auth="none"
 */ avoid registring web module routes twice

bzr revid: chs@openerp.com-20130924104101-h1dexy6m74b56gvi

10 years ago[MERGE] point_of_sale: fix to avoid internal references shadowing EAN13 barcodes
Frédéric van der Essen [Tue, 24 Sep 2013 09:45:15 +0000 (11:45 +0200)]
[MERGE] point_of_sale: fix to avoid internal references shadowing EAN13 barcodes

bzr revid: fva@openerp.com-20130924094515-j605mg8lozzli3u2