odoo/odoo.git
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[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[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]:improve remove tag as space in ask question and edit question
Sunil Sharma [Mon, 7 Apr 2014 13:35:09 +0000 (19:05 +0530)]
[imp]:improve remove tag as space in ask question and edit question

bzr revid: ssh@tinyerp.com-20140407133509-cmeyb8xt7z9xkuaj

10 years ago[IMP] added dependancy of auth_signup module for signup, make signup by default tru...
Turkesh Patel (Open ERP) [Mon, 7 Apr 2014 11:56:50 +0000 (17:26 +0530)]
[IMP] added dependancy of auth_signup module for signup, make signup by default tru, show favourite questions on user profile.

bzr revid: tpa@tinyerp.com-20140407115650-5qr23bn7taj1mwzt

10 years ago[IMP] remove unnecessary changes
Turkesh Patel (Open ERP) [Mon, 7 Apr 2014 08:42:28 +0000 (14:12 +0530)]
[IMP] remove unnecessary changes

bzr revid: tpa@tinyerp.com-20140407084228-cbrh043cqn8oryvq

10 years ago[MRG] merge with lp:openobject-addons
Turkesh Patel (Open ERP) [Mon, 7 Apr 2014 07:22:07 +0000 (12:52 +0530)]
[MRG] merge with lp:openobject-addons

bzr revid: tpa@tinyerp.com-20140407072207-dnlxhox092f1aji6

10 years ago[ADD] added functionality to make question favourite, and improved some code
Turkesh Patel (Open ERP) [Mon, 7 Apr 2014 07:20:32 +0000 (12:50 +0530)]
[ADD] added functionality to make question favourite, and improved some code

bzr revid: tpa@tinyerp.com-20140407072032-tf6wjo51ibb95nw0

10 years ago[imp]:View user flag
Sunil Sharma [Mon, 7 Apr 2014 06:22:05 +0000 (11:52 +0530)]
[imp]:View user flag

bzr revid: ssh@tinyerp.com-20140407062205-cue7qq8c2la62fn7

10 years ago[IMP] button snippet
Fabien Pinckaers [Sun, 6 Apr 2014 13:25:19 +0000 (15:25 +0200)]
[IMP] button snippet

bzr revid: fp@tinyerp.com-20140406132519-eookdnec20c6sg20

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20140405053045-3cts3jqyeqsu0x57

10 years ago[IMP] web_graph: when exporting to xls, export float data as raw instead of string
Martin Trigaux [Fri, 4 Apr 2014 15:47:26 +0000 (17:47 +0200)]
[IMP] web_graph: when exporting to xls, export float data as raw instead of string

bzr revid: mat@openerp.com-20140404154726-n5dm2fhan6liem01

10 years ago[FIX] skip undefined and keep formating as empty string
Martin Trigaux [Fri, 4 Apr 2014 15:17:39 +0000 (17:17 +0200)]
[FIX] skip undefined and keep formating as empty string

bzr revid: mat@openerp.com-20140404151739-u61resk70xoih5he

10 years ago[MRG] merge with lp:openobject-addons
Turkesh Patel (Open ERP) [Fri, 4 Apr 2014 13:18:01 +0000 (18:48 +0530)]
[MRG] merge with lp:openobject-addons

bzr revid: tpa@tinyerp.com-20140404131801-k6bkbdsjhscvx2cv

10 years ago[MERGE] [IMP] payment modules: added provider selection field that is different from...
Thibault Delavallée [Fri, 4 Apr 2014 12:59:31 +0000 (14:59 +0200)]
[MERGE] [IMP] payment modules: added provider selection field that is different from the name. This allows to distinguish name and provider. Provider is a more technical field, used to call some specific methods (<provider>_method_name). The name field is used for display on the website.

Added name on payment.transaction views.

Added sale_order_id field on transaction form view; the field is already present and used but was not displayed.

Transfer is now called Wire Transfer.

Code and views udpated accordingly.

bzr revid: tde@openerp.com-20140404125931-msfyk21jx3gsyfj6

10 years ago[MERGE] [IMP] event: store number of seat used to avoid unnecessary computations...
Martin Trigaux [Fri, 4 Apr 2014 12:17:35 +0000 (14:17 +0200)]
[MERGE] [IMP] event: store number of seat used to avoid unnecessary computations (performance improvement)

bzr revid: mat@openerp.com-20140404121735-dtfc79y7ax9qwx6e

10 years ago[FIX] website_sale: fixed post_msg, display only when having it (may have False,...
Thibault Delavallée [Fri, 4 Apr 2014 10:49:18 +0000 (12:49 +0200)]
[FIX] website_sale: fixed post_msg, display only when having it (may have False, None, ..)

bzr revid: tde@openerp.com-20140404104918-cyszi1l333173d1t

10 years ago[IMP] improved code to change background of answer when accepted.
Turkesh Patel (Open ERP) [Fri, 4 Apr 2014 10:40:37 +0000 (16:10 +0530)]
[IMP] improved code to change background of answer when accepted.

bzr revid: tpa@tinyerp.com-20140404104037-lfyrfo896v9u3hnb

10 years ago[IMP] event: performance improvement for event with large amount of registration.
Anael Closson [Fri, 4 Apr 2014 10:09:56 +0000 (12:09 +0200)]
[IMP] event: performance improvement for event with large amount of registration.

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

bzr revid: acl@openerp.com-20140404100956-epbv1o3fq63l1n5f

10 years ago[FIX] website_sale: fixed stupid test usign a title
Thibault Delavallée [Fri, 4 Apr 2014 09:49:55 +0000 (11:49 +0200)]
[FIX] website_sale: fixed stupid test usign a title

bzr revid: tde@openerp.com-20140404094955-51zhadhaavpjvkzl

10 years ago[IMP] improvedd code to set proper colour on voted thumb and accepted answer.
Turkesh Patel (Open ERP) [Fri, 4 Apr 2014 09:22:12 +0000 (14:52 +0530)]
[IMP] improvedd code to set proper colour on voted thumb and accepted answer.

bzr revid: tpa@tinyerp.com-20140404092212-7ey70f7dywtox0zc

10 years ago[IMP] web_graph: when exporting to xls, export float data as raw instead of string
Martin Trigaux [Fri, 4 Apr 2014 08:55:04 +0000 (10:55 +0200)]
[IMP] web_graph: when exporting to xls, export float data as raw instead of string

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

bzr revid: mat@openerp.com-20140404085504-t9np8xok33rb0mow

10 years ago[FIX] website_sale: fixed tour
Thibault Delavallée [Fri, 4 Apr 2014 08:50:12 +0000 (10:50 +0200)]
[FIX] website_sale: fixed tour

bzr revid: tde@openerp.com-20140404085012-2h658158mm4ydkpq

10 years ago[IMP] payment_transfer: Transfer -> Wire Transfer + updated test
Thibault Delavallée [Fri, 4 Apr 2014 08:45:28 +0000 (10:45 +0200)]
[IMP] payment_transfer: Transfer -> Wire Transfer + updated test

bzr revid: tde@openerp.com-20140404084528-sfdeyj7sl6dq4tm1

10 years ago[IMP] payment: added name on transaction views
Thibault Delavallée [Fri, 4 Apr 2014 08:44:41 +0000 (10:44 +0200)]
[IMP] payment: added name on transaction views

bzr revid: tde@openerp.com-20140404084441-ctto8puzy6otopst

10 years ago[ADD] website_sale: added inherit of the transaction
Thibault Delavallée [Fri, 4 Apr 2014 08:44:20 +0000 (10:44 +0200)]
[ADD] website_sale: added inherit of the transaction
form view to display the sale_order_id field.

bzr revid: tde@openerp.com-20140404084420-hhe0yd9npf8vox5h

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Fri, 4 Apr 2014 08:22:28 +0000 (10:22 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20140404082228-g7g3b2ju06meqvq4

10 years ago[IMP] improved css and sass file
Turkesh Patel (Open ERP) [Fri, 4 Apr 2014 07:18:55 +0000 (12:48 +0530)]
[IMP] improved css and sass file

bzr revid: tpa@tinyerp.com-20140404071855-b7gn87tmx5rc6yll

10 years ago[IMP] improved code and view, fixed some issue to view commnet, show acceped answer...
Turkesh Patel (Open ERP) [Fri, 4 Apr 2014 07:10:43 +0000 (12:40 +0530)]
[IMP] improved code and view, fixed some issue to view commnet, show acceped answer in list,tag issue

bzr revid: tpa@tinyerp.com-20140404071043-n6x0wv6qyi1pdmav

10 years ago[FIX] increase js test timeout to 60
Antony Lesuisse [Thu, 3 Apr 2014 13:41:09 +0000 (15:41 +0200)]
[FIX] increase js test timeout to 60
when runbot is overloaded, test speed can be slow, 2s per HTTP request

bzr revid: al@openerp.com-20140403134109-nzg71xmybw1p5bsi

10 years ago[FIX] setup.py: correct included packages in py2exe options
Christophe Simonis [Thu, 3 Apr 2014 12:31:44 +0000 (14:31 +0200)]
[FIX] setup.py: correct included packages in py2exe options

bzr revid: nightly_server-20140403123144-pm4dqs04dbfmv1p8

10 years ago[IMP] Tracks: alphabetic order
Fabien Pinckaers [Thu, 3 Apr 2014 07:25:48 +0000 (09:25 +0200)]
[IMP] Tracks: alphabetic order

bzr revid: fp@tinyerp.com-20140403072548-y4823lyjuovl5neu

10 years ago[IMP] improved date format.
Turkesh Patel (Open ERP) [Thu, 3 Apr 2014 06:59:58 +0000 (12:29 +0530)]
[IMP] improved date format.

bzr revid: tpa@tinyerp.com-20140403065958-nxgid281vzykqwlk

10 years ago[IMP] remove commented code, improve indentation
Turkesh Patel (Open ERP) [Wed, 2 Apr 2014 12:26:59 +0000 (17:56 +0530)]
[IMP] remove commented code, improve indentation

bzr revid: tpa@tinyerp.com-20140402122659-voev4rolm6ynvhxa

10 years ago[IMP] allow user to close own question
Turkesh Patel (Open ERP) [Wed, 2 Apr 2014 12:13:32 +0000 (17:43 +0530)]
[IMP] allow user to close own question

bzr revid: tpa@tinyerp.com-20140402121332-x38klcyg90245uua

10 years ago[IMP] improved code.
Turkesh Patel (Open ERP) [Wed, 2 Apr 2014 12:04:22 +0000 (17:34 +0530)]
[IMP] improved code.

bzr revid: tpa@tinyerp.com-20140402120422-qp02ywvki17ruzcp

10 years ago[IMP] improved code
Turkesh Patel (Open ERP) [Wed, 2 Apr 2014 10:47:43 +0000 (16:17 +0530)]
[IMP] improved code

bzr revid: tpa@tinyerp.com-20140402104743-qn0vj5o147l0c81d

10 years ago[FIX] ged's fp-style merge
Xavier Morel [Wed, 2 Apr 2014 09:42:43 +0000 (11:42 +0200)]
[FIX] ged's fp-style merge

bzr revid: xmo@openerp.com-20140402094243-63p5lbcmx8h9ih3b

10 years ago[IMP] improved code to handle error when user email address is not given
Turkesh Patel (Open ERP) [Wed, 2 Apr 2014 09:25:49 +0000 (14:55 +0530)]
[IMP] improved code to handle error when user email address is not given

bzr revid: tpa@tinyerp.com-20140402092549-vrvchbmlpkaq4p80

10 years ago[FIX] fixes an alignment issue in the template definitions (addon web)
Gery Debongnie [Wed, 2 Apr 2014 08:37:17 +0000 (10:37 +0200)]
[FIX] fixes an alignment issue in the template definitions (addon web)

bzr revid: ged@openerp.com-20140402083717-y3p22u2e47d60bbt

10 years ago[MERGE] merge from trunk
Gery Debongnie [Wed, 2 Apr 2014 08:01:14 +0000 (10:01 +0200)]
[MERGE] merge from trunk

bzr revid: ged@openerp.com-20140402080114-dlody276p3xrmyvq

10 years ago[MRG] merge with lp:openobject-addons
Turkesh Patel (Open ERP) [Wed, 2 Apr 2014 05:57:38 +0000 (11:27 +0530)]
[MRG] merge with lp:openobject-addons

bzr revid: tpa@tinyerp.com-20140402055738-4h42mws9ysmo123i

10 years ago[IMP] added template for vote
Turkesh Patel (Open ERP) [Wed, 2 Apr 2014 05:55:36 +0000 (11:25 +0530)]
[IMP] added template for vote

bzr revid: tpa@tinyerp.com-20140402055536-3q6imucndnermc23

10 years ago[IMP] kanban of documents for recruitement attachments
Fabien Pinckaers [Tue, 1 Apr 2014 16:47:00 +0000 (18:47 +0200)]
[IMP] kanban of documents for recruitement attachments

bzr revid: fp@tinyerp.com-20140401164700-xj1d5hn9zv8morfu

10 years ago[IMP] kanban view for ir.attachments
Fabien Pinckaers [Tue, 1 Apr 2014 16:43:22 +0000 (18:43 +0200)]
[IMP] kanban view for ir.attachments

bzr revid: fp@tinyerp.com-20140401164322-fq3r0pt6idkoobxx

10 years ago[FIX] project, project_issue: overwritten method on_change template, wrong signature...
Denis Ledoux [Tue, 1 Apr 2014 14:42:05 +0000 (16:42 +0200)]
[FIX] project, project_issue: overwritten method on_change template, wrong signature, following commit 9277 revid:dle@openerp.com-20140401123657-ozh4ycx36jojpg51

bzr revid: dle@openerp.com-20140401144205-cmm5vfzlpsro0f7j

10 years ago[IMP] improved code to raise warning on accepting anser.
Turkesh Patel (Open ERP) [Tue, 1 Apr 2014 13:28:06 +0000 (18:58 +0530)]
[IMP] improved code to raise warning on accepting anser.

bzr revid: tpa@tinyerp.com-20140401132806-102jkjwxj2esukcr

10 years ago[FIX] account_analytic_analysis, analytic, hr_timesheet: do not override existing...
Denis Ledoux [Tue, 1 Apr 2014 12:36:57 +0000 (14:36 +0200)]
[FIX] account_analytic_analysis, analytic, hr_timesheet: do not override existing data of analytic account on template on_change

bzr revid: dle@openerp.com-20140401123657-ozh4ycx36jojpg51

10 years ago[FIX] export: Excel data should be in raw format to be handle correctly.
Martin Trigaux [Tue, 1 Apr 2014 12:33:37 +0000 (14:33 +0200)]
[FIX] export: Excel data should be in raw format to be handle correctly.

Require server revision 5159 adding attribute raw_data in __export_row method.

bzr revid: mat@openerp.com-20140401123337-a5kwc3tfjzww54g5

10 years ago[IMP] remove useless import
Martin Trigaux [Tue, 1 Apr 2014 12:30:52 +0000 (14:30 +0200)]
[IMP] remove useless import

bzr revid: mat@openerp.com-20140401123052-01ylsjx5q3vkoxbq

10 years ago[ADD] orm: Allow to export data in raw format instead of all string.
Martin Trigaux [Tue, 1 Apr 2014 12:29:42 +0000 (14:29 +0200)]
[ADD] orm: Allow to export data in raw format instead of all string.

This is useful for exports in MS Excel format which needs raw data to handle correctly the number and dates.

bzr revid: mat@openerp.com-20140401122942-sn08ukk9x9e0kkos

10 years ago[IMP] improved code.
Turkesh Patel (Open ERP) [Tue, 1 Apr 2014 11:57:27 +0000 (17:27 +0530)]
[IMP] improved code.

bzr revid: tpa@tinyerp.com-20140401115727-scumxfkue2cyqa3f

10 years ago[MERGE] [IMP] website_blog: use a helper to generate the various URLs of blogs (using...
Thibault Delavallée [Tue, 1 Apr 2014 10:33:57 +0000 (12:33 +0200)]
[MERGE] [IMP] website_blog: use a helper to generate the various URLs of blogs (using date, tags, blog, post, ...) + updated templates accordingly. This branch also fixes numerous bugs with URLs, notably Archives URLs that were completely buggy.

Also fixed strangely coded domain generation in blog route.

bzr revid: tde@openerp.com-20140401103357-4evyqh5rws2q475b

10 years ago[FIX] convert datetime to date in case of date field
Martin Trigaux [Tue, 1 Apr 2014 10:08:19 +0000 (12:08 +0200)]
[FIX] convert datetime to date in case of date field

bzr revid: mat@openerp.com-20140401100819-k092i48lefozmdxb

10 years ago[FIX] default is False, style format is different than DEFAULT_SERVER_DATE{TIME}_FORM...
Martin Trigaux [Tue, 1 Apr 2014 10:07:52 +0000 (12:07 +0200)]
[FIX] default is False, style format is different than DEFAULT_SERVER_DATE{TIME}_FORMAT, datetime is instance of date

bzr revid: mat@openerp.com-20140401100752-twixfgj2gmggy922

10 years ago[FIX] website_blog: who wrote such stupid domains ?
Thibault Delavallée [Tue, 1 Apr 2014 09:54:30 +0000 (11:54 +0200)]
[FIX] website_blog: who wrote such stupid domains ?

bzr revid: tde@openerp.com-20140401095430-tn2i94o1bmdvevgd

10 years ago[ADD] website: template reset confirmation
Fabien Meghazi [Tue, 1 Apr 2014 09:42:33 +0000 (11:42 +0200)]
[ADD] website: template reset confirmation

bzr revid: fme@openerp.com-20140401094233-9zcuc915l56a7h1h

10 years ago[CLEAN] website_blog :code cleaning in added code
Thibault Delavallée [Tue, 1 Apr 2014 09:28:26 +0000 (11:28 +0200)]
[CLEAN] website_blog :code cleaning in added code

bzr revid: tde@openerp.com-20140401092826-gf9f365bn4wu8mk3

10 years ago[IMP] website_blog: use 2 different URL schemes (post and blog), to ease url use...
Thibault Delavallée [Tue, 1 Apr 2014 09:20:26 +0000 (11:20 +0200)]
[IMP] website_blog: use 2 different URL schemes (post and blog), to ease url use in templates

bzr revid: tde@openerp.com-20140401092026-2patc88e0xu6ghyx

10 years ago[FIX] export: negation issue
Martin Trigaux [Tue, 1 Apr 2014 09:03:16 +0000 (11:03 +0200)]
[FIX] export: negation issue

bzr revid: mat@openerp.com-20140401090316-qog5uv6txyx46awi

10 years ago[ADD] added code to chek user have enough karma of not to add image or link.
Turkesh Patel (Open ERP) [Tue, 1 Apr 2014 08:46:31 +0000 (14:16 +0530)]
[ADD] added code to chek user have enough karma of not to add image or link.

bzr revid: tpa@tinyerp.com-20140401084631-41ezq2jy9r7ln6sx

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Tue, 1 Apr 2014 08:43:04 +0000 (10:43 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20140401084304-mnbcx1agdzdptyyf

10 years ago[MERGE] website_gengo branch merged, offering the possiblity to translate the website...
Quentin (OpenERP) [Tue, 1 Apr 2014 07:39:53 +0000 (09:39 +0200)]
[MERGE] website_gengo branch merged, offering the possiblity to translate the website using Gengo

bzr revid: qdp-launchpad@openerp.com-20140401073953-p46kottwmk9buhor

10 years ago[MRG] merge with lp:openobject-addons
Turkesh Patel (Open ERP) [Tue, 1 Apr 2014 06:51:37 +0000 (12:21 +0530)]
[MRG] merge with lp:openobject-addons

bzr revid: tpa@tinyerp.com-20140401065137-v2cj53qa1184b7vv

10 years ago[IMP] improved code
Turkesh Patel (Open ERP) [Tue, 1 Apr 2014 06:50:36 +0000 (12:20 +0530)]
[IMP] improved code

bzr revid: tpa@tinyerp.com-20140401065036-085uuq7k8eivr5wn

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20140401053916-5sh5hkd0k7j4q6pu
bzr revid: launchpad_translations_on_behalf_of_openerp-20140401061016-u413ch6j6f64dd4m

10 years ago[IMP]improved Arabic Language Code in base_gengo
Parth Gajjar (Open ERP) [Tue, 1 Apr 2014 05:45:18 +0000 (11:15 +0530)]
[IMP]improved Arabic Language Code in base_gengo

bzr revid: pga@tinyerp.com-20140401054518-jhw4t5noxsmju9rt

10 years ago[FIX] website_blog: remove create_date from demo data
chm@openerp.com [Mon, 31 Mar 2014 15:56:03 +0000 (17:56 +0200)]
[FIX] website_blog: remove create_date from demo data

bzr revid: chm@openerp.com-20140331155603-02fhk4sscvfxpc55

10 years ago[IMP] website_blog: url helper defintiion + use; still blog posts to fix.
Thibault Delavallée [Mon, 31 Mar 2014 15:27:11 +0000 (17:27 +0200)]
[IMP] website_blog: url helper defintiion + use; still blog posts to fix.

bzr revid: tde@openerp.com-20140331152711-yg34m7klexuu6v8t

10 years ago[FIX] export: Excel data should be in raw format to be handle correctly
Martin Trigaux [Mon, 31 Mar 2014 15:17:49 +0000 (17:17 +0200)]
[FIX] export: Excel data should be in raw format to be handle correctly

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

bzr revid: mat@openerp.com-20140331151749-cx333j01f1hw5ya8

10 years ago[ADD] orm: add the possibility to export in raw format instead of all string
Martin Trigaux [Mon, 31 Mar 2014 15:17:43 +0000 (17:17 +0200)]
[ADD] orm: add the possibility to export in raw format instead of all string

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

bzr revid: mat@openerp.com-20140331151743-94sk4xd7cr3dzn8m

10 years ago[FIX] website_blog: order of blog_post must be by create_date
chm@openerp.com [Mon, 31 Mar 2014 14:41:40 +0000 (16:41 +0200)]
[FIX] website_blog: order of blog_post must be by create_date

bzr revid: chm@openerp.com-20140331144140-hjokx0g6jklxp18m

10 years ago[FIX] website: create new page redirect to error 404
chm@openerp.com [Mon, 31 Mar 2014 14:41:23 +0000 (16:41 +0200)]
[FIX] website: create new page redirect to error 404

bzr revid: chm@openerp.com-20140331144123-p3unfkbqm5c0y1sx

10 years ago[REM] removed bootstrap sources
Fabien Pinckaers [Mon, 31 Mar 2014 12:48:09 +0000 (14:48 +0200)]
[REM] removed bootstrap sources

bzr revid: fp@tinyerp.com-20140331124809-t15wswgjj0c6if3y

10 years ago[MRG] merge with lp:openobject-addons
Turkesh Patel (Open ERP) [Mon, 31 Mar 2014 12:34:25 +0000 (18:04 +0530)]
[MRG] merge with lp:openobject-addons

bzr revid: tpa@tinyerp.com-20140331123425-xrkr9rjk2y72i0zd

10 years ago[ADD] add functionality to select hiostory when editing question or answer.
Turkesh Patel (Open ERP) [Mon, 31 Mar 2014 12:32:43 +0000 (18:02 +0530)]
[ADD] add functionality to select hiostory when editing question or answer.

bzr revid: tpa@tinyerp.com-20140331123243-ig3h0bpmyufsk874

10 years agomerged with trunk-addons
Parth Gajjar (Open ERP) [Mon, 31 Mar 2014 12:25:09 +0000 (17:55 +0530)]
merged with trunk-addons

bzr revid: pga@tinyerp.com-20140331122509-vkpy077tp216molq

10 years ago[IMP] added callback for gengo jobs,
Parth Gajjar (Open ERP) [Mon, 31 Mar 2014 12:19:32 +0000 (17:49 +0530)]
[IMP] added callback for gengo jobs,
- if any changes like acception of job,approval of job, comment by translator etc gengo will post that job to given callback url
- On otherside added a controller for '/website/gengo_callback' for handling callback.
so any chages on job will instantly reflected to openerp

bzr revid: pga@tinyerp.com-20140331121932-3u2usycyftdrqcrw

10 years ago[IMP] added new supportable languages, bog solved in config dialog, improved count...
Parth Gajjar (Open ERP) [Mon, 31 Mar 2014 07:06:25 +0000 (12:36 +0530)]
[IMP] added new supportable languages, bog solved in config dialog, improved count words dialog

bzr revid: pga@tinyerp.com-20140331070625-qtr7l45lnca5rfze

10 years ago[REM] remove duplicate snippet: portfolio - image gallery
Fabien Pinckaers [Sun, 30 Mar 2014 19:05:48 +0000 (21:05 +0200)]
[REM] remove duplicate snippet: portfolio - image gallery

bzr revid: fp@tinyerp.com-20140330190548-cmgypctw8ymzs4yf

10 years ago[IMP] removing glyphicons from bootstrap less
Fabien Pinckaers [Sun, 30 Mar 2014 13:10:40 +0000 (15:10 +0200)]
[IMP] removing glyphicons from bootstrap less

bzr revid: fp@tinyerp.com-20140330131040-3athcual00brty26

10 years ago[IMP] bootstrap less sources
Fabien Pinckaers [Sat, 29 Mar 2014 20:24:46 +0000 (21:24 +0100)]
[IMP] bootstrap less sources

bzr revid: fp@tinyerp.com-20140329202446-tz8b2rvenc6s3ds5

10 years ago[IMP] better button snippet
Fabien Pinckaers [Sat, 29 Mar 2014 19:29:11 +0000 (20:29 +0100)]
[IMP] better button snippet

bzr revid: fp@tinyerp.com-20140329192911-i75v53f0gos8fybm

10 years ago[IMP] flat design, even for darken
Fabien Pinckaers [Sat, 29 Mar 2014 12:56:35 +0000 (13:56 +0100)]
[IMP] flat design, even for darken

bzr revid: fp@tinyerp.com-20140329125635-3ext2zt4y9n2cpua

10 years ago[FIX] hw_posbox_upgrade: posbox restart was not working
Frédéric van der Essen [Fri, 28 Mar 2014 14:43:35 +0000 (15:43 +0100)]
[FIX] hw_posbox_upgrade: posbox restart was not working

bzr revid: fva@openerp.com-20140328144335-zs5kdh7kxvliumyq

10 years ago[MERGE] point_of_sale, hw_escpos: fixes from the pos-restaurant branch
Frédéric van der Essen [Fri, 28 Mar 2014 13:45:08 +0000 (14:45 +0100)]
[MERGE] point_of_sale, hw_escpos: fixes from the pos-restaurant branch

bzr revid: fva@openerp.com-20140328134508-sriewvh13q45xhac

10 years ago[FIX] hw_escops, point_of_sale: backporting fixes from the pos-restaurant branch
Frédéric van der Essen [Fri, 28 Mar 2014 13:44:01 +0000 (14:44 +0100)]
[FIX] hw_escops, point_of_sale: backporting fixes from the pos-restaurant branch

bzr revid: fva@openerp.com-20140328134401-ao85rr8b29nqg626

10 years ago[imp]:improve post history
Sunil Sharma (OpenERP) [Fri, 28 Mar 2014 13:34:04 +0000 (19:04 +0530)]
[imp]:improve post history

bzr revid: sunilsharma.sharma07@gmail.com-20140328133404-e6vkg9f4rjm6qmp8

10 years agomerged with trunk addons
Parth Gajjar (Open ERP) [Fri, 28 Mar 2014 13:18:22 +0000 (18:48 +0530)]
merged with trunk addons

bzr revid: pga@tinyerp.com-20140328131822-0kc0f5j5qhupkhbr

10 years ago[IMP] limit option in gengo manual request instead of20 reqests every time, post...
Parth Gajjar (Open ERP) [Fri, 28 Mar 2014 11:37:15 +0000 (17:07 +0530)]
[IMP] limit option in gengo manual request instead of20 reqests every time,  post jobs on gengo at the time of website post without compromise speed

bzr revid: pga@tinyerp.com-20140328113715-5y14vtgcfnojk7bs

10 years ago[IMP] improved userprofilr view
Turkesh Patel (Open ERP) [Fri, 28 Mar 2014 11:13:50 +0000 (16:43 +0530)]
[IMP] improved userprofilr view

bzr revid: tpa@tinyerp.com-20140328111350-perfgtpqkpnspcy5

10 years ago[imp]:user activity based on karma
Sunil Sharma (OpenERP) [Fri, 28 Mar 2014 10:19:15 +0000 (15:49 +0530)]
[imp]:user activity based on karma

bzr revid: sunilsharma.sharma07@gmail.com-20140328101915-w6uq2m5sbjlb1qpg

10 years ago[IMP] improved code to filter question of tag
Turkesh Patel (Open ERP) [Fri, 28 Mar 2014 09:56:36 +0000 (15:26 +0530)]
[IMP] improved code to filter question of tag

bzr revid: tpa@tinyerp.com-20140328095636-6xj5ns1mqrtbusi0

10 years ago[IMP] improved code, not show challanges assinged to user for forum.
Turkesh Patel (Open ERP) [Fri, 28 Mar 2014 09:03:57 +0000 (14:33 +0530)]
[IMP] improved code, not show challanges assinged to user for forum.

bzr revid: tpa@tinyerp.com-20140328090357-gm5qjza4hchbet0i

10 years ago[IMP] improved config dialog if api key not set
Parth Gajjar (Open ERP) [Fri, 28 Mar 2014 06:36:23 +0000 (12:06 +0530)]
[IMP] improved config dialog if api key not set

bzr revid: pga@tinyerp.com-20140328063623-it6j2lptjoieik91

10 years ago[MRG] merge with lp:openobject-addons
Turkesh Patel (Open ERP) [Fri, 28 Mar 2014 05:45:16 +0000 (11:15 +0530)]
[MRG] merge with lp:openobject-addons

bzr revid: tpa@tinyerp.com-20140328054516-1wqtb210candtfbf

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 28 Mar 2014 05:42:01 +0000 (05:42 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140328054201-xaql7uwtqgn0hew0

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 28 Mar 2014 05:41:40 +0000 (05:41 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140328054140-ah12f1yhv5rf4v5c

10 years ago[ADD] added new functionality to follow question and improved some code.
Turkesh Patel (Open ERP) [Fri, 28 Mar 2014 05:16:06 +0000 (10:46 +0530)]
[ADD] added new functionality to follow question and improved some code.

bzr revid: tpa@tinyerp.com-20140328051606-sgrmo7nlwtvps966

10 years ago[IMP] reduced size flags
Fabien Pinckaers [Thu, 27 Mar 2014 14:31:21 +0000 (15:31 +0100)]
[IMP] reduced size flags

bzr revid: fp@tinyerp.com-20140327143121-urq4t2pka572t0uv