odoo/odoo.git
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[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[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[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 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[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[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] 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[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[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[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[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[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[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[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[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[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[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]
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[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[FIX] website/tests: fix test_requests by manually switching registry to test mode
Raphael Collet [Wed, 9 Apr 2014 09:24:50 +0000 (11:24 +0200)]
[FIX] website/tests: fix test_requests by manually switching registry to test mode

bzr revid: rco@openerp.com-20140409092450-2r4gx0eggw2p7lch

10 years ago[IMP] track translatable
Fabien Pinckaers [Wed, 9 Apr 2014 08:27:30 +0000 (10:27 +0200)]
[IMP] track translatable

bzr revid: fp@tinyerp.com-20140409082730-0aafeuss3o8ywmkm

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Wed, 9 Apr 2014 07:50:34 +0000 (09:50 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20140409075034-zale7ojgj2fh347l

10 years ago[IMP] mail: jump to the Messaging menu after installation
Thibault Delavallée [Wed, 9 Apr 2014 07:47:30 +0000 (09:47 +0200)]
[IMP] mail: jump to the Messaging menu after installation

bzr revid: tde@openerp.com-20140409074730-eirq7st1ya6g0ooc

10 years ago[MERGE] [IMP] mail: followers widget: Follow button + subtypes are now displayed
Thibault Delavallée [Wed, 9 Apr 2014 07:47:12 +0000 (09:47 +0200)]
[MERGE] [IMP] mail: followers widget: Follow button + subtypes are now displayed
like a button + a dropdown selection for subtypes, reducing the place this widget
takes in the form view.

bzr revid: tde@openerp.com-20140409074712-pn3nqpga1mxaa3ie

10 years ago[IMP] document, edi, procurement: use new method Registry.get_cursor()
Raphael Collet [Wed, 9 Apr 2014 07:09:22 +0000 (09:09 +0200)]
[IMP] document, edi, procurement: use new method Registry.get_cursor()

bzr revid: rco@openerp.com-20140409070922-2lbc6b2llk46n8rg

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 9 Apr 2014 06:12:59 +0000 (06:12 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140409061259-ap1np1ygzq8srd4c

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

bzr revid: chm@openerp.com-20140408154556-e4ud0kzyfcm13iui

10 years ago[MERGE][IMP] Account* reports converted to qweb; Added sale_layout module allowing...
Simon Lejeune [Tue, 8 Apr 2014 15:31:04 +0000 (17:31 +0200)]
[MERGE][IMP] Account* reports converted to qweb; Added sale_layout module allowing to customize sale order and invoice; some refactoring on report module

bzr revid: sle@openerp.com-20140408153104-o6s6766vb2ol0bf1

10 years ago[MERGE] Adapted tests_reports and ir_actions to run the existing yml tests with QWeb...
Simon Lejeune [Tue, 8 Apr 2014 15:25:04 +0000 (17:25 +0200)]
[MERGE] Adapted tests_reports and ir_actions to run the existing yml tests with QWeb reports; Added a ir.qweb.widget model able to format data from a t-esc; Added a monetary qweb widget

bzr revid: sle@openerp.com-20140408152504-mk31kj0s1lhyijir

10 years ago[IMP] http tests: implement a test cursor that keeps a transaction open accross requests
Raphael Collet [Tue, 8 Apr 2014 15:17:36 +0000 (17:17 +0200)]
[IMP] http tests: implement a test cursor that keeps a transaction open accross requests
 - TestCursor subclasses Cursor, and simulates commit and rollback with savepoints
 - the registry manages a test mode, in which it only uses the test cursor
 - a reentrant lock forces the serialization of parallel requests

bzr revid: rco@openerp.com-20140408151736-j0guy68i2wjexy3d

10 years ago[MERGE] Sync with trunk, to have last fixes
Thibault Delavallée [Tue, 8 Apr 2014 15:12:53 +0000 (17:12 +0200)]
[MERGE] Sync with trunk, to have last fixes

bzr revid: tde@openerp.com-20140408151253-sabtrlt79uj31stw

10 years ago[FIX] journal report: pass correct args to display_currency
Simon Lejeune [Tue, 8 Apr 2014 15:08:19 +0000 (17:08 +0200)]
[FIX] journal report: pass correct args to display_currency

bzr revid: sle@openerp.com-20140408150819-fcuve94ecyrqf17k

10 years ago[FIX] sale_layout: inherit the right view
Simon Lejeune [Tue, 8 Apr 2014 14:41:31 +0000 (16:41 +0200)]
[FIX] sale_layout: inherit the right view

bzr revid: sle@openerp.com-20140408144131-fqjb6ntspah6f1hm

10 years ago[MERGE] trunk
Simon Lejeune [Tue, 8 Apr 2014 14:37:56 +0000 (16:37 +0200)]
[MERGE] trunk

bzr revid: sle@openerp.com-20140408143756-n9om5ewuttpystt8

10 years ago[FIX] fixes an incorrect call to read_group (addon gamification)
Gery Debongnie [Tue, 8 Apr 2014 13:52:19 +0000 (15:52 +0200)]
[FIX] fixes an incorrect call to read_group (addon gamification)

bzr revid: ged@openerp.com-20140408135219-95sdjix3yzs2ig83

10 years ago[MERGE] trunk
Simon Lejeune [Tue, 8 Apr 2014 13:51:37 +0000 (15:51 +0200)]
[MERGE] trunk

bzr revid: sle@openerp.com-20140407133627-36iijkx89552bwa0
bzr revid: sle@openerp.com-20140407174628-24wysrr3g8x0fijd
bzr revid: sle@openerp.com-20140408135137-0ficpzark3mjys9r

10 years ago[IMP] Report: renamed 'render_doc' method as 'translate_doc' for better understanding...
Simon Lejeune [Tue, 8 Apr 2014 13:49:53 +0000 (15:49 +0200)]
[IMP] Report: renamed 'render_doc' method as 'translate_doc' for better understanding and added it a 'lang_field' attribute to explicitely set the lang. Adapted report_invoice, report_saleorder, report_overdue and report_intrastatinvoice this way.

bzr revid: sle@openerp.com-20140408134953-vql9ft8cosoanixt

10 years ago[MERGE] this branch rewrite the data loading code from graph view to use the new...
Gery Debongnie [Tue, 8 Apr 2014 13:49:17 +0000 (15:49 +0200)]
[MERGE] this branch rewrite the data loading code from graph view to use the new 'eager' feature of read_group.

It should improve the graph view performance in a big way (very low number of read_group requests, and that number does not depend on the amount of data)

bzr revid: ged@openerp.com-20140408134917-y0gdmrxa4uzhz9bb

10 years ago[IMP] website_blog: always have a next_post, even a visited one, it you have at least
Thibault Delavallée [Tue, 8 Apr 2014 13:47:28 +0000 (15:47 +0200)]
[IMP] website_blog: always have a next_post, even a visited one, it you have at least
2 posts.

bzr revid: tde@openerp.com-20140408134728-fy4mbsuetwksa76v

10 years ago[MERGE] complete refactoring of read_group method in orm.py. In bonus, it now can...
Gery Debongnie [Tue, 8 Apr 2014 13:46:07 +0000 (15:46 +0200)]
[MERGE] complete refactoring of read_group method in orm.py.  In bonus, it now can work in 'lazy' or 'eager' mode (lazy by default), which is an important feature for the graph view.

bzr revid: ged@openerp.com-20140408134607-hejp8d584nwkgw0w

10 years ago[IMP] website_blog: enable_editor + slugify URLs in order to be directly
Thibault Delavallée [Tue, 8 Apr 2014 13:41:15 +0000 (15:41 +0200)]
[IMP] website_blog: enable_editor + slugify URLs in order to be directly
in edit mode when creating a new blog.

bzr revid: tde@openerp.com-20140408134115-125vtpmtikdd2u26

10 years ago[MERGE] from trunk
chm@openerp.com [Tue, 8 Apr 2014 13:24:12 +0000 (15:24 +0200)]
[MERGE] from trunk

bzr revid: chm@openerp.com-20140408132412-7ofhd87laj3uoazj

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Tue, 8 Apr 2014 13:13:47 +0000 (15:13 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20140408131347-uo0ahmypbxhlx7vv

10 years ago[IMP] registry: add method get_cursor() to simply retrieve a new cursor, and refactor...
Raphael Collet [Tue, 8 Apr 2014 12:51:22 +0000 (14:51 +0200)]
[IMP] registry: add method get_cursor() to simply retrieve a new cursor, and refactor code to use it

bzr revid: rco@openerp.com-20140408125122-ki0zmin3m21k2itd

10 years ago[IMP] simplifies the readgroup code to select order by (orm.py)
Gery Debongnie [Tue, 8 Apr 2014 12:24:17 +0000 (14:24 +0200)]
[IMP] simplifies the readgroup code to select order by (orm.py)

bzr revid: ged@openerp.com-20140408122417-y75wp0plyloiamuy

10 years ago[MERGE] trunk
Simon Lejeune [Tue, 8 Apr 2014 12:11:01 +0000 (14:11 +0200)]
[MERGE] trunk

bzr revid: sle@openerp.com-20140408121101-ya7omkuobf5b8r6p

10 years ago[IMP] tests.common: turn class methods into instance methods (this will ease some...
Raphael Collet [Tue, 8 Apr 2014 11:49:36 +0000 (13:49 +0200)]
[IMP] tests.common: turn class methods into instance methods (this will ease some future refactoring)

bzr revid: rco@openerp.com-20140408114936-jfagg4qvft8bk3ms

10 years ago[IMP] website: media editor: don't display id in error message
chm@openerp.com [Tue, 8 Apr 2014 09:53:43 +0000 (11:53 +0200)]
[IMP] website: media editor: don't display id in error message

bzr revid: chm@openerp.com-20140408095343-bg9348ieabf3ayp8

10 years ago[IMP] website: media editor: change button on keyup
chm@openerp.com [Tue, 8 Apr 2014 09:47:03 +0000 (11:47 +0200)]
[IMP] website: media editor: change button on keyup

bzr revid: chm@openerp.com-20140408094703-7qayghtm88qku3jz

10 years ago[IMP] registry: switch for a dummy lock only during the execution of http tests
Raphael Collet [Tue, 8 Apr 2014 09:45:13 +0000 (11:45 +0200)]
[IMP] registry: switch for a dummy lock only during the execution of http tests

bzr revid: rco@openerp.com-20140408094513-ahtwod1q17ijohbg

10 years ago[IMP] website: media editor: placeholder and preview
chm@openerp.com [Tue, 8 Apr 2014 09:36:48 +0000 (11:36 +0200)]
[IMP] website: media editor: placeholder and preview

bzr revid: chm@openerp.com-20140408093648-zcx3nj5k068ejrb4

10 years ago[MERGE] merge from trunk
Gery Debongnie [Tue, 8 Apr 2014 09:10:12 +0000 (11:10 +0200)]
[MERGE] merge from trunk

bzr revid: ged@openerp.com-20140408091012-er2w4grf2cfoqrto

10 years ago[MERGE] merge from trunk
Gery Debongnie [Tue, 8 Apr 2014 09:08:52 +0000 (11:08 +0200)]
[MERGE] merge from trunk

bzr revid: ged@openerp.com-20140407080642-b51z9j9cryb72tpc
bzr revid: ged@openerp.com-20140408090852-xmfi9nwd2lzsfbza

10 years ago[MERGE] merge from trunk
Gery Debongnie [Tue, 8 Apr 2014 09:06:18 +0000 (11:06 +0200)]
[MERGE] merge from trunk

bzr revid: ged@openerp.com-20140408090618-vs4e9c9ckhat9aem

10 years ago[IMP] change the regex matching orders in orm.py to accept field:interval. This...
Gery Debongnie [Tue, 8 Apr 2014 09:04:18 +0000 (11:04 +0200)]
[IMP] change the regex matching orders in orm.py to accept field:interval.  This simplifies the code in _check_qorder (no need to compute the raw field name)

bzr revid: ged@openerp.com-20140408090418-5yjnfp6axumytmrq

10 years ago[FIX] website media editor: next previous
chm@openerp.com [Tue, 8 Apr 2014 08:42:37 +0000 (10:42 +0200)]
[FIX] website media editor: next previous

bzr revid: chm@openerp.com-20140408084237-y8yh8cb1gsv94gbo

10 years ago[IMP] website: add Rounded Border, Box, Circle, Shadow to transform snippet
chm@openerp.com [Tue, 8 Apr 2014 08:26:49 +0000 (10:26 +0200)]
[IMP] website: add Rounded Border, Box, Circle, Shadow to transform snippet

bzr revid: chm@openerp.com-20140408082649-1z79gagload02ol0

10 years ago[IMP] add and fix the documentation on some helper methods in read_group. (orm.py)
Gery Debongnie [Tue, 8 Apr 2014 08:20:29 +0000 (10:20 +0200)]
[IMP] add and fix the documentation on some helper methods in read_group. (orm.py)

bzr revid: ged@openerp.com-20140408082029-pmdzkbak0zjvs8jw

10 years ago[FIX] res_partner demo data: fixed email address, using a symbol not valid for
Thibault Delavallée [Tue, 8 Apr 2014 08:16:48 +0000 (10:16 +0200)]
[FIX] res_partner demo data: fixed email address, using a symbol not valid for
an email address.

bzr revid: tde@openerp.com-20140408081648-5au34720s2m4izm6

10 years ago[IMP] improves the helper function _read_group_format_result so that it is slightly...
Gery Debongnie [Tue, 8 Apr 2014 07:38:13 +0000 (09:38 +0200)]
[IMP] improves the helper function _read_group_format_result so that it is slightly faster (orm.py)

bzr revid: ged@openerp.com-20140408073813-8z23fun5274fvqaa

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 8 Apr 2014 06:18:31 +0000 (06:18 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140408061831-7wnnz72jgait29og

10 years ago[FIX] base_gengo: don't skipp terms in gengo communication because of their state...
Quentin (OpenERP) [Mon, 7 Apr 2014 17:46:21 +0000 (19:46 +0200)]
[FIX] base_gengo: don't skipp terms in gengo communication because of their state may have changed in the meanwhile (so using offset+limit in a serach at each loop is not a good idea)

bzr revid: qdp-launchpad@openerp.com-20140407174621-m9cv56gonoga4zh0

10 years ago[MERGE] trunk
Simon Lejeune [Mon, 7 Apr 2014 17:45:34 +0000 (19:45 +0200)]
[MERGE] trunk

bzr revid: sle@openerp.com-20140407174534-pk6b5lozvik78fom

10 years ago[FIX] ir_actions: add missing comma
Christophe Simonis [Mon, 7 Apr 2014 16:54:55 +0000 (18:54 +0200)]
[FIX] ir_actions: add missing comma

bzr revid: chs@openerp.com-20140407165455-0zbsl1omgvw9e5ta

10 years ago[FIX] website: media editor fix saved trigger
chm@openerp.com [Mon, 7 Apr 2014 16:33:37 +0000 (18:33 +0200)]
[FIX] website: media editor fix saved trigger

bzr revid: chm@openerp.com-20140407163337-3a3d3kt5l2nmm3gn

10 years ago[MERGE] forward port of branch saas-3 up to revid 9380 chs@openerp.com-20140407144439...
Christophe Simonis [Mon, 7 Apr 2014 16:33:18 +0000 (18:33 +0200)]
[MERGE] forward port of branch saas-3 up to revid 9380 chs@openerp.com-20140407144439-10n8fs6zovodwwtx

bzr revid: chs@openerp.com-20140407163318-hh3jwfkj3o2c83lk

10 years ago[MERGE] forward port of branch saas-3 up to revid 3995 chs@openerp.com-20140407144625...
Christophe Simonis [Mon, 7 Apr 2014 16:17:28 +0000 (18:17 +0200)]
[MERGE] forward port of branch saas-3 up to revid 3995 chs@openerp.com-20140407144625-jfimvsx4mgrkztqv

bzr revid: chs@openerp.com-20140407161728-ccudwnqo970ac8ay

10 years ago[MERGE] forward port of branch saas-3 up to revid 5112 chs@openerp.com-20140407144238...
Christophe Simonis [Mon, 7 Apr 2014 16:05:48 +0000 (18:05 +0200)]
[MERGE] forward port of branch saas-3 up to revid 5112 chs@openerp.com-20140407144238-3s38zadkh7yxpdy7

bzr revid: chs@openerp.com-20140407160548-ttuc877kknuycoqw

10 years ago[FIX] regression when fixing specific paperformat argument on a template
Simon Lejeune [Mon, 7 Apr 2014 15:15:15 +0000 (17:15 +0200)]
[FIX] regression when fixing specific paperformat argument on a template

bzr revid: sle@openerp.com-20140407151515-dxdxjt60ld7jn2cs

10 years ago[FIX] website: media editor: add image with topbar
chm@openerp.com [Mon, 7 Apr 2014 14:49:14 +0000 (16:49 +0200)]
[FIX] website: media editor: add image with topbar

bzr revid: chm@openerp.com-20140407144914-50wblp9teywr8wk2

10 years ago[FIX] accont bank statement balance: do not crash if balance is None
Simon Lejeune [Mon, 7 Apr 2014 14:48:20 +0000 (16:48 +0200)]
[FIX] accont bank statement balance: do not crash if balance is None

bzr revid: sle@openerp.com-20140407144820-21qlpvd3ik42i78d

10 years ago[MERGE] forward port of branch 7.0 up to revid 4169 mat@openerp.com-20140407120612...
Christophe Simonis [Mon, 7 Apr 2014 14:46:25 +0000 (16:46 +0200)]
[MERGE] forward port of branch 7.0 up to revid 4169 mat@openerp.com-20140407120612-mjb08yts2oa4k4jz

bzr revid: chs@openerp.com-20140407144439-10n8fs6zovodwwtx
bzr revid: chs@openerp.com-20140407144625-jfimvsx4mgrkztqv

10 years ago[MERGE] forward port of branch 7.0 up to revid 5275 odo@openerp.com-20140407105740...
Christophe Simonis [Mon, 7 Apr 2014 14:42:38 +0000 (16:42 +0200)]
[MERGE] forward port of branch 7.0 up to revid 5275 odo@openerp.com-20140407105740-elbz311w5u9e8eos

bzr revid: chs@openerp.com-20140407144238-3s38zadkh7yxpdy7

10 years ago[IMP] removes useless calls to field_get and replace them by self._all_columns in...
Gery Debongnie [Mon, 7 Apr 2014 13:39:31 +0000 (15:39 +0200)]
[IMP] removes useless calls to field_get and replace them by self._all_columns in read_group method (orm.py).

bzr revid: ged@openerp.com-20140407133931-hrf9dmdj2fx050ww