odoo/odoo.git
10 years ago[FIX] change gauge input value method name and improved code in res.config related...
Turkesh Patel (Open ERP) [Tue, 11 Feb 2014 06:46:07 +0000 (12:16 +0530)]
[FIX] change gauge input value method name and improved code in res.config related to create degfault alias.

bzr revid: tpa@tinyerp.com-20140211064607-ll00gw12wviyb2cb

10 years ago[CLEAN] hr: cleaned job form view, removing unnecessary groups, also changed
Thibault Delavallée [Mon, 10 Feb 2014 17:15:11 +0000 (18:15 +0100)]
[CLEAN] hr: cleaned job form view, removing unnecessary groups, also changed
displayed number of employees (display current number + expected, not the
contraty). Updated hr_recruitment accordingly.

bzr revid: tde@openerp.com-20140210171511-z5277t6ilnvnc48d

10 years ago[FIX] mail_alias: avoid performing tracking when migrating to
Thibault Delavallée [Mon, 10 Feb 2014 17:13:50 +0000 (18:13 +0100)]
[FIX] mail_alias: avoid performing tracking when migrating to
alias. Indeed in this method, we have unitialized inherited fields because the orm
is updating. A new no_track key (already intorduced in 7.0, added in this branch because
of a missing forward-port) in mail_thread allows to avoid doing the tracking of values
and is used in mail_alias.

bzr revid: tde@openerp.com-20140210171350-ajwxwau2ar1gu9io

10 years ago[CLEAN] hr: review and cleaning before merging
Thibault Delavallée [Mon, 10 Feb 2014 16:13:26 +0000 (17:13 +0100)]
[CLEAN] hr: review and cleaning before merging
- hr.py: small cleaning of job code + method renaming + context propagation + compat-mode for
method renaming
- hr_view: job_id on employee form is no longer 'no_open', because otoherwise it is impossible
to see jobs. Removed simplified form for job. Better form for job, recruitmnet-related stuff
is invisible when job is 'open'.

bzr revid: tde@openerp.com-20140210161326-c9qqff69squehg9v

10 years ago[REVIEW] mail: mail_thread: cleaned comment of modified code in get_empty_list_help
Thibault Delavallée [Mon, 10 Feb 2014 14:46:11 +0000 (15:46 +0100)]
[REVIEW] mail: mail_thread: cleaned comment of modified code in get_empty_list_help

bzr revid: tde@openerp.com-20140210144611-16nkcju2yerc80e5

10 years ago[CLEAN] mail: mail_alias: alias name cleaning + find as unique in its own method...
Thibault Delavallée [Mon, 10 Feb 2014 14:43:46 +0000 (15:43 +0100)]
[CLEAN] mail: mail_alias: alias name cleaning + find as unique in its own method, called by create and write

bzr revid: tde@openerp.com-20140210144346-ropiufpicvlivhb2

10 years ago[IMP] improved code to show default alias id
Turkesh Patel (Open ERP) [Mon, 10 Feb 2014 13:16:09 +0000 (18:46 +0530)]
[IMP] improved code to show default alias id

bzr revid: tpa@tinyerp.com-20140210131609-v5cxl5pexk37pt6d

10 years ago[MRG] merge with lp:openobject-addons
Turkesh Patel (Open ERP) [Mon, 10 Feb 2014 07:21:00 +0000 (12:51 +0530)]
[MRG] merge with lp:openobject-addons

bzr revid: tpa@tinyerp.com-20140210072100-p3ry9oq4eklwt9k0

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[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[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[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
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] website: tour, test and test_runner
Christophe Matthieu [Thu, 6 Feb 2014 14:07:46 +0000 (15:07 +0100)]
[FIX] website: tour, test and test_runner

bzr revid: chm@openerp.com-20140206140746-jmeyx8q9qxv7sz1j

10 years ago[FIX] website tours: fix and translate
Christophe Matthieu [Thu, 6 Feb 2014 14:06:43 +0000 (15:06 +0100)]
[FIX] website tours: fix and translate

bzr revid: chm@openerp.com-20140206140643-z3b2fu2v9uaozc1z

10 years ago[FIX] website_sale template; snippet editor
Christophe Matthieu [Thu, 6 Feb 2014 14:02:58 +0000 (15:02 +0100)]
[FIX] website_sale template; snippet editor

bzr revid: chm@openerp.com-20140206140258-l3hriceuksx0c061

10 years ago[IMP] website: add debugger template used to create nex tours/tests (display in custo...
Christophe Matthieu [Thu, 6 Feb 2014 13:50:36 +0000 (14:50 +0100)]
[IMP] website: add debugger template used to create nex tours/tests (display in customize menu in debug mode)

bzr revid: chm@openerp.com-20140206135036-geq8fubtz39pxp20

10 years ago[MERGE] backport trunk revisions
Christophe Simonis [Thu, 6 Feb 2014 13:20:39 +0000 (14:20 +0100)]
[MERGE] backport trunk revisions
 * 9094 fva@openerp.com-20140203144847-21cv7pt7lnlxdsve
 * 9095 fva@openerp.com-20140203153233-zj12w2o1uxyz5hoq

bzr revid: chs@openerp.com-20140206132039-y1whtc8qqqs8ey92

10 years ago[MERGE] forward port of branch saas-3 up to revid 5060 chs@openerp.com-20140206131116...
Christophe Simonis [Thu, 6 Feb 2014 13:12:19 +0000 (14:12 +0100)]
[MERGE] forward port of branch saas-3 up to revid 5060 chs@openerp.com-20140206131116-we6rlic5fu09xh8q

bzr revid: chs@openerp.com-20140206131219-9rpwsfe9vc7uf0cr

10 years ago[MERGE] backport trunk revision 5053 fva@openerp.com-20140206110134-jk5zbd8cc6x1ebh5
Christophe Simonis [Thu, 6 Feb 2014 13:11:16 +0000 (14:11 +0100)]
[MERGE] backport trunk revision 5053 fva@openerp.com-20140206110134-jk5zbd8cc6x1ebh5

bzr revid: chs@openerp.com-20140206131116-we6rlic5fu09xh8q

10 years ago[FIX] ir.ui.view: avoid infinite loop when applying multiple inheritance inside a...
Christophe Simonis [Thu, 6 Feb 2014 13:03:49 +0000 (14:03 +0100)]
[FIX] ir.ui.view: avoid infinite loop when applying multiple inheritance inside a single view (use of <data> tag)

bzr revid: chs@openerp.com-20140206130349-19v4ah0lwy87t50o

10 years ago[IMP] sale_eval break continue raise control flow opcodes
Antony Lesuisse [Thu, 6 Feb 2014 12:40:19 +0000 (13:40 +0100)]
[IMP] sale_eval break continue raise control flow opcodes

bzr revid: al@openerp.com-20140206124019-07in9p9capmznlo2

10 years ago[IMP] extract save/get session actions as methods on session object
Christophe Simonis [Thu, 6 Feb 2014 11:52:53 +0000 (12:52 +0100)]
[IMP] extract save/get session actions as methods on session object

bzr revid: chs@openerp.com-20140206115253-ed7ahi6j83mgpw4y

10 years ago[IMP] http: extract save/get session actions as methods on session object
Christophe Simonis [Thu, 6 Feb 2014 11:52:09 +0000 (12:52 +0100)]
[IMP] http: extract save/get session actions as methods on session object

bzr revid: chs@openerp.com-20140206115209-naleunin0mleghda

10 years ago[MERGE] forward port of branch saas-2 up to revid 5007 chs@openerp.com-20140206110220...
Christophe Simonis [Thu, 6 Feb 2014 11:04:23 +0000 (12:04 +0100)]
[MERGE] forward port of branch saas-2 up to revid 5007 chs@openerp.com-20140206110220-myn57cryam1y4k9v

bzr revid: chs@openerp.com-20140206110423-qe4h5ip2dg6dm7ph

10 years ago[MERGE] forward port of branch 7.0 up to revid 5224 chs@openerp.com-20140206105141...
Christophe Simonis [Thu, 6 Feb 2014 11:02:20 +0000 (12:02 +0100)]
[MERGE] forward port of branch 7.0 up to revid 5224 chs@openerp.com-20140206105141-7e8bv8ordqqsswh7

bzr revid: dle@openerp.com-20140205105045-j95kduyjiq83e57z
bzr revid: dle@openerp.com-20140114173613-ruxye1m7fxtcjfim
bzr revid: dle@openerp.com-20140116161158-u95vcs3os4tk2zob
bzr revid: dle@openerp.com-20140121172737-gzawfi3ssg7xifef
bzr revid: chs@openerp.com-20140129094554-c3abc8x3qz9mpszr
bzr revid: chs@openerp.com-20140129140159-9vwkpr078shoonum
bzr revid: chs@openerp.com-20140206110220-myn57cryam1y4k9v