odoo/odoo.git
10 years ago[FIX] hw_escpos: status receipt would not print on the posbox
Frédéric van der Essen [Mon, 10 Feb 2014 16:17:01 +0000 (17:17 +0100)]
[FIX] hw_escpos: status receipt would not print on the posbox

bzr revid: fva@openerp.com-20140210161701-aolbu63i7w74f97c

10 years ago[MERGE] forward porting fixes from saas-3
Frédéric van der Essen [Mon, 10 Feb 2014 15:56:28 +0000 (16:56 +0100)]
[MERGE] forward porting fixes from saas-3

bzr revid: fva@openerp.com-20140210155628-75mgw7qcq9k5ncem

10 years ago[MERGE] point_of_sale: posbox related usability & reliability improvements + firefox...
Frédéric van der Essen [Mon, 10 Feb 2014 15:53:18 +0000 (16:53 +0100)]
[MERGE] point_of_sale: posbox related usability & reliability improvements + firefox bug fix

bzr revid: fva@openerp.com-20140210155318-1exkkl4ij93jtbq2

10 years ago[IMP] website: banner tutorial: remove step about customize and promote
Christophe Matthieu [Mon, 10 Feb 2014 15:52:51 +0000 (16:52 +0100)]
[IMP] website: banner tutorial: remove step about customize and promote

bzr revid: chm@openerp.com-20140210155251-iyj3v06r18vexj7d

10 years ago[MERGE] from saas-3
Frédéric van der Essen [Mon, 10 Feb 2014 15:51:10 +0000 (16:51 +0100)]
[MERGE] from saas-3

bzr revid: fva@openerp.com-20140210151007-saw8m1bqwnxek26x
bzr revid: fva@openerp.com-20140210155110-6obc985lc4rl3eyv

10 years ago[IMP] website: typo for tutorial
Christophe Matthieu [Mon, 10 Feb 2014 15:17:41 +0000 (16:17 +0100)]
[IMP] website: typo for tutorial

bzr revid: chm@openerp.com-20140210151741-grf5wsvjonuihxw0

10 years ago[FIX] website: don't set tour as automatic when reload page
Christophe Matthieu [Mon, 10 Feb 2014 14:59:23 +0000 (15:59 +0100)]
[FIX] website: don't set tour as automatic when reload page

bzr revid: chm@openerp.com-20140210145923-2w9vbxqqgewgkb0w

10 years ago[FIX] Set default 'editable' key in website's rendering context
Fabien Meghazi [Mon, 10 Feb 2014 14:35:46 +0000 (15:35 +0100)]
[FIX] Set default 'editable' key in website's rendering context

bzr revid: fme@openerp.com-20140210143546-1t82gog330n5x89t

10 years ago[IMP] hw_escpos: print a status receipt on printer connection with ip address for...
Frédéric van der Essen [Mon, 10 Feb 2014 13:31:09 +0000 (14:31 +0100)]
[IMP] hw_escpos: print a status receipt on printer connection with ip address for easier configuration & debugging. Also setting the driver thread in daemon mode to avoid hanging the tests on the runbot

bzr revid: fva@openerp.com-20140210133109-xll1ijjdhbgpj1kr

10 years ago[FIX] work around distribute_branding
Xavier Morel [Mon, 10 Feb 2014 13:28:55 +0000 (14:28 +0100)]
[FIX] work around distribute_branding

distribute_branding is applied after view inheritance is applied, and does not
take it in account. As a result, altering an existing view "from the top"
(e.g. adding a div element preceding an existing div) will alter the xpath
leading to whatever element we need to deal with.

Move fakebar injection to the bottom of the body, where it can't have any
impact on preceding node paths.

bzr revid: xmo@openerp.com-20140210132855-lwh1ow1tq1e0pidp

10 years ago[IMP] test phantomtest: inject files with testing if a variable is already setted
Christophe Matthieu [Mon, 10 Feb 2014 13:19:10 +0000 (14:19 +0100)]
[IMP] test phantomtest: inject files with testing if a variable is already setted

bzr revid: chm@openerp.com-20140210131910-z8eggofegua88516

10 years ago[CHG] website: fp wants image 'change' buttons to be btn-sm
Xavier Morel [Mon, 10 Feb 2014 13:05:04 +0000 (14:05 +0100)]
[CHG] website: fp wants image 'change' buttons to be btn-sm

bzr revid: xmo@openerp.com-20140210130504-hejvay436emh7f36

10 years ago[FIX] close autocomplete listing on input
Xavier Morel [Mon, 10 Feb 2014 12:34:16 +0000 (13:34 +0100)]
[FIX] close autocomplete listing on input

Closing previously occured on search request (so that a user wouldn't be able
to select "old" data on new search request), but ``search`` is only triggered
after the search delay. Worked when delay was 0, with it being moved to 250 a
user can get results matching the previous search instead of the current one.

Trigger a closing of the current results list on any ``input`` event, which is
when text is entered in any of the searchview's ``InputView``.

bzr revid: xmo@openerp.com-20140210123416-cfc0x24bfkiv4lse

10 years ago[MERGE] saas-3
Fabien Meghazi [Mon, 10 Feb 2014 10:53:11 +0000 (11:53 +0100)]
[MERGE] saas-3

bzr revid: fme@openerp.com-20140210105311-wattch3c49ikwwmn

10 years ago[FIX] website_event tests
Antony Lesuisse [Mon, 10 Feb 2014 01:32:03 +0000 (02:32 +0100)]
[FIX] website_event tests

bzr revid: al@openerp.com-20140210013203-f1ow6lm34wma4xv3

10 years ago[IMP] website test_ui simplification
Antony Lesuisse [Mon, 10 Feb 2014 00:59:26 +0000 (01:59 +0100)]
[IMP] website test_ui simplification

bzr revid: al@openerp.com-20140210005926-03hhcm56gpplgbt2

10 years ago[IMP] phantomjs helper simplification
Antony Lesuisse [Mon, 10 Feb 2014 00:50:08 +0000 (01:50 +0100)]
[IMP] phantomjs helper simplification

bzr revid: al@openerp.com-20140210005008-0vmwbofnfnuqaj3d

10 years ago[IMP] phantomjs testing add an easy phantom_js helper
Antony Lesuisse [Mon, 10 Feb 2014 00:45:17 +0000 (01:45 +0100)]
[IMP] phantomjs testing add an easy phantom_js helper

self.phantom_js(<page_to_load>, <code_to_run>, <global_object_to_wait>, **options)

example:

self.phantom_js("/", "openerp.module.mytest()", "openerp.module.mytest");

console.log('ok') or console.log('error') should be used to signal success or
failure. Other console.log's will be passed to the test logger.

bzr revid: al@openerp.com-20140210004517-jc2cobc31qshxchm

10 years ago[IMP] test_ui shorter code
Antony Lesuisse [Sun, 9 Feb 2014 23:47:43 +0000 (00:47 +0100)]
[IMP] test_ui shorter code

bzr revid: al@openerp.com-20140209234743-n3015x520z9zs4qz

10 years ago[IMP] test_ui shorter code
Antony Lesuisse [Sun, 9 Feb 2014 23:47:14 +0000 (00:47 +0100)]
[IMP] test_ui shorter code

bzr revid: al@openerp.com-20140209234714-bq5w2zo9v402x87v

10 years ago[IMP] website test shorter code
Antony Lesuisse [Sun, 9 Feb 2014 23:45:31 +0000 (00:45 +0100)]
[IMP] website test shorter code

bzr revid: al@openerp.com-20140209234531-0i2xgr94yjaqzen8

10 years ago[IMP] test_ui conversion, needs validation from chm
Antony Lesuisse [Sun, 9 Feb 2014 23:20:40 +0000 (00:20 +0100)]
[IMP] test_ui conversion, needs validation from chm

bzr revid: al@openerp.com-20140209232040-12uq85pseheth8z0

10 years ago[IMP] add test_ui
Antony Lesuisse [Sun, 9 Feb 2014 23:20:01 +0000 (00:20 +0100)]
[IMP] add test_ui

bzr revid: al@openerp.com-20140209232001-1efvws2pzeldbuhb

10 years ago[IMP] rename into test_ui like addons
Antony Lesuisse [Sun, 9 Feb 2014 23:19:48 +0000 (00:19 +0100)]
[IMP] rename into test_ui like addons

bzr revid: al@openerp.com-20140209231948-5tqj0nndsod0gyb1

10 years ago[IMP] phantomtest helper
Antony Lesuisse [Sun, 9 Feb 2014 22:39:17 +0000 (23:39 +0100)]
[IMP] phantomtest helper

bzr revid: al@openerp.com-20140209223917-vruzjvl0mtsqoo87

10 years ago[IMP] move test cases to tests.py remove deprecated wsgi import
Antony Lesuisse [Sun, 9 Feb 2014 15:18:22 +0000 (16:18 +0100)]
[IMP] move test cases to tests.py remove deprecated wsgi import

bzr revid: al@openerp.com-20140209151822-cgk0wibqe1kfd42w

10 years ago[FIX] re-enable test func and qweb
Antony Lesuisse [Sun, 9 Feb 2014 14:33:26 +0000 (15:33 +0100)]
[FIX] re-enable test func and qweb

bzr revid: al@openerp.com-20140209143326-mitb5g9sdsll9arj

10 years ago[FIX] disable http test before conversion
Antony Lesuisse [Sun, 9 Feb 2014 14:19:50 +0000 (15:19 +0100)]
[FIX] disable http test before conversion

bzr revid: al@openerp.com-20140209141950-o9sf0jual07y315f

10 years ago[FIX] restore testing after patching runbot
Antony Lesuisse [Sun, 9 Feb 2014 14:19:12 +0000 (15:19 +0100)]
[FIX] restore testing after patching runbot

bzr revid: al@openerp.com-20140209141912-rh3yedrmjudv8jif

10 years ago[MERGE] saas-3
Antony Lesuisse [Sun, 9 Feb 2014 14:03:15 +0000 (15:03 +0100)]
[MERGE] saas-3

bzr revid: al@openerp.com-20140209140315-ukqlf90ngy6ycu2k

10 years ago[MERGE] trunk-test-al easier http testing
Antony Lesuisse [Sun, 9 Feb 2014 13:37:18 +0000 (14:37 +0100)]
[MERGE] trunk-test-al easier http testing

bzr revid: al@openerp.com-20140209133718-yhjoyue8ke4i8d10

10 years ago[MERGE] trunk-test-al easier http testing
Antony Lesuisse [Sun, 9 Feb 2014 13:28:30 +0000 (14:28 +0100)]
[MERGE] trunk-test-al easier http testing

bzr revid: al@openerp.com-20140209132830-gm3lh535tq814jvi

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 9 Feb 2014 06:19:40 +0000 (06:19 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140209061940-1k5bgmpbfdd62e2y

10 years agoremove run_tests command, use -d -u modname --test-enable or --test-file
Antony Lesuisse [Sun, 9 Feb 2014 03:02:17 +0000 (04:02 +0100)]
remove run_tests command, use -d -u modname --test-enable or --test-file

bzr revid: al@openerp.com-20140209030217-16i0ze18dr473ecx

10 years agofix try to fix runbot oe command
Antony Lesuisse [Sun, 9 Feb 2014 02:25:20 +0000 (03:25 +0100)]
fix try to fix runbot oe command

bzr revid: al@openerp.com-20140209022520-p55nlctjru58ans5

10 years agoadd python --test-file support
Antony Lesuisse [Sun, 9 Feb 2014 01:46:36 +0000 (02:46 +0100)]
add python --test-file support

bzr revid: al@openerp.com-20140209014636-2fbl15q8wrubmiup

10 years agofix web tests
Antony Lesuisse [Sun, 9 Feb 2014 00:43:10 +0000 (01:43 +0100)]
fix web tests

bzr revid: al@openerp.com-20140209004310-0jpc29beh7k1e27c

10 years agonew test execution engine
Antony Lesuisse [Sun, 9 Feb 2014 00:40:05 +0000 (01:40 +0100)]
new test execution engine
remove deprecated zipfile support
add preload_registry option when server is running
allow registries to be used in contruction in test mode
add a rollback test case for http tests
add a phantomjs helper

bzr revid: al@openerp.com-20140209004005-p5pwym4sqc23vw5b

10 years agomove tests
Antony Lesuisse [Sun, 9 Feb 2014 00:37:45 +0000 (01:37 +0100)]
move tests
move test modules
remove xml test
add phantomjs test
readd remove uninstall test (currently disabled because of cr.commit)

bzr revid: al@openerp.com-20140209003745-ehrx8ikwkmusa644

10 years ago[IMP] less black snippet border
Fabien Pinckaers [Sat, 8 Feb 2014 12:01:51 +0000 (13:01 +0100)]
[IMP] less black snippet border

bzr revid: fp@tinyerp.com-20140208120151-l43xf7kamhmmxejr

10 years ago[IMP] Buttons snippet
Fabien Pinckaers [Sat, 8 Feb 2014 11:47:50 +0000 (12:47 +0100)]
[IMP] Buttons snippet

bzr revid: fp@tinyerp.com-20140208114750-jgtx0h5oevqjz4zm

10 years ago[FIX] Typo, remove unnecessary code
jke-openerp [Sat, 8 Feb 2014 11:25:46 +0000 (12:25 +0100)]
[FIX] Typo, remove unnecessary code

bzr revid: jke@openerp.com-20140208112546-dw59n3t6zrjtnkus

10 years ago[IMP] small useability trick to avoid people writing several keywords in the same...
Fabien Pinckaers [Sat, 8 Feb 2014 10:15:53 +0000 (11:15 +0100)]
[IMP] small useability trick to avoid people writing several keywords in the same input

bzr revid: fp@tinyerp.com-20140208101553-i6l27e6hpy0d0h3n

10 years agodirty fix for auth_signup
al@openerp.com [Sat, 8 Feb 2014 00:47:31 +0000 (01:47 +0100)]
dirty fix for auth_signup

bzr revid: al@openerp.com-20140208004731-atwco93ghwspmlh3

10 years ago[IMP] tutorial banner
Fabien Pinckaers [Fri, 7 Feb 2014 21:32:54 +0000 (22:32 +0100)]
[IMP] tutorial banner

bzr revid: fp@tinyerp.com-20140207213254-jxw1fwplg3kjbm78

10 years ago[FIX] auth_oauth_signup: handle the case when there is no providers
Christophe Simonis [Fri, 7 Feb 2014 18:48:29 +0000 (19:48 +0100)]
[FIX] auth_oauth_signup: handle the case when there is no providers

bzr revid: chs@openerp.com-20140207184829-qdy0jbx5pku1z072

10 years ago[FIX] website: config settings does write the values on the website model
Denis Ledoux [Fri, 7 Feb 2014 17:21:57 +0000 (18:21 +0100)]
[FIX] website: config settings does write the values on the website model

This config contains only related fields of the website_id many2one.
The problem is that applying the change CREATE a res config settings
And the create orm method does not forward and write the values on the related fields.
Write does.
The best fix should be to change all these related fields to char fields,
and to create the set_ method who will acutally set the value to the website_id.
But, unfortunately, this is a stable branch
And we cannot alter the database structure in stable branches.

bzr revid: dle@openerp.com-20140207172157-6upyhuin93qlkrfa

10 years ago[FIX] Fix bug when an event with date_startand date_stop (and not datetime as calenda...
jke-openerp [Fri, 7 Feb 2014 17:16:37 +0000 (18:16 +0100)]
[FIX] Fix bug when an event with date_startand date_stop (and not datetime as calendar) have always 1 days in more.

bzr revid: jke@openerp.com-20140207171637-j37cnt63cywstrtj

10 years ago[FIX] point_of_sale: totals were not rendrered on firefox due to use of nonstandard...
Frédéric van der Essen [Fri, 7 Feb 2014 16:16:47 +0000 (17:16 +0100)]
[FIX] point_of_sale: totals were not rendrered on firefox due to use of nonstandard innerText dom property

bzr revid: fva@openerp.com-20140207161647-rgeymwt4ksei2cod

10 years ago[IMP] reduced image size
Fabien Pinckaers [Fri, 7 Feb 2014 16:14:10 +0000 (17:14 +0100)]
[IMP] reduced image size

bzr revid: fp@tinyerp.com-20140207161410-22evlc2nz2buud2y

10 years ago[FIX] website test: remove hack for runbot
Christophe Matthieu [Fri, 7 Feb 2014 15:54:54 +0000 (16:54 +0100)]
[FIX] website test: remove hack for runbot

bzr revid: chm@openerp.com-20140207155454-jf3pwp3hl9nvay6m

10 years ago[FIX] website: enable test tour; + translate; + fixes
Christophe Matthieu [Fri, 7 Feb 2014 15:51:13 +0000 (16:51 +0100)]
[FIX] website: enable test tour; + translate; + fixes

bzr revid: chm@openerp.com-20140207155113-honsvx545awa3rcp

10 years ago[MERGE] from saas-3
Frédéric van der Essen [Fri, 7 Feb 2014 15:50:55 +0000 (16:50 +0100)]
[MERGE] from saas-3

bzr revid: fva@openerp.com-20140207155055-3z8o3fvx2zkoqe91

10 years ago[FIX] ensure_db():
Christophe Simonis [Fri, 7 Feb 2014 15:47:03 +0000 (16:47 +0100)]
[FIX] ensure_db():
 When user ask a specific database on a new session, the nodb router
 has been used to find the route.
 Depending on installed module in the database, the rendering of the page
 may depend on data injected by the database route dispatcher.
 Thus, we redirect the user to the same page but with the session cookie set.
 This will force using the database route dispatcher...

bzr revid: chs@openerp.com-20140207154703-o0gl58i2b56eridx

10 years ago[FIX] website snippet drop for rte; remove dependence to qweb template (remove popove...
Christophe Matthieu [Fri, 7 Feb 2014 15:45:20 +0000 (16:45 +0100)]
[FIX] website snippet drop for rte; remove dependence to qweb template (remove popover from tours); fx import file with ajax

bzr revid: chm@openerp.com-20140207154520-2injapzg9lgrdbvc

10 years ago[MERGE] [IMP] product: added data for american units of measure + 1 yml test
Thibault Delavallée [Fri, 7 Feb 2014 15:13:20 +0000 (16:13 +0100)]
[MERGE] [IMP] product: added data for american units of measure + 1 yml test

bzr revid: tde@openerp.com-20140207151320-gw84zrmq5ifl9rdy

10 years ago[MERGE] [IMP] account: payment term configuration: do not fool people by
Thibault Delavallée [Fri, 7 Feb 2014 15:12:35 +0000 (16:12 +0100)]
[MERGE] [IMP] account: payment term configuration: do not fool people by
telling them to enter a percentage when openerp actually waits for a decimal.
Therefore removed the percentage symbol.

bzr revid: tde@openerp.com-20140207151235-0bt3sm2li3jlkzo3

10 years ago[IMP] make page lookup case-insensitive during completion
Xavier Morel [Fri, 7 Feb 2014 15:06:23 +0000 (16:06 +0100)]
[IMP] make page lookup case-insensitive during completion

bzr revid: xmo@openerp.com-20140207150623-vevnuswi9gx0bqeb

10 years ago[FIX] page creation broken because what is grep
Xavier Morel [Fri, 7 Feb 2014 14:51:49 +0000 (15:51 +0100)]
[FIX] page creation broken because what is grep

bzr revid: xmo@openerp.com-20140207145149-fem1wnr0t10rcgsn

10 years ago[FIX] auth_oauth_signup: show providers on signup page
Christophe Simonis [Fri, 7 Feb 2014 14:53:02 +0000 (15:53 +0100)]
[FIX] auth_oauth_signup: show providers on signup page

bzr revid: chs@openerp.com-20140207145302-o2erxe3mxjvzqst5

10 years ago[FIX] website tour test: import with ajax insead of jquery (and auto load jquery)
Christophe Matthieu [Fri, 7 Feb 2014 14:34:37 +0000 (15:34 +0100)]
[FIX] website tour test: import with ajax insead of jquery (and auto load jquery)

bzr revid: chm@openerp.com-20140207143437-uptdehmpegzze61y

10 years ago[FIX] website: for activate test on runbot
Christophe Matthieu [Fri, 7 Feb 2014 14:32:41 +0000 (15:32 +0100)]
[FIX] website: for activate test on runbot

bzr revid: chm@openerp.com-20140207143241-e4u7ikvgbl0f980d

10 years ago[MERGE] from saas-3
Christophe Matthieu [Fri, 7 Feb 2014 14:09:12 +0000 (15:09 +0100)]
[MERGE] from saas-3

bzr revid: chm@openerp.com-20140207140912-2tu1bhpvlap0fa4m

10 years ago[FIX] website ir.ui.view render
Antony Lesuisse [Fri, 7 Feb 2014 14:05:03 +0000 (15:05 +0100)]
[FIX] website ir.ui.view render

bzr revid: al@openerp.com-20140207140503-doolcovzuce4m6i4

10 years ago[IMP] insert a banner --> build a page
Fabien Pinckaers [Fri, 7 Feb 2014 13:59:46 +0000 (14:59 +0100)]
[IMP] insert a banner --> build a page

bzr revid: fp@tinyerp.com-20140207135946-7gkzt6zodhf0hdxi

10 years ago[IMP] logo by default (easier to configure)
Fabien Pinckaers [Fri, 7 Feb 2014 13:48:36 +0000 (14:48 +0100)]
[IMP] logo by default (easier to configure)

bzr revid: fp@tinyerp.com-20140207134836-pjub0d84nxmgb560

10 years ago[FIX] tour test log error
Christophe Matthieu [Fri, 7 Feb 2014 13:45:48 +0000 (14:45 +0100)]
[FIX] tour test log error

bzr revid: chm@openerp.com-20140207134548-lr2563gtlgjphxrp

10 years ago[FIX] website: snippet: display baner in mobile view; background cover insead of...
Christophe Matthieu [Fri, 7 Feb 2014 13:37:12 +0000 (14:37 +0100)]
[FIX] website: snippet: display baner in mobile view; background cover insead of 100%; paralax scrolling

bzr revid: chm@openerp.com-20140207133712-srtik2knhwyybgse

10 years ago[FIX] website: test tour: use admin insead of tools.config['admin_passwd']
Christophe Matthieu [Fri, 7 Feb 2014 13:01:04 +0000 (14:01 +0100)]
[FIX] website: test tour: use admin insead of tools.config['admin_passwd']

bzr revid: chm@openerp.com-20140207130104-nuwurzlsvt4cu1jr

10 years ago[ADD] website: test login, backend, go back, branding, edit, logout
Christophe Matthieu [Fri, 7 Feb 2014 12:52:31 +0000 (13:52 +0100)]
[ADD] website: test login, backend, go back, branding, edit, logout

bzr revid: chm@openerp.com-20140207125231-3zd0i1axdwuht5g4

10 years ago[FIX] website: do not force uneditable templates
Christophe Simonis [Fri, 7 Feb 2014 12:28:37 +0000 (13:28 +0100)]
[FIX] website: do not force uneditable templates

bzr revid: chs@openerp.com-20140207122837-ysfss4khpt2hsau1

10 years ago[FIX] gamification: various fixes
Martin Trigaux [Fri, 7 Feb 2014 12:16:37 +0000 (13:16 +0100)]
[FIX] gamification: various fixes

- generates automatically goals when adding somebody to a challenge
- when serialising data, skip lines and challenges with no generated goals
- hr_gamification as auto install (when get hr and gamification)
- related field challenge_id on gamification.goal is always readonly, add helper
- convert missed type->definition conversion in filter name (goal history menu will group by user and definition)
- invert challenges and goals menus in setting list (as encourage people to create challenges instead of goals)

bzr revid: mat@openerp.com-20140207121637-73a4lhvk7bonibiu

10 years ago[FIX] website test phantomjs login
Christophe Matthieu [Fri, 7 Feb 2014 11:59:03 +0000 (12:59 +0100)]
[FIX] website test phantomjs login

bzr revid: chm@openerp.com-20140207115903-kzf9ikk37xvtq0ef

10 years ago[MERGE] Microformats (microdata) support for improved SEO.
Christophe Matthieu [Fri, 7 Feb 2014 11:37:21 +0000 (12:37 +0100)]
[MERGE] Microformats (microdata) support for improved SEO.

Supported formats:
 - Organization
   https://support.google.com/webmasters/answer/146861?hl=en&ref_topic=1088474
   http://schema.org/Organization
 - Event
   https://support.google.com/webmasters/answer/164506?hl=en&ref_topic=1088474
   http://schema.org/Event
 - Product+Offer
   https://support.google.com/webmasters/answer/146750#offer_properties
   http://schema.org/Product
   http://schema.org/Offer

Tested with http://www.google.com/webmasters/tools/richsnippets

bzr revid: chm@openerp.com-20140207113721-klunj6bf9qp4b2cx

10 years ago[FIX] website: snippet option: background style is required
Christophe Matthieu [Fri, 7 Feb 2014 10:57:22 +0000 (11:57 +0100)]
[FIX] website: snippet option: background style is required

bzr revid: chm@openerp.com-20140207105722-6wfbfw5mj5937t03

10 years ago[IMP] gamification: put challenge list above goals to be more user friendly
Martin Trigaux [Fri, 7 Feb 2014 10:55:29 +0000 (11:55 +0100)]
[IMP] gamification: put challenge list above goals to be more user friendly

bzr revid: mat@openerp.com-20140207105529-4a95snjwpc11he6k

10 years ago[FIX] layout bug, right alignment of blocks incorrect
Fabien Pinckaers [Fri, 7 Feb 2014 10:48:31 +0000 (11:48 +0100)]
[FIX] layout bug, right alignment of blocks incorrect

bzr revid: fp@tinyerp.com-20140207104831-s52wrim8r8k7eqox

10 years ago[FIX] mail: create and edit of template_id in compose message now works, as we pass...
Denis Ledoux [Fri, 7 Feb 2014 10:46:37 +0000 (11:46 +0100)]
[FIX] mail: create and edit of template_id in compose message now works, as we pass the template model in context (among others useful default value)

bzr revid: dle@openerp.com-20140207104637-lkx5am24608n8jka

10 years ago[FIX] gamification: convert missed type to definition filter (goal history menu will...
Martin Trigaux [Fri, 7 Feb 2014 10:33:57 +0000 (11:33 +0100)]
[FIX] gamification: convert missed type to definition filter (goal history menu will group by user and definition)

bzr revid: mat@openerp.com-20140207103357-7v8seoqgq9rokhhi

10 years ago[IMP] gamification: related field challenge_id is always readonly, add helper
Martin Trigaux [Fri, 7 Feb 2014 10:27:05 +0000 (11:27 +0100)]
[IMP] gamification: related field challenge_id is always readonly, add helper

bzr revid: mat@openerp.com-20140207102705-cf5aue57qzo03rlq

10 years ago[FIX] hr_gamification: add auto_install to attribute, when get gamification and hr...
Martin Trigaux [Fri, 7 Feb 2014 10:20:29 +0000 (11:20 +0100)]
[FIX] hr_gamification: add auto_install to attribute, when get gamification and hr, automatically installed

bzr revid: mat@openerp.com-20140207102029-6y45r4cmrc1h8kx7

10 years ago[FIX] website snippet: reset snippet-editor and overlay because the rte re-generate...
Christophe Matthieu [Fri, 7 Feb 2014 10:07:34 +0000 (11:07 +0100)]
[FIX] website snippet: reset snippet-editor and overlay because the rte re-generate the dom and cancelled all snippet datas

bzr revid: chm@openerp.com-20140207100734-pdzr0qz8mtmha96m

10 years ago[FIX] gamification: when serialising data, skip lines and challenges with no goals
Martin Trigaux [Fri, 7 Feb 2014 09:36:43 +0000 (10:36 +0100)]
[FIX] gamification: when serialising data, skip lines and challenges with no goals

bzr revid: mat@openerp.com-20140207093643-vr1on5oxqtzkalj9

10 years ago[FIX] gamification: automatically generates goals for users when adding them to a...
Martin Trigaux [Fri, 7 Feb 2014 09:24:11 +0000 (10:24 +0100)]
[FIX] gamification: automatically generates goals for users when adding them to a new challenge

bzr revid: mat@openerp.com-20140207092411-yju3pif1ibipcff8

10 years ago[IMP] website test: add a timeout in phantom js to raise a better error and improve...
Christophe Matthieu [Fri, 7 Feb 2014 07:47:45 +0000 (08:47 +0100)]
[IMP] website test: add a timeout in phantom js to raise a better error and improve log error

bzr revid: chm@openerp.com-20140207074745-ffrcoi2aj5m67i8m

10 years ago[IMP] website test_ui: add a try catch in run and run_test to display error
Christophe Matthieu [Thu, 6 Feb 2014 17:51:13 +0000 (18:51 +0100)]
[IMP] website test_ui: add a try catch in run and run_test to display error

bzr revid: chm@openerp.com-20140206175113-w0qscfngebnn7718

10 years ago[FIX] auth_signup: keep query when generating links
Christophe Simonis [Thu, 6 Feb 2014 16:40:20 +0000 (17:40 +0100)]
[FIX] auth_signup: keep query when generating links

bzr revid: chs@openerp.com-20140206164020-2yuf5xdciabt4zsp

10 years ago[MERGE] fix template rendering
Christophe Simonis [Thu, 6 Feb 2014 16:38:11 +0000 (17:38 +0100)]
[MERGE] fix template rendering

bzr revid: chs@openerp.com-20140206163811-i43srg7hd4yqzzo3

10 years ago[IMP] website: reduce run test of banner
Christophe Matthieu [Thu, 6 Feb 2014 16:16:14 +0000 (17:16 +0100)]
[IMP] website: reduce run test of banner

bzr revid: chm@openerp.com-20140206161614-afam16q12ci0kr7l

10 years ago[IMP] Move some qweb rendering context vars from website#ir.qweb to server#ir.ui...
Fabien Meghazi [Thu, 6 Feb 2014 16:13:16 +0000 (17:13 +0100)]
[IMP] Move some qweb rendering context vars from website#ir.qweb to server#ir.ui.view

bzr revid: fme@openerp.com-20140206161316-jw7luqon476widcm

10 years ago[IMP] Move some qweb rendering context vars from website#ir.qweb to server#ir.ui...
Fabien Meghazi [Thu, 6 Feb 2014 16:12:04 +0000 (17:12 +0100)]
[IMP] Move some qweb rendering context vars from website#ir.qweb to server#ir.ui.view

bzr revid: fme@openerp.com-20140206161204-vp6kydvdxhg5qykx

10 years ago[FIX] website: create event, product
Christophe Matthieu [Thu, 6 Feb 2014 15:47:11 +0000 (16:47 +0100)]
[FIX] website: create event, product

bzr revid: chm@openerp.com-20140206154711-vwvw7g1wo1fd1h1y

10 years ago[FIX] website.tour.blog
Christophe Matthieu [Thu, 6 Feb 2014 15:46:46 +0000 (16:46 +0100)]
[FIX] website.tour.blog

bzr revid: chm@openerp.com-20140206154646-fth0k220okdgsckk

10 years ago[MERGE] from saas-3
Frédéric van der Essen [Thu, 6 Feb 2014 15:15:27 +0000 (16:15 +0100)]
[MERGE] from saas-3

bzr revid: fva@openerp.com-20140206151527-qxb9sxrz1wi7d0xk

10 years ago[FIX] hw_escpos: company logo was not centered on the first receipt
Frédéric van der Essen [Thu, 6 Feb 2014 15:14:32 +0000 (16:14 +0100)]
[FIX] hw_escpos: company logo was not centered on the first receipt

bzr revid: fva@openerp.com-20140206151432-avaz87emjzqyvu9t

10 years ago[MERGE] from saas-3
Christophe Matthieu [Thu, 6 Feb 2014 15:01:21 +0000 (16:01 +0100)]
[MERGE] from saas-3

bzr revid: chm@openerp.com-20140206150121-drs3ybhgx5837zt2

10 years ago[FIX] website: fixed call to slugify
Thibault Delavallée [Thu, 6 Feb 2014 14:56:38 +0000 (15:56 +0100)]
[FIX] website: fixed call to slugify
- python-slugify: max_length is an optional keyword
- slugify library also exists and does not accepts max_length -> if this very simple library is used, fall
            back on our own implementation

bzr revid: tde@openerp.com-20140206145638-entdcqsawrqf1nnq

10 years ago[FIX] tour and translate title
Christophe Matthieu [Thu, 6 Feb 2014 14:52:36 +0000 (15:52 +0100)]
[FIX] tour and translate title

bzr revid: chm@openerp.com-20140206145236-vwdq74yyz21qvyzu

10 years ago[FIX] ir ui view should have rendering context on request.website_enabled
Fabien Meghazi [Thu, 6 Feb 2014 14:39:19 +0000 (15:39 +0100)]
[FIX] ir ui view should have rendering context on request.website_enabled

bzr revid: fme@openerp.com-20140206143919-f6vz8rpx9mb4798g

10 years ago[FIX] point_of_sale: receipt header & footer could overflow outside of ticket
Frédéric van der Essen [Thu, 6 Feb 2014 14:36:48 +0000 (15:36 +0100)]
[FIX] point_of_sale: receipt header & footer could overflow outside of ticket

bzr revid: fva@openerp.com-20140206143648-z1bsknelzznf0jqj