odoo/odoo.git
10 years ago[IMP] website_hr_recruitment: add website_button widget in backend
Christophe Matthieu [Mon, 2 Dec 2013 12:56:02 +0000 (13:56 +0100)]
[IMP] website_hr_recruitment: add website_button widget in backend

bzr revid: chm@openerp.com-20131202125602-zqq9k8ivwkb7fh7c

10 years ago[WIP] website: add website_button widget in backend to publish and go back to the...
Christophe Matthieu [Mon, 2 Dec 2013 12:45:04 +0000 (13:45 +0100)]
[WIP] website: add website_button widget in backend to publish and go back to the website. (need bootstrap 3 for layout)

bzr revid: chm@openerp.com-20131202124504-78zvm5t0p1hpsn53

10 years ago[IMP] 2SQL Queries less per query
Fabien Pinckaers [Mon, 2 Dec 2013 12:22:33 +0000 (13:22 +0100)]
[IMP] 2SQL Queries less per query

bzr revid: fp@tinyerp.com-20131202122233-m9y37fr6nhh03a08

10 years ago[REM] leftover thing
Xavier Morel [Mon, 2 Dec 2013 11:38:25 +0000 (12:38 +0100)]
[REM] leftover thing

bzr revid: xmo@openerp.com-20131202113825-c5jbqs17nihip81t

10 years ago[FIX] image fields getting overly dirty
Xavier Morel [Mon, 2 Dec 2013 11:33:04 +0000 (12:33 +0100)]
[FIX] image fields getting overly dirty

the addition and removal of the [edit] button on hover would be caught
by the mutation observer and mark the image field as dirty, even when
it had not actually been altered, leaving to spurious save events for
said field.

bzr revid: xmo@openerp.com-20131202113304-xpgu43se5er1ho7y

10 years ago[FIX] alteration of image field without actually changing the image URL
Xavier Morel [Mon, 2 Dec 2013 11:17:20 +0000 (12:17 +0100)]
[FIX] alteration of image field without actually changing the image URL

UI allows changing corner even though corners are not saved...

bzr revid: xmo@openerp.com-20131202111720-oabkjado7n1jrt66

10 years ago[iMP] Sponsorships
Fabien Pinckaers [Mon, 2 Dec 2013 10:38:38 +0000 (11:38 +0100)]
[iMP] Sponsorships

bzr revid: fp@tinyerp.com-20131202103838-kveu1lqkqav3x0n3

10 years ago[FIX] website_sale: fixed order confirmation cleaning: self.pool -> request.registry
Thibault Delavallée [Mon, 2 Dec 2013 10:31:24 +0000 (11:31 +0100)]
[FIX] website_sale: fixed order confirmation cleaning: self.pool -> request.registry

bzr revid: tde@openerp.com-20131202103124-9lf4up79uxjwdyxp

10 years ago[FIX] website_sale: fixed checkout cleaning: self.pool -> request.registry
Thibault Delavallée [Mon, 2 Dec 2013 10:29:59 +0000 (11:29 +0100)]
[FIX] website_sale: fixed checkout cleaning: self.pool -> request.registry

bzr revid: tde@openerp.com-20131202102959-inj25wnqk1prv6qy

10 years ago[FIX] website: endpoint_is_enumerable
Xavier Morel [Mon, 2 Dec 2013 10:25:25 +0000 (11:25 +0100)]
[FIX] website: endpoint_is_enumerable

old version of @website.route would wrap the base method within a
decorator, and endpoint_is_enumerable had to dig into the decorator to
get the original function (and be able to inspect it).

@website.route has been simplified and no longer wraps the function,
just adds a pair of attributes to it (and so does the base
@http.route), so don't dig into anymore, inspect rule.endpoint
directly.

bzr revid: xmo@openerp.com-20131202102525-8jsondrr1649c8t8

10 years ago[FIX] website_sale: table_compute fill table ending holes
Christophe Matthieu [Mon, 2 Dec 2013 09:42:29 +0000 (10:42 +0100)]
[FIX] website_sale: table_compute fill table ending holes

bzr revid: chm@openerp.com-20131202094229-tqggruo231po721m

10 years ago[FIX] default language
Fabien Meghazi [Mon, 2 Dec 2013 09:35:00 +0000 (10:35 +0100)]
[FIX] default language

bzr revid: fme@openerp.com-20131202093500-xzz4q2u279uwunjo

10 years ago[FIX] public user
Fabien Pinckaers [Mon, 2 Dec 2013 09:02:39 +0000 (10:02 +0100)]
[FIX] public user

bzr revid: fp@tinyerp.com-20131202090239-a4b1kkg5pni8ye3d

10 years ago[IMP] removed a feature nobody used for a huge speed improvement (4 SQL Queries per...
Fabien Pinckaers [Mon, 2 Dec 2013 08:45:17 +0000 (09:45 +0100)]
[IMP] removed a feature nobody used for a huge speed improvement (4 SQL Queries per search/read

bzr revid: fp@tinyerp.com-20131202084517-80d1vdwfwpbdsqdn

10 years ago[IMP] removed test code
Fabien Pinckaers [Sun, 1 Dec 2013 17:33:46 +0000 (18:33 +0100)]
[IMP] removed test code

bzr revid: fp@tinyerp.com-20131201173346-qodzx06i1wq7ec5i

10 years ago[IMP] small bugfix
Fabien Pinckaers [Sun, 1 Dec 2013 17:32:08 +0000 (18:32 +0100)]
[IMP] small bugfix

bzr revid: fp@tinyerp.com-20131201173208-r72mybhgek0aibfl

10 years ago[IMP] Speed improvements
Fabien Pinckaers [Sun, 1 Dec 2013 17:25:41 +0000 (18:25 +0100)]
[IMP] Speed improvements

bzr revid: fp@tinyerp.com-20131201172541-p8403347rv08uurh

10 years ago[IMP] renaming + comment
Fabien Pinckaers [Sun, 1 Dec 2013 00:35:20 +0000 (01:35 +0100)]
[IMP] renaming + comment

bzr revid: fp@tinyerp.com-20131201003520-nikzk23fwkkku2lg

10 years ago[IMP] code cleaning '/shop' less SQL queries, WIP
Fabien Pinckaers [Sun, 1 Dec 2013 00:23:55 +0000 (01:23 +0100)]
[IMP] code cleaning '/shop' less SQL queries, WIP

bzr revid: fp@tinyerp.com-20131201002355-82l9yab5l4vilkun

10 years ago[FIX] small fixes
Fabien Pinckaers [Sat, 30 Nov 2013 20:58:34 +0000 (21:58 +0100)]
[FIX] small fixes

bzr revid: fp@tinyerp.com-20131130205834-ilds41gcktv7vchg

10 years ago[IMP] Huge speed improvements 64 SQL queries to render '/' --> 10 Queries
Fabien Pinckaers [Sat, 30 Nov 2013 19:37:39 +0000 (20:37 +0100)]
[IMP] Huge speed improvements 64 SQL queries to render '/' --> 10 Queries

bzr revid: fp@tinyerp.com-20131130193739-095yd4p9llmj0kt1

10 years ago[IMP] Remove unused code
Fabien Pinckaers [Sat, 30 Nov 2013 16:16:55 +0000 (17:16 +0100)]
[IMP] Remove unused code

bzr revid: fp@tinyerp.com-20131130161655-u6z91t3la1l1qhca

10 years ago[IMP] Performance improvement: improved cache with context, better get_object
Fabien Pinckaers [Sat, 30 Nov 2013 15:46:59 +0000 (16:46 +0100)]
[IMP] Performance improvement: improved cache with context, better get_object

bzr revid: fp@tinyerp.com-20131130154659-uqis34x2cemmocly

10 years ago[IMP] transparent background on impage
Fabien Pinckaers [Fri, 29 Nov 2013 21:32:29 +0000 (22:32 +0100)]
[IMP] transparent background on impage

bzr revid: fp@tinyerp.com-20131129213229-ctp1sne7r1ioa7w1

10 years ago[IMP] Indent HTML editor template names
ddm [Fri, 29 Nov 2013 17:27:49 +0000 (18:27 +0100)]
[IMP] Indent HTML editor template names

bzr revid: ddm@openerp.com-20131129172749-0z6l9k9phieiw32b

10 years ago[IMP] website_blog: change url paths
Christophe Matthieu [Fri, 29 Nov 2013 16:14:34 +0000 (17:14 +0100)]
[IMP] website_blog: change url paths

bzr revid: chm@openerp.com-20131129161434-rsnklmcz1g9b1cc0

10 years ago[FIX] website snippets: quote, quotes slider, parallax
Christophe Matthieu [Fri, 29 Nov 2013 16:00:45 +0000 (17:00 +0100)]
[FIX] website snippets: quote, quotes slider, parallax

bzr revid: chm@openerp.com-20131129160045-527o2i6unyyymr6e

10 years ago[IMP] Hide tour in secondary languages (multilang)
ddm [Fri, 29 Nov 2013 14:30:58 +0000 (15:30 +0100)]
[IMP] Hide tour in secondary languages (multilang)

bzr revid: ddm@openerp.com-20131129143058-oi6swnul3idr7ngp

10 years ago[FIX] Shop tour was broken by change
ddm [Fri, 29 Nov 2013 13:15:29 +0000 (14:15 +0100)]
[FIX] Shop tour was broken by change

bzr revid: ddm@openerp.com-20131129131529-seqk3hypzcka8qxi

10 years ago[FIX] Blog tour was broken by change
ddm [Fri, 29 Nov 2013 13:09:22 +0000 (14:09 +0100)]
[FIX] Blog tour was broken by change

bzr revid: ddm@openerp.com-20131129130922-1l7m0gf9uy4br6rf

10 years ago[FIX] Event tour was broken by change
ddm [Fri, 29 Nov 2013 11:34:11 +0000 (12:34 +0100)]
[FIX] Event tour was broken by change

bzr revid: ddm@openerp.com-20131129113411-oy8zdxt97i14sawt

10 years ago[IMP] wording
Fabien Pinckaers [Fri, 29 Nov 2013 10:03:01 +0000 (11:03 +0100)]
[IMP] wording

bzr revid: fp@tinyerp.com-20131129100301-hspqcb1h86droq28

10 years ago[MERGE] FIX from nhomar, first contrib on website-al
Fabien Pinckaers [Fri, 29 Nov 2013 09:47:08 +0000 (10:47 +0100)]
[MERGE] FIX from nhomar, first contrib on website-al

bzr revid: fp@tinyerp.com-20131129094708-it9q5i1pqpglv01y

10 years ago[FIX] Blog views refering to incorrect old field name page_id changed to post_id
Nhomar - Vauxoo [Fri, 29 Nov 2013 08:13:35 +0000 (03:43 -0430)]
[FIX] Blog views refering to incorrect old field name page_id changed to post_id

bzr revid: nhomar@gmail.com-20131129081335-b9ktgx7t9b5gyqhn

10 years ago[IMP] Adding sponsorship to events
Fabien Pinckaers [Thu, 28 Nov 2013 22:05:46 +0000 (23:05 +0100)]
[IMP] Adding sponsorship to events

bzr revid: fp@tinyerp.com-20131128220546-3kr49k0cmv24qs49

10 years ago[MERGE] trunk-website-demo-partner-bth
Christophe Matthieu [Thu, 28 Nov 2013 17:36:21 +0000 (18:36 +0100)]
[MERGE] trunk-website-demo-partner-bth

bzr revid: chm@openerp.com-20131128173621-ge78agxfpmxcbytu

10 years ago[IMP] website: views for drag and drop snippets
Christophe Matthieu [Thu, 28 Nov 2013 16:08:51 +0000 (17:08 +0100)]
[IMP] website: views for drag and drop snippets

bzr revid: chm@openerp.com-20131128160851-xmepb4h6n0logclo

10 years ago[IMP] website: hide publish/edit button on editable mode
Christophe Matthieu [Thu, 28 Nov 2013 14:36:46 +0000 (15:36 +0100)]
[IMP] website: hide publish/edit button on editable mode

bzr revid: chm@openerp.com-20131128143646-fl3okv6wisqio8xq

10 years ago[IMP] product: add fnct_inv for lst_price field
Christophe Matthieu [Thu, 28 Nov 2013 10:15:56 +0000 (11:15 +0100)]
[IMP] product: add fnct_inv for lst_price field

bzr revid: chm@openerp.com-20131128101556-1h4h87va3wuk1kd1

10 years ago[FIX] website_sale: get_website_sale_domain overited in website_event
Christophe Matthieu [Thu, 28 Nov 2013 09:51:42 +0000 (10:51 +0100)]
[FIX] website_sale: get_website_sale_domain overited in website_event

bzr revid: chm@openerp.com-20131128095142-3ez3vaiht8ppr4oh

10 years ago[ADD] custom website ir.http#dispatch and rerouting
Fabien Meghazi [Wed, 27 Nov 2013 17:04:32 +0000 (18:04 +0100)]
[ADD] custom website ir.http#dispatch and rerouting

bzr revid: fme@openerp.com-20131127170432-z7d1w4ck03d7wwia

10 years ago[FIX] website snippet: background of quotes slider
Christophe Matthieu [Wed, 27 Nov 2013 16:59:14 +0000 (17:59 +0100)]
[FIX] website snippet: background of quotes slider

bzr revid: chm@openerp.com-20131127165914-i4tgbj1fi1q2dqin

10 years ago[FIX] website: in all popups, always order buttons in the same order
Christophe Matthieu [Wed, 27 Nov 2013 16:16:27 +0000 (17:16 +0100)]
[FIX] website: in all popups, always order buttons in the same order

bzr revid: chm@openerp.com-20131127161627-fwokmahwvp8jxhgl

10 years ago[IMP] payment_acquirer_paypal: cleaning + addition of basic s2s methods
Thibault Delavallée [Wed, 27 Nov 2013 16:09:24 +0000 (17:09 +0100)]
[IMP] payment_acquirer_paypal: cleaning + addition of basic s2s methods

The paypal module is now better included in the payment_acquirer process, using standard method naming. Added some logging / cleaning in the code.

Added generic s2s management in payment_acquirer. Implemented basic specific paypal s2s methods.

Updated and cleaned tests.

[MOV] website_sale: payment_acquirer model update is now located in its own models/payment_acquirer.py file

bzr revid: tde@openerp.com-20131127160924-a0fell523ctnaug3

10 years ago[FIX] website_event: commented Ecommerce.domin line that make crash the ecommerce...
Thibault Delavallée [Wed, 27 Nov 2013 16:02:49 +0000 (17:02 +0100)]
[FIX] website_event: commented Ecommerce.domin line that make crash the ecommerce when website event is not loaded.

bzr revid: tde@openerp.com-20131127160249-2fmgyte0l1a84dv6

10 years ago[FIX] payment_acquirer_paypal: fixed return url management in DPN controller
Thibault Delavallée [Wed, 27 Nov 2013 16:02:18 +0000 (17:02 +0100)]
[FIX] payment_acquirer_paypal: fixed return url management in DPN controller

bzr revid: tde@openerp.com-20131127160218-v4qkzcike1rm8g6b

10 years ago[FIX] website_sale: fixed call to website.get_order, located on website model
Thibault Delavallée [Wed, 27 Nov 2013 16:01:54 +0000 (17:01 +0100)]
[FIX] website_sale: fixed call to website.get_order, located on website model

bzr revid: tde@openerp.com-20131127160154-v5qpxuh70axz9cck

10 years ago[IMP] payment_acquirer_paypal: dummy data + removed import of tests
Thibault Delavallée [Wed, 27 Nov 2013 15:36:19 +0000 (16:36 +0100)]
[IMP] payment_acquirer_paypal: dummy data + removed import of tests

bzr revid: tde@openerp.com-20131127153619-4g8savetjkn8clap

10 years ago[MERGE] Sync with website-al
Thibault Delavallée [Wed, 27 Nov 2013 15:24:24 +0000 (16:24 +0100)]
[MERGE] Sync with website-al

bzr revid: tde@openerp.com-20131127152424-wq2gje9d01t2kw34

10 years ago[FIX] [IMP] payment_acquirer_paypal: fixed get_status (GET request -> give no data...
Thibault Delavallée [Wed, 27 Nov 2013 15:20:42 +0000 (16:20 +0100)]
[FIX] [IMP] payment_acquirer_paypal: fixed get_status (GET request -> give no data to urllib); cleaned a bit the code, extracted paypal contact to a dedicated method that tries 3 times if internal server error is given back by paypal + cleaned tests

bzr revid: tde@openerp.com-20131127152042-8va86q3zxsenjy6i

10 years ago[FIX] website: snippet cut the defaulut text
Christophe Matthieu [Wed, 27 Nov 2013 14:42:52 +0000 (15:42 +0100)]
[FIX] website: snippet cut the defaulut text

bzr revid: chm@openerp.com-20131127144252-moppy3j5um58e935

10 years ago[FIX] website snippet: fix drop widget
Christophe Matthieu [Wed, 27 Nov 2013 14:31:19 +0000 (15:31 +0100)]
[FIX] website snippet: fix drop widget

bzr revid: chm@openerp.com-20131127143119-zlp7iytxexznfrt6

10 years ago[MOV] website_sale: moved payment_transaction code into its own model file
Thibault Delavallée [Wed, 27 Nov 2013 12:18:20 +0000 (13:18 +0100)]
[MOV] website_sale: moved payment_transaction code into its own model file

bzr revid: tde@openerp.com-20131127121820-tgulogxz5x0ikdxd

10 years ago[IMP] website_sale: clean code and fix for website_event
Christophe Matthieu [Wed, 27 Nov 2013 11:16:58 +0000 (12:16 +0100)]
[IMP] website_sale: clean code and fix for website_event

bzr revid: chm@openerp.com-20131127111658-qkp3ovoa64n3dwp2

10 years ago[MERGE] Sync with website-al, except paypal and ogone tests
Thibault Delavallée [Wed, 27 Nov 2013 10:56:52 +0000 (11:56 +0100)]
[MERGE] Sync with website-al, except paypal and ogone tests

bzr revid: tde@openerp.com-20131127105652-sjy4sff4j1ua7xl2

10 years ago[IMP] website_sale: removed last occurence of hardocded euro, using monetary widget...
Thibault Delavallée [Wed, 27 Nov 2013 10:54:11 +0000 (11:54 +0100)]
[IMP] website_sale: removed last occurence of hardocded euro, using monetary widget instead

bzr revid: tde@openerp.com-20131127105411-qy5vp5yomsmtii6i

10 years ago[ADD] correct handling of setting local urls (pre-existing images from /thing/static...
Xavier Morel [Wed, 27 Nov 2013 10:46:38 +0000 (11:46 +0100)]
[ADD] correct handling of setting local urls (pre-existing images from /thing/static) in t-fields

bzr revid: xmo@openerp.com-20131127104638-ooyuu8dobhzc9a7f

10 years ago[FIX] root menu first item triggered on / route
Fabien Meghazi [Wed, 27 Nov 2013 10:43:07 +0000 (11:43 +0100)]
[FIX] root menu first item triggered on / route

bzr revid: fme@openerp.com-20131127104307-ju8aqu7uuyrfsnpm

10 years ago[ADD] website_event_track: event_backend.xml
Christophe Matthieu [Wed, 27 Nov 2013 10:41:47 +0000 (11:41 +0100)]
[ADD] website_event_track: event_backend.xml

bzr revid: chm@openerp.com-20131127104147-3vreavvu55eafepa

10 years ago[IMP] website_event: create tickets inside add_event. (insead of overwrite create...
Christophe Matthieu [Wed, 27 Nov 2013 10:38:16 +0000 (11:38 +0100)]
[IMP] website_event: create tickets inside add_event. (insead of overwrite create in event_sale)

bzr revid: chm@openerp.com-20131127103816-fn1dse25djmknylj

10 years ago[IMP] event_sale: add a deadline equal datebegin on tickets created if deadline is...
Christophe Matthieu [Wed, 27 Nov 2013 10:25:14 +0000 (11:25 +0100)]
[IMP] event_sale: add a deadline equal datebegin on tickets created if deadline is empty

bzr revid: chm@openerp.com-20131127102514-zu38sazvzzlb9deh

10 years ago[IMP] Event tour: edit price
ddm [Wed, 27 Nov 2013 10:19:46 +0000 (11:19 +0100)]
[IMP] Event tour: edit price

bzr revid: ddm@openerp.com-20131127101946-atfk09jm579jw4t9

10 years ago[IMP] Minor fixes/imps before demo
ddm [Wed, 27 Nov 2013 10:03:51 +0000 (11:03 +0100)]
[IMP] Minor fixes/imps before demo

bzr revid: ddm@openerp.com-20131127100351-l8l3e651zq0l9m8a

10 years ago[WIP] website_event_track
Christophe Matthieu [Wed, 27 Nov 2013 09:22:23 +0000 (10:22 +0100)]
[WIP] website_event_track

bzr revid: chm@openerp.com-20131127092223-kiafrdc62is1dher

10 years ago[IMP] default values on new events
Fabien Pinckaers [Tue, 26 Nov 2013 16:14:24 +0000 (17:14 +0100)]
[IMP] default values on new events

bzr revid: fp@tinyerp.com-20131126161424-savrp6u63zmpoq5w

10 years ago[IMP] significantly improve handling of trying to create a new page which already...
Xavier Morel [Tue, 26 Nov 2013 16:01:48 +0000 (17:01 +0100)]
[IMP] significantly improve handling of trying to create a new page which already exists

# Through the menu

Rather than output a generic error (500 due to an IntegrityError),
return a templated 409 letting the user either visit the
page-which-already-exists-with-the-name-he'd-picked or open the page
creation dialog again for a second round.

An alternative would be to promote the website.prompt use to
full-blown dialog as a result of selecting "New Page" and handle the
"page already exists" case without even closing the dialog.

# Through the link dialog

Added an RPC call to check if a page already exists (essentially a
cheaper version of opening /page/whatever and checking whether it's a
200 over JSON-RPC), if the page matching the completion term already
exists, do *not* add the choice of creating the page, only provide
completions from existing pages.

bzr revid: xmo@openerp.com-20131126160148-wrk4zvz9istscwa0

10 years ago[IMP] Improve event tour
ddm [Tue, 26 Nov 2013 15:48:53 +0000 (16:48 +0100)]
[IMP] Improve event tour

bzr revid: ddm@openerp.com-20131126154853-e0hidlsg9xlrfivu

10 years ago[TEST] payment_acquirer_paypal, ogone: commented import of tests, because they should...
Thibault Delavallée [Tue, 26 Nov 2013 14:51:12 +0000 (15:51 +0100)]
[TEST] payment_acquirer_paypal, ogone: commented import of tests, because they should not run without having acquirer data configured. Also set website_payment as inactive to avoid having it installed by default on runbot.

bzr revid: tde@openerp.com-20131126145112-1sqoxj4vtwbd3xzw

10 years agoMy bad...
ddm [Tue, 26 Nov 2013 14:38:51 +0000 (15:38 +0100)]
My bad...

bzr revid: ddm@openerp.com-20131126143851-b1m3fsgdde8a2x0p

10 years ago[IMP] Tour: simplify modal handling
ddm [Tue, 26 Nov 2013 14:13:24 +0000 (15:13 +0100)]
[IMP] Tour: simplify modal handling

bzr revid: ddm@openerp.com-20131126141324-3aynn0r5sqpttc90

10 years ago[IMP] Event should be editable upon creation
ddm [Tue, 26 Nov 2013 13:24:24 +0000 (14:24 +0100)]
[IMP] Event should be editable upon creation

bzr revid: ddm@openerp.com-20131126132424-irz4fzb4o9nza379

10 years ago[FIX] don't perform page creation when no name was provided
Xavier Morel [Tue, 26 Nov 2013 12:47:39 +0000 (13:47 +0100)]
[FIX] don't perform page creation when no name was provided

bzr revid: xmo@openerp.com-20131126124739-djk6nbifyo087bmz

10 years ago[FIX] Various tour fixes and imps
ddm [Tue, 26 Nov 2013 11:22:46 +0000 (12:22 +0100)]
[FIX] Various tour fixes and imps

bzr revid: ddm@openerp.com-20131126112246-tuj0wvruy2668fyi

10 years ago[FIX] correctly rollback savepoint in new_page
Xavier Morel [Tue, 26 Nov 2013 10:23:21 +0000 (11:23 +0100)]
[FIX] correctly rollback savepoint in new_page

bzr revid: xmo@openerp.com-20131126102321-35wmxcncl3pp4mhw

10 years ago[FIX] website_sale: add/remove product cart (json controller)
Christophe Matthieu [Tue, 26 Nov 2013 09:43:20 +0000 (10:43 +0100)]
[FIX] website_sale: add/remove product cart (json controller)

bzr revid: chm@openerp.com-20131126094320-4935pnkuhwfkw8j9

10 years ago[IMP] website mobile preview: display scrollbar
Christophe Matthieu [Tue, 26 Nov 2013 09:42:55 +0000 (10:42 +0100)]
[IMP] website mobile preview: display scrollbar

bzr revid: chm@openerp.com-20131126094255-eawnxkj1cbso0x8m

10 years ago[CHG] remove opacity changes on image hover
Xavier Morel [Tue, 26 Nov 2013 09:23:39 +0000 (10:23 +0100)]
[CHG] remove opacity changes on image hover

bzr revid: xmo@openerp.com-20131126092339-7wqx54t8iuvy8e9a

10 years ago[FIX] broken call from Website.pagenew to website.new_page
Xavier Morel [Tue, 26 Nov 2013 09:21:38 +0000 (10:21 +0100)]
[FIX] broken call from Website.pagenew to website.new_page

bzr revid: xmo@openerp.com-20131126092138-a7xkm92d51d4rg3y

10 years ago[IMP] use dict.fromkeys when applicable
Xavier Morel [Tue, 26 Nov 2013 08:51:22 +0000 (09:51 +0100)]
[IMP] use dict.fromkeys when applicable

bzr revid: xmo@openerp.com-20131126085122-3axgsp11eb10yo05

10 years ago[IMP] wording
Fabien Pinckaers [Mon, 25 Nov 2013 21:50:18 +0000 (22:50 +0100)]
[IMP] wording

bzr revid: fp@tinyerp.com-20131125215018-2mgofxzmukd7705a

10 years ago[IMP] mini layout improvement
Fabien Pinckaers [Mon, 25 Nov 2013 17:33:49 +0000 (18:33 +0100)]
[IMP] mini layout improvement

bzr revid: fp@tinyerp.com-20131125173349-c0pfs0xfhn8o12oj

10 years ago[IMP] http errors refactoring
Fabien Meghazi [Mon, 25 Nov 2013 16:59:58 +0000 (17:59 +0100)]
[IMP] http errors refactoring

bzr revid: fme@openerp.com-20131125165958-0k84rp9rbsxvav77

10 years ago[FIX] Page tour modal bugs
ddm [Mon, 25 Nov 2013 16:58:53 +0000 (17:58 +0100)]
[FIX] Page tour modal bugs

bzr revid: ddm@openerp.com-20131125165853-i1rv2ib154srbcve

10 years ago[FIX] website_sale: price is displayed twice
Christophe Matthieu [Mon, 25 Nov 2013 16:45:06 +0000 (17:45 +0100)]
[FIX] website_sale: price is displayed twice

bzr revid: chm@openerp.com-20131125164506-oitajyqdjnmd02qg

10 years ago[FIX] Tour: modal bug fixes
ddm [Mon, 25 Nov 2013 16:38:44 +0000 (17:38 +0100)]
[FIX] Tour: modal bug fixes

bzr revid: ddm@openerp.com-20131125163844-qn6gxp59n094d6el

10 years ago[FIX] Tour: modal bug fixes
ddm [Mon, 25 Nov 2013 16:36:22 +0000 (17:36 +0100)]
[FIX] Tour: modal bug fixes

bzr revid: ddm@openerp.com-20131125163622-4e6o0gzr2gocrcej

10 years ago[FIX] website_event_track: small fixes
Christophe Matthieu [Mon, 25 Nov 2013 16:24:18 +0000 (17:24 +0100)]
[FIX] website_event_track: small fixes

bzr revid: chm@openerp.com-20131125162418-eu2xzbf2br34bcfs

10 years ago[IMP] Product tour: upload image
ddm [Mon, 25 Nov 2013 16:08:33 +0000 (17:08 +0100)]
[IMP] Product tour: upload image

bzr revid: ddm@openerp.com-20131125160833-9pavzpff5akck451

10 years ago[FIX] website_event: create sale order and pricelist init
Christophe Matthieu [Mon, 25 Nov 2013 16:03:58 +0000 (17:03 +0100)]
[FIX] website_event: create sale order and pricelist init

bzr revid: chm@openerp.com-20131125160358-bxj3tx90bru3mywz

10 years ago[FIX] lock kanban behind POST
Xavier Morel [Mon, 25 Nov 2013 15:32:20 +0000 (16:32 +0100)]
[FIX] lock kanban behind POST

bzr revid: xmo@openerp.com-20131125153220-on935gvemgkvipd6

10 years ago[FIX] broken URL generation, also improve condition
Xavier Morel [Mon, 25 Nov 2013 14:46:28 +0000 (15:46 +0100)]
[FIX] broken URL generation, also improve condition

bzr revid: xmo@openerp.com-20131125144628-oslik3prxrp44b7z

10 years ago[FIX] Fixed product tour
ddm [Mon, 25 Nov 2013 15:49:53 +0000 (16:49 +0100)]
[FIX] Fixed product tour

bzr revid: ddm@openerp.com-20131125154953-9vyfdtrnmws6qm32

10 years ago[IMP] website_event: register url path
Christophe Matthieu [Mon, 25 Nov 2013 15:45:46 +0000 (16:45 +0100)]
[IMP] website_event: register url path

bzr revid: chm@openerp.com-20131125154546-zjogm3x0usf43hya

10 years ago[FIX] website_blog: duplicate button
Christophe Matthieu [Mon, 25 Nov 2013 15:23:00 +0000 (16:23 +0100)]
[FIX] website_blog: duplicate button

bzr revid: chm@openerp.com-20131125152300-wi9hi7hvizi0v02h

10 years ago[FIX] website_sale_delivery: inherit view
Christophe Matthieu [Mon, 25 Nov 2013 15:14:05 +0000 (16:14 +0100)]
[FIX] website_sale_delivery: inherit view

bzr revid: chm@openerp.com-20131125151405-f9k1lzu91ep48hwx

10 years ago[IMP] website_event_track
Christophe Matthieu [Mon, 25 Nov 2013 14:37:13 +0000 (15:37 +0100)]
[IMP] website_event_track

bzr revid: chm@openerp.com-20131125143713-q9a0vlenbi7njix2

10 years ago[IMP] website_hr_recruitment: only iterate once on jobs to get addresses and departme...
Xavier Morel [Mon, 25 Nov 2013 13:52:11 +0000 (14:52 +0100)]
[IMP] website_hr_recruitment: only iterate once on jobs to get addresses and departments, extract browsing

bzr revid: xmo@openerp.com-20131125135211-mwuoj4g0474r4byn

10 years ago[FIX] website_hr_recruitment: no name in POST data, pick some other value
Xavier Morel [Mon, 25 Nov 2013 13:42:32 +0000 (14:42 +0100)]
[FIX] website_hr_recruitment: no name in POST data, pick some other value

use partner_name, makes the least amount of nonsense

bzr revid: xmo@openerp.com-20131125134232-pwxxv7nslt2kzbwj

10 years ago[IMP] restrict /job/success to being POSTed against
Xavier Morel [Mon, 25 Nov 2013 13:40:23 +0000 (14:40 +0100)]
[IMP] restrict /job/success to being POSTed against

bzr revid: xmo@openerp.com-20131125134023-1bxg4s4licdpt7ih

10 years ago[FIX] unfuck applyjobpost controller
Xavier Morel [Mon, 25 Nov 2013 13:40:02 +0000 (14:40 +0100)]
[FIX] unfuck applyjobpost controller

bzr revid: xmo@openerp.com-20131125134002-dz7bzndlktrywy3i