odoo/odoo.git
10 years ago[FIX] website_sale_quote - Make the sale quote template translatable when you edit...
Kersten Jeremy [Fri, 11 Apr 2014 14:19:32 +0000 (16:19 +0200)]
[FIX] website_sale_quote - Make the sale quote template translatable when you edit a template. Force use of the language of partner in quotation, when you use a template.

bzr revid: jke@openerp.com-20140411141932-fk41zgsuw9e68t3a

10 years ago[FIX] 500 error on connection when using PyWebDAV 0.9.4
Denis Ledoux [Fri, 11 Apr 2014 13:42:03 +0000 (15:42 +0200)]
[FIX] 500 error on connection when using PyWebDAV 0.9.4
(and maybe others)

Courtesy of Holger Brunn (Therp)

bzr revid: dle@openerp.com-20140411134203-lxt4mnquiiclv6w3

10 years ago[FIX] mail.thread: avoid wrongly matching model,id from a foreign OpenERP system
Olivier Dony [Fri, 11 Apr 2014 10:13:49 +0000 (12:13 +0200)]
[FIX] mail.thread: avoid wrongly matching model,id from a foreign OpenERP system

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

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 11 Apr 2014 05:59:30 +0000 (05:59 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140411055930-7coykr7rveqsucp3

10 years ago[MERGE] [FIX] account_budget: fix the computation of theorical amount field (opw...
Martin Trigaux [Thu, 10 Apr 2014 15:17:17 +0000 (17:17 +0200)]
[MERGE] [FIX] account_budget: fix the computation of theorical amount field (opw 606232)

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

10 years ago[FIX] setup: allow using pywebdav 0.9.4.1 (and possible future patches), we only...
Olivier Dony [Thu, 10 Apr 2014 14:02:44 +0000 (16:02 +0200)]
[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

10 years ago[FIX] Remove double return
Kersten Jeremy [Thu, 10 Apr 2014 11:40:48 +0000 (13:40 +0200)]
[FIX] Remove double return

bzr revid: jke@openerp.com-20140410114048-hw26q9x0dm11wbqc

10 years ago[FIX] Website - Fix quantity not refresh when you add a product in your cart
Kersten Jeremy [Thu, 10 Apr 2014 11:39:52 +0000 (13:39 +0200)]
[FIX] Website - Fix quantity not refresh when you add a product in your cart

bzr revid: jke@openerp.com-20140410113952-g0nvc9nfjma2t614

10 years ago[FIX] website_sale: Do not search and associate a company to the partner when an...
Denis Ledoux [Thu, 10 Apr 2014 10:58:04 +0000 (12:58 +0200)]
[FIX] website_sale: Do not search and associate a company to the partner when an order is validated
This can be regarded as a security leak: You can associate your partner to an existing company, which you maybe do not really belong, and therefore potentially access data which you are not authorized to see

Use street for the company name, street2 for the actual street, meanwhile

bzr revid: dle@openerp.com-20140410105804-am2xjmr09u3jk36r

10 years ago[ADD] added tooltip on some icons, improved string.
Turkesh Patel (Open ERP) [Thu, 10 Apr 2014 10:49:10 +0000 (16:19 +0530)]
[ADD] added tooltip on some icons, improved string.

bzr revid: tpa@tinyerp.com-20140410104910-err7rc2efgvsxti7

10 years ago[MERGE] forward port of branch 7.0 up to revid 9971 chs@openerp.com-20140410100027...
Christophe Simonis [Thu, 10 Apr 2014 10:36:38 +0000 (12:36 +0200)]
[MERGE] forward port of branch 7.0 up to revid 9971 chs@openerp.com-20140410100027-5ug4801pfch9virt

bzr revid: chs@openerp.com-20140410103638-x7vajn70ewsfp0ck

10 years ago[FIX] website_forum: light cleaning of website_forum tour naming
Thibault Delavallée [Thu, 10 Apr 2014 10:19:11 +0000 (12:19 +0200)]
[FIX] website_forum: light cleaning of website_forum tour naming

bzr revid: tde@openerp.com-20140410101911-lphs30dqs00hikrt

10 years ago[ADD] website_forum: added new backend views in openerp manifest
Thibault Delavallée [Thu, 10 Apr 2014 10:18:42 +0000 (12:18 +0200)]
[ADD] website_forum: added new backend views in openerp manifest

bzr revid: tde@openerp.com-20140410101842-pggqqhuax1gmvw10

10 years ago[FIX] website_forum: still fixing references to history
Thibault Delavallée [Thu, 10 Apr 2014 10:18:20 +0000 (12:18 +0200)]
[FIX] website_forum: still fixing references to history

bzr revid: tde@openerp.com-20140410101820-x1gnf64f2xvbu2ld

10 years ago[IMP] website_forum: cleaned subtypes + jump at install + cleaned post closing reasons
Thibault Delavallée [Thu, 10 Apr 2014 10:18:01 +0000 (12:18 +0200)]
[IMP] website_forum: cleaned subtypes + jump at install + cleaned post closing reasons

bzr revid: tde@openerp.com-20140410101801-h5pzk85tdhn7nf17

10 years ago[FIX] website_forum: removed some reference to history
Thibault Delavallée [Thu, 10 Apr 2014 10:17:20 +0000 (12:17 +0200)]
[FIX] website_forum: removed some reference to history

bzr revid: tde@openerp.com-20140410101720-ql3uo4omewuen5x1

10 years ago[IMP] website_blog: moved res_users inheritance into its own file, and added
Thibault Delavallée [Thu, 10 Apr 2014 10:16:58 +0000 (12:16 +0200)]
[IMP] website_blog: moved res_users inheritance into its own file, and added
the field in the view.
Also added some fixes in the messag_post hwen creating an answer.

bzr revid: tde@openerp.com-20140410101658-a1o5h3g5ehlg0e8t

10 years ago[IMP] website_forum: added some backend views
Thibault Delavallée [Thu, 10 Apr 2014 10:13:54 +0000 (12:13 +0200)]
[IMP] website_forum: added some backend views

bzr revid: tde@openerp.com-20140410101354-w64d671amudib05g

10 years ago[IMP] website_forum: added an icon
Thibault Delavallée [Thu, 10 Apr 2014 10:12:47 +0000 (12:12 +0200)]
[IMP] website_forum: added an icon

bzr revid: tde@openerp.com-20140410101247-m4w7yga1c3kv40py

10 years ago[REF]add bootstrap modal window based, cleaned, refactored from trunk-ui-to-boostrap...
Cedric Snauwaert [Thu, 10 Apr 2014 10:06:31 +0000 (12:06 +0200)]
[REF]add bootstrap modal window based, cleaned, refactored from trunk-ui-to-boostrap-modal branch

bzr revid: csn@openerp.com-20140410100631-5v6a71oi5wyunbda

10 years ago[FIX] account: Chart Installer: new way to get apps server
Christophe Simonis [Thu, 10 Apr 2014 10:00:27 +0000 (12:00 +0200)]
[FIX] account: Chart Installer: new way to get apps server

bzr revid: chs@openerp.com-20140410100027-5ug4801pfch9virt

10 years ago[FIX] modules: install_from_urls: restrict to administrators. Urls must come from...
Christophe Simonis [Thu, 10 Apr 2014 09:58:17 +0000 (11:58 +0200)]
[FIX] modules: install_from_urls: restrict to administrators. Urls must come from apps server.
[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

10 years ago[FIX] website_sale: use commercial_partner_id instead of parent_id to have the compan...
Denis Ledoux [Thu, 10 Apr 2014 09:58:14 +0000 (11:58 +0200)]
[FIX] website_sale: use commercial_partner_id instead of parent_id to have the company name of the artner in the checkout form

If the user is portal, its partner is a company and has a parent: a security rule prevent to read the parent_id
and the company which should be displayed is the closest company of the partner in the hierarchy, and, in this case, itself.

bzr revid: dle@openerp.com-20140410095814-x7hqymfelspvjdsw

10 years ago[FIX] mail_thread: when the subtype does not exist anymore, avoid
Thibault Delavallée [Thu, 10 Apr 2014 09:51:43 +0000 (11:51 +0200)]
[FIX] mail_thread: when the subtype does not exist anymore, avoid
crashing message_post; just ignore the subtype instead.

bzr revid: tde@openerp.com-20140410095143-05qpe3m2pbeg3fg5

10 years ago[IMP] evnet
Fabien Pinckaers [Thu, 10 Apr 2014 09:17:47 +0000 (11:17 +0200)]
[IMP] evnet

bzr revid: fp@tinyerp.com-20140410091747-mznpvuxdbi1uxj2d

10 years ago[FIX] payment: remove mail of dependance (as account already depends on it) and set...
Denis Ledoux [Thu, 10 Apr 2014 08:48:46 +0000 (10:48 +0200)]
[FIX] payment: remove mail of dependance (as account already depends on it) and set auto_install

payment was added as dependance of portal_sale, which used to be auto installed when portal and sale were installed. With this new dependance, it wasnt the case anymore
With auto install of the payment module with the installation of account, this module is installed on the installation of sale (depends on account), and, therefore, on the installation of portal, portal_sale is now installed correctly

bzr revid: dle@openerp.com-20140410084846-78kxwc63nmv0rg9k

10 years ago[FIX] website_quote: security fix, only salesman were able to read sale order options...
Denis Ledoux [Thu, 10 Apr 2014 08:14:45 +0000 (10:14 +0200)]
[FIX] website_quote: security fix, only salesman were able to read sale order options, while other users, like portal and public, obviously need to be able to read these options

bzr revid: dle@openerp.com-20140410081445-mcg075upmujpr5w1

10 years ago[MERGE] Sync with upstram: trunk-website-forum-tpa
Thibault Delavallée [Thu, 10 Apr 2014 08:04:59 +0000 (10:04 +0200)]
[MERGE] Sync with upstram: trunk-website-forum-tpa

bzr revid: tde@openerp.com-20140410080459-b5ngtlg34dblbtyr

10 years ago[MERGE] readgroup signature has changed, so addons inheriting and modifying read_grou...
Gery Debongnie [Thu, 10 Apr 2014 07:20:39 +0000 (09:20 +0200)]
[MERGE] readgroup signature has changed, so addons inheriting and modifying read_group need to be changed to make sure they call their parent's read_group with the correct signature

bzr revid: ged@openerp.com-20140410072039-mpkd4y8zf978ali3

10 years ago[MERGE] merge from trunk
Gery Debongnie [Thu, 10 Apr 2014 07:10:49 +0000 (09:10 +0200)]
[MERGE] merge from trunk

bzr revid: ged@openerp.com-20140409125731-wx1zjr58p2h5vaqn
bzr revid: ged@openerp.com-20140409150048-anl3mwq8raxsfmcz
bzr revid: ged@openerp.com-20140410071049-17ygqlc45ns3zp3a

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 10 Apr 2014 06:46:50 +0000 (06:46 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140410064650-qqd9g5dsaf5dqm52

10 years ago[MRG] merge with lp:openobject-addons
Turkesh Patel (Open ERP) [Thu, 10 Apr 2014 06:16:30 +0000 (11:46 +0530)]
[MRG] merge with lp:openobject-addons

bzr revid: tpa@tinyerp.com-20140410061630-k5x4rl2k6most05b

10 years ago[MRG] improved string and fixed issue of not geeting karma on edit of answer.
Turkesh Patel (Open ERP) [Thu, 10 Apr 2014 06:14:28 +0000 (11:44 +0530)]
[MRG] improved string and fixed issue of not geeting karma on edit of answer.

bzr revid: tpa@tinyerp.com-20140410061428-htr3coosp04g2b5h

10 years ago[imp]:improve activity search or improve string or remove unused string
Sunil Sharma [Thu, 10 Apr 2014 06:04:00 +0000 (11:34 +0530)]
[imp]:improve activity search or improve string or remove unused string

bzr revid: ssh@tinyerp.com-20140410060400-blapg8mz6kw5bvoi

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 10 Apr 2014 05:56:55 +0000 (05:56 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140409064154-4bbr668s262a11mn
bzr revid: launchpad_translations_on_behalf_of_openerp-20140410055655-a13zzhsch5dj1w5r

10 years ago[IMP] gengo fix in callback
Fabien Pinckaers [Wed, 9 Apr 2014 22:11:21 +0000 (00:11 +0200)]
[IMP] gengo fix in callback

bzr revid: fp@tinyerp.com-20140409221121-8iwng0wmcp3fjasd

10 years ago[IMP] grouping jobs together
Fabien Pinckaers [Wed, 9 Apr 2014 21:59:27 +0000 (23:59 +0200)]
[IMP] grouping jobs together

bzr revid: fp@tinyerp.com-20140409215927-gfu3v8dnrgeqnvvd

10 years ago[IMP] Gengo Fixes
Fabien Pinckaers [Wed, 9 Apr 2014 21:45:09 +0000 (23:45 +0200)]
[IMP] Gengo Fixes

bzr revid: fp@tinyerp.com-20140409214509-0ww46dnt3np66ncx

10 years ago[MERGE] Sync with trunk
Richard Mathot (OpenERP) [Wed, 9 Apr 2014 19:42:48 +0000 (21:42 +0200)]
[MERGE] Sync with trunk

bzr revid: richard_mathot_openerp-20140409194248-ii36xsv0lpr68rmt

10 years ago[IMP] Gengo translation cron every 6 hours
Fabien Pinckaers [Wed, 9 Apr 2014 18:59:19 +0000 (20:59 +0200)]
[IMP] Gengo translation cron every 6 hours

bzr revid: fp@tinyerp.com-20140409185919-m01wz9sp3cynr6wf

10 years ago[IMP] track duration in hours
Fabien Pinckaers [Wed, 9 Apr 2014 18:43:34 +0000 (20:43 +0200)]
[IMP] track duration in hours

bzr revid: fp@tinyerp.com-20140409184334-ehkhowyhyqw6cdmx

10 years ago[CLEAN] website_forum: cleaned vote feature before merging
Thibault Delavallée [Wed, 9 Apr 2014 17:39:41 +0000 (19:39 +0200)]
[CLEAN] website_forum: cleaned vote feature before merging

bzr revid: tde@openerp.com-20140409173941-4pc7p8bre5btgbhu

10 years ago[IMP] Event Agenda: merge with cleaning
Fabien Pinckaers [Wed, 9 Apr 2014 17:26:00 +0000 (19:26 +0200)]
[IMP] Event Agenda: merge with cleaning

bzr revid: fp@tinyerp.com-20140409172600-bwy97j8kr8dzrgg9

10 years ago[CLEAN] website_forum: views is now a simple counter, incremented each time
Thibault Delavallée [Wed, 9 Apr 2014 17:25:22 +0000 (19:25 +0200)]
[CLEAN] website_forum: views is now a simple counter, incremented each time
someone see the question. Also use message_is_follower instead of re-implementing its
feature by checking the followers.
Views is updated through a method on the post object, incrementing the views counter
by 1.

bzr revid: tde@openerp.com-20140409172522-pwehz1k9z5rf765s

10 years ago[MERGE] Sync with upstram: website-forum-tpa
Thibault Delavallée [Wed, 9 Apr 2014 16:58:04 +0000 (18:58 +0200)]
[MERGE] Sync with upstram: website-forum-tpa

bzr revid: tde@openerp.com-20140409165804-q4wi76e0m0c9ovzw

10 years ago[IMP] website_forum: cleaning before merging
Thibault Delavallée [Wed, 9 Apr 2014 16:50:59 +0000 (18:50 +0200)]
[IMP] website_forum: cleaning before merging
- cleaned models, removing unnecessary fields + removed history feature of posts + removed
unnecessary override of mail.message and ir_http + renamed some fields (like badges -> badge_ids
to be more coherent with openerp naming)
- updated views accordingly
- cleaned demo data to lessen the diff

bzr revid: tde@openerp.com-20140409165059-36zc06f0to3q4qfu

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9969 revid:dle@openerp.com...
Denis Ledoux [Wed, 9 Apr 2014 16:31:32 +0000 (18:31 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9969 revid:dle@openerp.com-20140409162932-y5fxd5wbojing2t2

bzr revid: dle@openerp.com-20140409163132-n3apqh6nvfg2qof9

10 years ago[FIX] pad: render_value binded on change effective_readonly event, so render value...
Denis Ledoux [Wed, 9 Apr 2014 16:29:32 +0000 (18:29 +0200)]
[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

10 years ago[IMP] website: create a media snippet editor who merge image dialog, font awesome...
chm@openerp.com [Wed, 9 Apr 2014 16:15:38 +0000 (18:15 +0200)]
[IMP] website: create a media snippet editor who merge image dialog, font awesome, video youtube...

bzr revid: chm@openerp.com-20140409161538-uogr3vi552begja5

10 years ago[FIX] pad: render_value binded on change effective_readonly event, so render value...
Denis Ledoux [Wed, 9 Apr 2014 16:02:14 +0000 (18:02 +0200)]
[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

10 years ago[FIX] Fixe dlast commit: badge message is posted on the user
Thibault Delavallée [Wed, 9 Apr 2014 15:50:03 +0000 (17:50 +0200)]
[FIX] Fixe dlast commit: badge message is posted on the user
as before. Also updated code in mail/res_users that could big: partner_ids given
to message_post can be a list of commands, or a list of ids.

bzr revid: tde@openerp.com-20140409155003-32ccef4udlzfg5us

10 years ago[MERGE] from trunk
chm@openerp.com [Wed, 9 Apr 2014 15:45:20 +0000 (17:45 +0200)]
[MERGE] from trunk

bzr revid: chm@openerp.com-20140409154520-eddr2h21bei95xxu

10 years ago[IMP] lunch: add security rules, it's rude to look at other people's food
Martin Trigaux [Wed, 9 Apr 2014 15:42:16 +0000 (17:42 +0200)]
[IMP] lunch: add security rules, it's rude to look at other people's food

bzr revid: mat@openerp.com-20140409154216-hz4fkv24aprcem5g

10 years ago[REVIEW] [CLEAN] gamification: reverted changes instead of
Thibault Delavallée [Wed, 9 Apr 2014 15:26:29 +0000 (17:26 +0200)]
[REVIEW] [CLEAN] gamification: reverted changes instead of
the fix.

bzr revid: tde@openerp.com-20140409152629-3div4vdfknjrtnb6

10 years ago[REM] annoying print window
Richard Mathot (OpenERP) [Wed, 9 Apr 2014 15:24:59 +0000 (17:24 +0200)]
[REM] annoying print window

bzr revid: rim@openerp.com-20140409152459-upe7py6skbpa0qcz

10 years ago[FIX] Allow missing opcodes, harden check for private attributes (dunder), check...
Kersten Jeremy [Wed, 9 Apr 2014 15:16:59 +0000 (17:16 +0200)]
[FIX] Allow missing opcodes, harden check for private attributes (dunder), check inside embedded code objects.

bzr revid: jke@openerp.com-20140409151659-xwttchbtbj02v1w7

10 years ago[MERGE] test_cursor: adapt code to small api changes in registry for handling http...
Raphael Collet [Wed, 9 Apr 2014 15:00:02 +0000 (17:00 +0200)]
[MERGE] test_cursor: adapt code to small api changes in registry for handling http tests

bzr revid: rco@openerp.com-20140409150002-le29vuu4x41j61q6

10 years ago[IMP] Add default stage for surveys
Richard Mathot (OpenERP) [Wed, 9 Apr 2014 14:59:45 +0000 (16:59 +0200)]
[IMP] Add default stage for surveys

bzr revid: rim@openerp.com-20140409145945-r32tdnexrbjxousu

10 years ago[MERGE] test_cursor: implement a cursor mockup that never commits to database, and...
Raphael Collet [Wed, 9 Apr 2014 14:58:30 +0000 (16:58 +0200)]
[MERGE] test_cursor: implement a cursor mockup that never commits to database, and use it for http tests

bzr revid: rco@openerp.com-20140409145830-rop8esgic2y435kf

10 years ago[IMP] performance improvement: write a custom isEqual function to use instead of...
Gery Debongnie [Wed, 9 Apr 2014 14:57:35 +0000 (16:57 +0200)]
[IMP] performance improvement: write a custom isEqual function to use instead of _.isEqual to make the code faster in graph view (isEqual was determined guilty of being slow by profiling on a large view) (addon web_graph)

bzr revid: ged@openerp.com-20140409145735-m21t2fzmaepr1hsa

10 years ago[TYPO]
Richard Mathot (OpenERP) [Wed, 9 Apr 2014 14:50:09 +0000 (16:50 +0200)]
[TYPO]

bzr revid: rim@openerp.com-20140409145009-73y20g3ko7c3soq4

10 years ago[REF] code factoring
Richard Mathot (OpenERP) [Wed, 9 Apr 2014 14:45:47 +0000 (16:45 +0200)]
[REF] code factoring

bzr revid: rim@openerp.com-20140409144547-70ujj2ej5tebj06i

10 years ago[FIX] expression: when evaluatoing *like operator, add cast to text to column in...
jba [Wed, 9 Apr 2014 14:43:46 +0000 (16:43 +0200)]
[FIX] expression: when evaluatoing *like operator, add cast to text to column in case of different type

bzr revid: mat@openerp.com-20140409144346-nbn0dno3bs6ozwk5

10 years ago[FIX] validation system: the last things
Richard Mathot (OpenERP) [Wed, 9 Apr 2014 14:42:24 +0000 (16:42 +0200)]
[FIX] validation system: the last things

bzr revid: rim@openerp.com-20140409144224-6b00mnmihe8t1ii7

10 years ago[FIX] analytic_user_function: add missing _rec_name
Martin Trigaux [Wed, 9 Apr 2014 14:29:17 +0000 (16:29 +0200)]
[FIX] analytic_user_function: add missing _rec_name

bzr revid: mat@openerp.com-20140409142917-ueqzyblgh3iwblc0

10 years ago[FIX] invalid option in question form view
Richard Mathot (OpenERP) [Wed, 9 Apr 2014 14:18:53 +0000 (16:18 +0200)]
[FIX] invalid option in question form view

bzr revid: rim@openerp.com-20140409141853-ztj5q5obzlg1dzfk

10 years ago[FIX] validation of MCQ
Richard Mathot (OpenERP) [Wed, 9 Apr 2014 14:13:07 +0000 (16:13 +0200)]
[FIX] validation of MCQ

bzr revid: rim@openerp.com-20140409141307-79q4itmvvauzfg0j

10 years ago[FIX] website: The separator block is not working (no drop zone)
chm@openerp.com [Wed, 9 Apr 2014 14:07:33 +0000 (16:07 +0200)]
[FIX] website: The separator block is not working (no drop zone)

bzr revid: chm@openerp.com-20140409140733-ne0frg4o7b3c1lr0

10 years ago[UNIMP] going back to a text field, waiting for a correct datepicker
Richard Mathot (OpenERP) [Wed, 9 Apr 2014 13:57:13 +0000 (15:57 +0200)]
[UNIMP] going back to a text field, waiting for a correct datepicker

bzr revid: rim@openerp.com-20140409135713-dm09qs525uw6ap9n

10 years ago[FIX] bugs in questions validation
Richard Mathot (OpenERP) [Wed, 9 Apr 2014 13:56:59 +0000 (15:56 +0200)]
[FIX] bugs in questions validation

bzr revid: rim@openerp.com-20140409135659-9m9jqbmcefk5uaou

10 years ago[FIX] registry: stupid typo
Raphael Collet [Wed, 9 Apr 2014 13:52:25 +0000 (15:52 +0200)]
[FIX] registry: stupid typo

bzr revid: rco@openerp.com-20140409135225-6ks1kbuchba7u4li

10 years ago[IMP] edi: use context manager for new cursor
Raphael Collet [Wed, 9 Apr 2014 13:44:40 +0000 (15:44 +0200)]
[IMP] edi: use context manager for new cursor

bzr revid: rco@openerp.com-20140409134440-ylhri8kl6mwv4g2k

10 years ago[FIX] website: Default Url not correct for the button 'contact us' in the block featu...
chm@openerp.com [Wed, 9 Apr 2014 13:41:43 +0000 (15:41 +0200)]
[FIX] website: Default Url not correct for the button 'contact us' in the block features>Button

bzr revid: chm@openerp.com-20140409134143-aoiqbd2aqe78hgyc

10 years ago[FIX] Validation of the answers according to new criteria
Richard Mathot (OpenERP) [Wed, 9 Apr 2014 13:39:09 +0000 (15:39 +0200)]
[FIX] Validation of the answers according to new criteria

bzr revid: rim@openerp.com-20140409133909-8dob25mei52sf7o4

10 years ago[IMP] registry: avoid every direct access registry.db, and rename attribute as regist...
Raphael Collet [Wed, 9 Apr 2014 13:35:15 +0000 (15:35 +0200)]
[IMP] registry: avoid every direct access registry.db, and rename attribute as registry._db

bzr revid: rco@openerp.com-20140409133515-x2ywcm0d2qkdq3hq

10 years ago[TYPO] website: tour for banner
chm@openerp.com [Wed, 9 Apr 2014 13:33:30 +0000 (15:33 +0200)]
[TYPO] website: tour for banner

bzr revid: chm@openerp.com-20140409133330-6ny4oug0hucpzsn8

10 years ago[IMP] lunch: add security rules, it's very impolite to look in other people plates
Martin Trigaux [Wed, 9 Apr 2014 13:10:16 +0000 (15:10 +0200)]
[IMP] lunch: add security rules, it's very impolite to look in other people plates

bzr revid: mat@openerp.com-20140409131016-kzx7scln4daz14xj

10 years ago[IMP] sql_db: simplify TestCursor, given that method execute() does not need overriding
Raphael Collet [Wed, 9 Apr 2014 13:08:25 +0000 (15:08 +0200)]
[IMP] sql_db: simplify TestCursor, given that method execute() does not need overriding

bzr revid: rco@openerp.com-20140409130825-rnc9hqh9t16hqcaq

10 years ago[FIX] portal: portal template should have portal group ONLY (magic number 6 replace...
Denis Ledoux [Wed, 9 Apr 2014 12:47:41 +0000 (14:47 +0200)]
[FIX] portal: portal template should have portal group ONLY (magic number 6 replace current groups by the portal group only)

bzr revid: dle@openerp.com-20140409124741-wsycxwqik41s0hfn

10 years ago[IMP] website: remove transform in modile view and change order menu
chm@openerp.com [Wed, 9 Apr 2014 12:43:21 +0000 (14:43 +0200)]
[IMP] website: remove transform in modile view and change order menu

bzr revid: chm@openerp.com-20140409124321-cwu86whebzuwtz1e

10 years ago[FIX] correctly determines when there is no data to read in graph view (instead of...
Gery Debongnie [Wed, 9 Apr 2014 12:36:28 +0000 (14:36 +0200)]
[FIX] correctly determines when there is no data to read in graph view (instead of the good old crash) (addon web_graph)

bzr revid: ged@openerp.com-20140409123628-erw8dpb2l36l7hu6

10 years ago[MERGE] [IMP] website_blog: layout and usability improvements. This task proposes...
Thibault Delavallée [Wed, 9 Apr 2014 12:35:50 +0000 (14:35 +0200)]
[MERGE] [IMP] website_blog: layout and usability improvements. This task proposes a better layout that eases the reading + smooth transitions between blogs based on suggestions dynamically chosen based on a ranking.

Featuring :
- blog: blog now have a subtitle field
- blog_post: blog post now have a subtitle field, removed shortened content + website_published_datetime (create_date and write_date are sufficient). Added tracking of visits + ranking computation, to select the next post the user will see. Added background-image, that is used to display a cover behind the post title and subtitle. Overall display improvement.
- added new feature that allows a user to tweet selected text on twitter from post.
- added new feature that allows a user to discuss on every paragraph (anonymous user have to give their name and email)
- better blog demo data

Misc:
- website: removed dead code about website_published_datetime that could have been generic but has never been used
- [FIX] website: fixed image controller, do not attempt to read website_published on models that do not have that field

bzr revid: tde@openerp.com-20140409123550-tkrcfvnofxz7ryiz

10 years ago[MERGE] merge from trunk
Gery Debongnie [Wed, 9 Apr 2014 12:12:42 +0000 (14:12 +0200)]
[MERGE] merge from trunk

bzr revid: ged@openerp.com-20140409121242-tod94f8nazphqgwz

10 years ago[MRG] merge with lp:openobject-addons
Turkesh Patel (Open ERP) [Wed, 9 Apr 2014 12:12:19 +0000 (17:42 +0530)]
[MRG] merge with lp:openobject-addons

bzr revid: tpa@tinyerp.com-20140409121219-vls8f4edm6sta49w

10 years ago[IMP] improved code to add link at footer to show all forums, improved serch and...
Turkesh Patel (Open ERP) [Wed, 9 Apr 2014 12:09:56 +0000 (17:39 +0530)]
[IMP] improved code to add link at footer to show all forums, improved serch and then filtering, dont allow user to post comment if dont have 50 karama

bzr revid: tpa@tinyerp.com-20140409120956-9yf4z2x1cxclk0f8

10 years ago[MERGE] merge from trunk
Gery Debongnie [Wed, 9 Apr 2014 11:59:54 +0000 (13:59 +0200)]
[MERGE] merge from trunk

bzr revid: ged@openerp.com-20140409115954-p49pp91tioc3yw9t

10 years ago[CLEAN] website_forum: cleaned manifests before merging
Thibault Delavallée [Wed, 9 Apr 2014 11:54:39 +0000 (13:54 +0200)]
[CLEAN] website_forum: cleaned manifests before merging

bzr revid: tde@openerp.com-20140409115439-jflj09sdvc3d19hv

10 years ago[FIX] pad: pad in readonly when opening form view in edit mode - opw 606208
Anael Closson [Wed, 9 Apr 2014 11:48:25 +0000 (13:48 +0200)]
[FIX] pad: pad in readonly when opening form view in edit mode - opw 606208

bzr revid: acl@openerp.com-20140409114825-t10ps6o7qn7qbd7y

10 years ago[FIX] fix to the previous fix: it should correctly calls the readgroup methods now...
Gery Debongnie [Wed, 9 Apr 2014 10:51:27 +0000 (12:51 +0200)]
[FIX] fix to the previous fix: it should correctly calls the readgroup methods now (addons calendar, idea)

bzr revid: ged@openerp.com-20140409105127-ctn9bl6h5gd62x0x

10 years ago[FIX] add the new 'lazy' keyword argument to the read_group calls inherited in severa...
Gery Debongnie [Wed, 9 Apr 2014 10:42:30 +0000 (12:42 +0200)]
[FIX] add the new 'lazy' keyword argument to the read_group calls inherited in several models (addons calendar, idea, note)

bzr revid: ged@openerp.com-20140409104230-5v0p49ij1wd87qhc

10 years ago[IMP] make TestCursor more robust, and remove some tests on tools.config['test_enable']
Raphael Collet [Wed, 9 Apr 2014 10:33:37 +0000 (12:33 +0200)]
[IMP] make TestCursor more robust, and remove some tests on tools.config['test_enable']

bzr revid: rco@openerp.com-20140409103337-r0a1nx9h8nfg3cn3

10 years ago[FIX] add the 'lazy' parameter to the horrible inherited read_group method in account...
Gery Debongnie [Wed, 9 Apr 2014 10:30:45 +0000 (12:30 +0200)]
[FIX] add the 'lazy' parameter to the horrible inherited read_group method in account report entries (addon account)

bzr revid: ged@openerp.com-20140409103045-d4401h586il3x0ii

10 years ago[FIX]
Vidhin Mehta (OpenERP) [Wed, 9 Apr 2014 10:28:52 +0000 (15:58 +0530)]
[FIX]

bzr revid: vme@tinyerp.com-20140409102852-wzbj1h4l9s94v7fc

10 years ago[IMP]improve comment
Vidhin Mehta (OpenERP) [Wed, 9 Apr 2014 10:12:05 +0000 (15:42 +0530)]
[IMP]improve comment

bzr revid: vme@tinyerp.com-20140409101205-j41ufx8kxh10usf3

10 years ago[FIX] account_asset: copy should not keep history and move lines of previous asset
Martin Trigaux [Wed, 9 Apr 2014 10:06:58 +0000 (12:06 +0200)]
[FIX] account_asset: copy should not keep history and move lines of previous asset

bzr revid: mat@openerp.com-20140409100658-1oj741aw5sne8dtr

10 years ago[FIX] remove logging of false error
Richard Mathot (OpenERP) [Wed, 9 Apr 2014 10:03:13 +0000 (12:03 +0200)]
[FIX] remove logging of false error

bzr revid: rim@openerp.com-20140409100313-zirmih0uzce19v2i

10 years ago[IMP]shows location on days and fixes other bug.
Vidhin Mehta (OpenERP) [Wed, 9 Apr 2014 10:03:10 +0000 (15:33 +0530)]
[IMP]shows location on days and fixes other bug.

bzr revid: vme@tinyerp.com-20140409100310-tiugx0jzxlwdphy6

10 years ago[IMP] document, edi, procurement: use method Registry.cursor() (formerly get_cursor)
Raphael Collet [Wed, 9 Apr 2014 09:56:59 +0000 (11:56 +0200)]
[IMP] document, edi, procurement: use method Registry.cursor() (formerly get_cursor)

bzr revid: rco@openerp.com-20140409095659-sxcgsdbsxvfrzwg4

10 years ago[IMP] registry: now cursor() simply returns a cursor, which may itself be used as...
Raphael Collet [Wed, 9 Apr 2014 09:56:04 +0000 (11:56 +0200)]
[IMP] registry: now cursor() simply returns a cursor, which may itself be used as a context manager

bzr revid: rco@openerp.com-20140409095604-joh9dt0qkma12ykm

10 years ago[IMP] massive optimization of the graph view code: more efficient access to values...
Gery Debongnie [Wed, 9 Apr 2014 09:39:20 +0000 (11:39 +0200)]
[IMP] massive optimization of the graph view code: more efficient access to values and smarter code to avoid reading uselessly many cells (graph view in web_graph)

bzr revid: ged@openerp.com-20140409093920-xqls2o6j6tocgf6l