Commit Graph

82870 Commits

Author SHA1 Message Date
Denis Ledoux 2695cacea4 [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
2014-04-01 14:36:57 +02:00
Martin Trigaux a325b746e2 [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
2014-04-01 14:33:37 +02:00
Martin Trigaux 269f92998b [IMP] remove useless import
bzr revid: mat@openerp.com-20140401123052-01ylsjx5q3vkoxbq
2014-04-01 14:30:52 +02:00
Martin Trigaux 4be7123fa7 [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
2014-04-01 14:29:42 +02:00
Thibault Delavallée cf139faeff [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
2014-04-01 12:33:57 +02:00
Martin Trigaux 7d585c5dad [FIX] convert datetime to date in case of date field
bzr revid: mat@openerp.com-20140401100819-k092i48lefozmdxb
2014-04-01 12:08:19 +02:00
Martin Trigaux a85d116872 [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
2014-04-01 12:07:52 +02:00
Thibault Delavallée 76141aaecf [FIX] website_blog: who wrote such stupid domains ?
bzr revid: tde@openerp.com-20140401095430-tn2i94o1bmdvevgd
2014-04-01 11:54:30 +02:00
Fabien Meghazi 00803fd13a [ADD] website: template reset confirmation
bzr revid: fme@openerp.com-20140401094233-9zcuc915l56a7h1h
2014-04-01 11:42:33 +02:00
Thibault Delavallée e29e6dfe26 [CLEAN] website_blog :code cleaning in added code
bzr revid: tde@openerp.com-20140401092826-gf9f365bn4wu8mk3
2014-04-01 11:28:26 +02:00
Thibault Delavallée 6a4e52f272 [IMP] website_blog: use 2 different URL schemes (post and blog), to ease url use in templates
bzr revid: tde@openerp.com-20140401092026-2patc88e0xu6ghyx
2014-04-01 11:20:26 +02:00
Martin Trigaux cf1f20e5d5 [FIX] export: negation issue
bzr revid: mat@openerp.com-20140401090316-qog5uv6txyx46awi
2014-04-01 11:03:16 +02:00
Thibault Delavallée e6bcc1111e [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20140401084304-mnbcx1agdzdptyyf
2014-04-01 10:43:04 +02:00
Quentin (OpenERP) 0a2a118ba3 [MERGE] website_gengo branch merged, offering the possiblity to translate the website using Gengo
bzr revid: qdp-launchpad@openerp.com-20140401073953-p46kottwmk9buhor
2014-04-01 09:39:53 +02:00
Launchpad Translations on behalf of openerp 00f57e0710 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140401053916-5sh5hkd0k7j4q6pu
bzr revid: launchpad_translations_on_behalf_of_openerp-20140401061016-u413ch6j6f64dd4m
2014-04-01 06:10:16 +00:00
Parth Gajjar (Open ERP) fc84161c7a [IMP]improved Arabic Language Code in base_gengo
bzr revid: pga@tinyerp.com-20140401054518-jhw4t5noxsmju9rt
2014-04-01 11:15:18 +05:30
chm@openerp.com ee9191ca1b [FIX] website_blog: remove create_date from demo data
bzr revid: chm@openerp.com-20140331155603-02fhk4sscvfxpc55
2014-03-31 17:56:03 +02:00
Thibault Delavallée 2555249fbb [IMP] website_blog: url helper defintiion + use; still blog posts to fix.
bzr revid: tde@openerp.com-20140331152711-yg34m7klexuu6v8t
2014-03-31 17:27:11 +02:00
Martin Trigaux 6243d18852 [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
2014-03-31 17:17:49 +02:00
Martin Trigaux 4074a01041 [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
2014-03-31 17:17:43 +02:00
chm@openerp.com 0162ee6aff [FIX] website_blog: order of blog_post must be by create_date
bzr revid: chm@openerp.com-20140331144140-hjokx0g6jklxp18m
2014-03-31 16:41:40 +02:00
chm@openerp.com b6ba6d9a9c [FIX] website: create new page redirect to error 404
bzr revid: chm@openerp.com-20140331144123-p3unfkbqm5c0y1sx
2014-03-31 16:41:23 +02:00
Fabien Pinckaers ed037b8a94 [REM] removed bootstrap sources
bzr revid: fp@tinyerp.com-20140331124809-t15wswgjj0c6if3y
2014-03-31 14:48:09 +02:00
Parth Gajjar (Open ERP) 8bde127659 merged with trunk-addons
bzr revid: pga@tinyerp.com-20140331122509-vkpy077tp216molq
2014-03-31 17:55:09 +05:30
Parth Gajjar (Open ERP) b3c55f498f [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
2014-03-31 17:49:32 +05:30
Parth Gajjar (Open ERP) ff1588a46d [IMP] added new supportable languages, bog solved in config dialog, improved count words dialog
bzr revid: pga@tinyerp.com-20140331070625-qtr7l45lnca5rfze
2014-03-31 12:36:25 +05:30
Fabien Pinckaers fd43cecbda [REM] remove duplicate snippet: portfolio - image gallery
bzr revid: fp@tinyerp.com-20140330190548-cmgypctw8ymzs4yf
2014-03-30 21:05:48 +02:00
Fabien Pinckaers 62ff59ba9f [IMP] removing glyphicons from bootstrap less
bzr revid: fp@tinyerp.com-20140330131040-3athcual00brty26
2014-03-30 15:10:40 +02:00
Fabien Pinckaers 1c3835c83c [IMP] bootstrap less sources
bzr revid: fp@tinyerp.com-20140329202446-tz8b2rvenc6s3ds5
2014-03-29 21:24:46 +01:00
Fabien Pinckaers 2478af1b16 [IMP] better button snippet
bzr revid: fp@tinyerp.com-20140329192911-i75v53f0gos8fybm
2014-03-29 20:29:11 +01:00
Fabien Pinckaers f1131d547b [IMP] flat design, even for darken
bzr revid: fp@tinyerp.com-20140329125635-3ext2zt4y9n2cpua
2014-03-29 13:56:35 +01:00
Frédéric van der Essen 396b2508dc [FIX] hw_posbox_upgrade: posbox restart was not working
bzr revid: fva@openerp.com-20140328144335-zs5kdh7kxvliumyq
2014-03-28 15:43:35 +01:00
Frédéric van der Essen ed964ecba1 [MERGE] point_of_sale, hw_escpos: fixes from the pos-restaurant branch
bzr revid: fva@openerp.com-20140328134508-sriewvh13q45xhac
2014-03-28 14:45:08 +01:00
Frédéric van der Essen 4745099706 [FIX] hw_escops, point_of_sale: backporting fixes from the pos-restaurant branch
bzr revid: fva@openerp.com-20140328134401-ao85rr8b29nqg626
2014-03-28 14:44:01 +01:00
Parth Gajjar (Open ERP) 3de6738dbb merged with trunk addons
bzr revid: pga@tinyerp.com-20140328131822-0kc0f5j5qhupkhbr
2014-03-28 18:48:22 +05:30
Parth Gajjar (Open ERP) 1ccbc213e7 [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
2014-03-28 17:07:15 +05:30
Parth Gajjar (Open ERP) 488111719c [IMP] improved config dialog if api key not set
bzr revid: pga@tinyerp.com-20140328063623-it6j2lptjoieik91
2014-03-28 12:06:23 +05:30
Launchpad Translations on behalf of openerp a224b88d80 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140328054201-xaql7uwtqgn0hew0
2014-03-28 05:42:01 +00:00
Launchpad Translations on behalf of openerp 035b1e8f8e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140328054140-ah12f1yhv5rf4v5c
2014-03-28 05:41:40 +00:00
Fabien Pinckaers e07a30b390 [IMP] reduced size flags
bzr revid: fp@tinyerp.com-20140327143121-urq4t2pka572t0uv
2014-03-27 15:31:21 +01:00
Fabien Pinckaers 3740999aa1 [IMP] reduced flag size
bzr revid: fp@tinyerp.com-20140327142933-5angwxh2ed13lobn
2014-03-27 15:29:33 +01:00
Fabien Pinckaers eca47b9d82 [IMP] reduced image size
bzr revid: fp@tinyerp.com-20140327142750-guuci39g1500yu01
2014-03-27 15:27:50 +01:00
Fabien Meghazi cf311bda60 [MERGE] remote module import
bzr revid: fme@openerp.com-20140327141233-i7xu8ism7howhflv
2014-03-27 15:12:33 +01:00
Fabien Meghazi 8a4a10b2c0 [MERGE] remote module import
bzr revid: fme@openerp.com-20140327140516-t7yrma5z2ipm4gnd
2014-03-27 15:05:16 +01:00
Fabien Meghazi 833b5e3ab7 [ADD] python requests library dependency
bzr revid: fme@openerp.com-20140327125714-gu682vzggb7rva80
2014-03-27 13:57:14 +01:00
Fabien Meghazi 9ab3ed7c27 [REM] not using the ir.module.module 'virtual' field after all
fp said the non existent module warning is not a problem

bzr revid: fme@openerp.com-20140327115759-a20gqydv2oro4rmr
2014-03-27 12:57:59 +01:00
Parth Gajjar (Open ERP) 2de4260240 merged with trunk-addons
bzr revid: pga@tinyerp.com-20140327113805-2ie66rru6o10nv38
2014-03-27 17:08:05 +05:30
Parth Gajjar (Open ERP) e1fee1a4c3 [IMP] improved dialog
bzr revid: pga@tinyerp.com-20140327111612-g0cukmzw4kripewq
2014-03-27 16:46:12 +05:30
chm@openerp.com ab903b9f68 [FIX] website_event: return empty string in Local Events snippet if GeoIP is not installed
bzr revid: chm@openerp.com-20140327111006-ca2lbv2jxluxlw27
2014-03-27 12:10:06 +01:00
chm@openerp.com 85cdf2a990 [FIX] website_event: import GeoIP if GeoIP is not installed
bzr revid: chm@openerp.com-20140327105831-6qwvs32aa6hj3nk2
2014-03-27 11:58:31 +01:00