Commit Graph

81813 Commits

Author SHA1 Message Date
openerp-sle 1dfb35be10 [IMP] Converted mrp repair order to QWeb
bzr revid: openerp-sle@openerp-sle.home-20140217125648-vxewc7hbv071vusz
2014-02-17 13:56:48 +01:00
openerp-sle 6334792778 [MERGE] trunk
bzr revid: openerp-sle@openerp-sle.home-20140217095017-st100iyy9vkuzyhc
2014-02-17 10:50:17 +01:00
Launchpad Translations on behalf of openerp 5d18aa3e19 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140217053857-8opbvvb5zv3f0eyz
bzr revid: launchpad_translations_on_behalf_of_openerp-20140217054439-5d8e8kmqhrft30uv
2014-02-17 05:44:39 +00:00
Antony Lesuisse e91e562153 [FIX] website_sale disable some tests
bzr revid: al@openerp.com-20140217015450-r3ptbenz7642v97b
2014-02-17 02:54:50 +01:00
Antony Lesuisse 2112eb6448 [FIX] website_sale enable some tests
bzr revid: al@openerp.com-20140217012827-3rb4mrkgx3ubp0dx
2014-02-17 02:28:27 +01:00
Antony Lesuisse 91b1c8472f [FIX] ir.http testing generate a router including the current module
this fix is a dirty hack, the proper fix could be a new 'installing' state in
modules, or an improved registry object.

bzr revid: al@openerp.com-20140217005137-mhrzc4znr8rqe9yu
2014-02-17 01:51:37 +01:00
Antony Lesuisse e54758988a [FIX] website tests
bzr revid: al@openerp.com-20140217001148-2ub37hxyz8tbxrwe
2014-02-17 01:11:48 +01:00
Antony Lesuisse 98641cff67 [FIX] temp fix for runbot-job
bzr revid: al@openerp.com-20140217000702-xgi1lidpkjdvpnzf
2014-02-17 01:07:02 +01:00
Antony Lesuisse 75c350976c [FIX] tests HttpCase phantomjs conditional injection inject=[(need,file)]
bzr revid: al@openerp.com-20140217000150-wt3pwqrqcd7n2mfd
2014-02-17 01:01:50 +01:00
Antony Lesuisse 3c5f3bb04d [IMP] tests move test_ui from base to web
bzr revid: al@openerp.com-20140216225450-c92e6f63s8ic6drz
2014-02-16 23:54:50 +01:00
Antony Lesuisse 26927f58fc [IMP] phantomjs testing
- avoid dbmanager by presetting db in the test session
- correctly handle login option
- serialize test cursor access

bzr revid: al@openerp.com-20140216225353-npx88osq7l45zjub
2014-02-16 23:53:53 +01:00
Antony Lesuisse 88741e98c6 [FIX] web test_ui test for view form instead of kanban
bzr revid: al@openerp.com-20140216223208-0gw9dev1jpxsskib
2014-02-16 23:32:08 +01:00
Antony Lesuisse 5c3c89a17c [FIX] tests move test_ui to web as it requires web.login template
bzr revid: al@openerp.com-20140216215039-448vh07674on9569
2014-02-16 22:50:39 +01:00
Antony Lesuisse 62f20f3302 [FIX] tests move test_ui to web as it requires web.login template
bzr revid: al@openerp.com-20140216214456-gplefhb821s61677
2014-02-16 22:44:56 +01:00
Antony Lesuisse c8324bafcc [IMP] phantomjs testing
- avoid dbmanager by presetting db in the test session
- correctly handle login option
- serialize test cursor access

bzr revid: al@openerp.com-20140216212222-4o6x9uljyua3g1og
2014-02-16 22:22:22 +01:00
Antony Lesuisse 42db02f73c [FIX] tests HTTPCase if phantomjs is not installed
bzr revid: al@openerp.com-20140216162026-ymbzoi70txbr64yl
2014-02-16 17:20:26 +01:00
openerp-sle f43f978427 [FIX] Use the local bootstrap
bzr revid: openerp-sle@openerp-sle.home-20140216110430-sbzd306ufay3ukxn
2014-02-16 12:04:30 +01:00
openerp-sle 2445e9f0bc [MERGE] trunk
bzr revid: openerp-sle@openerp-sle.home-20140216103609-ihf3bz4nf4rds5ue
2014-02-16 11:36:09 +01:00
Launchpad Translations on behalf of openerp d169f4ada6 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140215063838-vx03eda0w9ei804g
2014-02-15 06:38:38 +00:00
openerp-sle bccafbdae0 [IMP] Converted the mrp production production order to QWeb
bzr revid: openerp-sle@openerp-sle.home-20140214180052-pbluhvtg0ptl7m2c
2014-02-14 19:00:52 +01:00
openerp-sle a88f73b3a5 [IMP] Purchase requisition converted to QWeb. Minor changes into purchase_* views
bzr revid: openerp-sle@openerp-sle.home-20140214165550-s4lffhih8107pehl
2014-02-14 17:55:50 +01:00
Xavier Morel 13fc1e885c [FIX] missed case where sys.modules values can be None
bzr revid: xmo@openerp.com-20140214153055-xguhxigsnrzy3ejq
2014-02-14 16:30:55 +01:00
openerp-sle 8a72eff36b [FIX] Fix useless import following the removal of rml purchase reports
bzr revid: openerp-sle@openerp-sle.home-20140214150700-2zuukk4ahs4q1zhs
2014-02-14 16:07:00 +01:00
Christophe Matthieu b12d66e267 [IMP] website: remove bootstrap in addons/website and use bootstrap from web
bzr revid: chm@openerp.com-20140214145527-ugejurjsc86bu58b
2014-02-14 15:55:27 +01:00
Xavier Morel a324e80cf6 [IMP] small cleanups to module loading stuff
bzr revid: xmo@openerp.com-20140214145449-wq1oyg632u7anzsb
2014-02-14 15:54:49 +01:00
Christophe Matthieu dd4d8f71c2 [IMP] web: update lib bootstrap 3.1.0
bzr revid: chm@openerp.com-20140214145338-yiorj76d75gjwfw0
2014-02-14 15:53:38 +01:00
Xavier Morel 60adf28fb3 [REM] spurious print in test
bzr revid: xmo@openerp.com-20140214145308-xvcer7yyz582g9g9
2014-02-14 15:53:08 +01:00
Xavier Morel a86d7a548d [IMP] use TestSuite.addTests instead of manually iterating on loadTestsFromModule results
bzr revid: xmo@openerp.com-20140214145257-2alo4dvn8rmq3xfj
2014-02-14 15:52:57 +01:00
Xavier Morel d21114454e [IMP] remove pointless extra newline in log message of column removal
bzr revid: xmo@openerp.com-20140214145219-07pk822tpo0nohpn
2014-02-14 15:52:19 +01:00
openerp-sle 31cf553335 [IMP] Purchase quotation and purchase order converted to QWeb
bzr revid: openerp-sle@openerp-sle.home-20140214144627-se5x0alcl43gut4k
2014-02-14 15:46:27 +01:00
Xavier Morel 4d32dabdd6 [IMP] replace explicit iteration by listcomp
bzr revid: xmo@openerp.com-20140214143932-8nb30mkdxzt96fd5
2014-02-14 15:39:32 +01:00
Xavier Morel 2921fa339d [REM] unused variable
bzr revid: xmo@openerp.com-20140214143724-fcxy9tn8gmodi223
2014-02-14 15:37:24 +01:00
Xavier Morel 8e63677c90 [IMP] fix flow analysis warning, simplify loader code
bzr revid: xmo@openerp.com-20140214143549-sezf14rvt0cnm2cr
2014-02-14 15:35:49 +01:00
Xavier Morel f4d155fce8 [REM] redundant logger initialization
bzr revid: xmo@openerp.com-20140214143444-z5ez21g0t61jh81u
2014-02-14 15:34:44 +01:00
Christophe Matthieu b8a997b296 [MERGE] from trunk
bzr revid: chm@openerp.com-20140214133740-lr8lh47bem6pq8yi
2014-02-14 14:37:40 +01:00
Christophe Matthieu 5ec3d91cf7 [MERGE] from trunk
bzr revid: chm@openerp.com-20140214133607-0pdcfyxvuqwsway6
2014-02-14 14:36:07 +01:00
Antony Lesuisse 0b635992fe [FIX] debian deps
bzr revid: al@openerp.com-20140214111454-oatpkjqrbclypzi7
2014-02-14 12:14:54 +01:00
openerp-sle f51ffe6227 [FIX] Minor fixes in sale and tax views
bzr revid: openerp-sle@openerp-sle.home-20140214094834-x3trvtnbmffo1dtb
2014-02-14 10:48:34 +01:00
Launchpad Translations on behalf of openerp ff70d29675 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140214064917-zj30bpyc0mlpvqer
2014-02-14 06:49:17 +00:00
openerp-sle dd3122c050 [IMP] Taxes report converted to QWeb
bzr revid: openerp-sle@openerp-sle.home-20140213173910-w1srnhcyrwhrox1h
2014-02-13 18:39:10 +01:00
openerp-sle 488e8390c6 [IMP] Report model: added an 'eval_params' method that will convert a dict originated from jquery.param into a python dict
bzr revid: openerp-sle@openerp-sle.home-20140213173709-c8pzw0htrj0il53z
2014-02-13 18:37:09 +01:00
Christophe Simonis f6422470dd ಠ_ಠ
bzr revid: chs@openerp.com-20140213152348-alye3ovcn2y53xp3
2014-02-13 16:23:48 +01:00
openerp-sle 305896b598 [IMP] Report model: added support for datas in 'get_action' method
bzr revid: openerp-sle@openerp-sle.home-20140213151248-rwlaebo32edot4a7
2014-02-13 16:12:48 +01:00
Martin Trigaux a1b6b4f1ac [ADD] gamification: i18n translation files
bzr revid: mat@openerp.com-20140213151208-l452x2lf2g4dyhdj
2014-02-13 16:12:08 +01:00
Fabien Meghazi 2bb8b4ebfb [FIX] forward port ensure_db fix from saas-3
bzr revid: fme@openerp.com-20140213134219-pn5xmo5alxn1d57u
2014-02-13 14:42:19 +01:00
Thibault Delavallée a3411b79f1 [MERGE] [IMP] website_mail: email template visual editor:
- reordered email snippets: 2 categories with clearer name, holding basic and advanced email structures
- email_template: better display of the front-end link
- email designer: added a link to the backend
- added forgotten dependency towards email_template

bzr revid: tde@openerp.com-20140213124508-xr6xzmqgd9qqrtp0
2014-02-13 13:45:08 +01:00
openerp-sle e7f03b92c4 [MERGE] trunk
bzr revid: openerp-sle@openerp-sle.home-20140213121633-d1qnw9hsgz2e392d
2014-02-13 13:16:33 +01:00
openerp-sle 0ae6d1f4e7 [FIX] More accurate values for the demo paper format and website contact widget enhanced
bzr revid: openerp-sle@openerp-sle.home-20140213120739-4jh30s94scfr584e
2014-02-13 13:07:39 +01:00
Thibault Delavallée 605f49f2e1 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20140213120602-fuai78kcqwb8vijg
2014-02-13 13:06:02 +01:00
Thibault Delavallée df313af409 [MERGE] [IMP] crm: added default alias configurable directly in sales configuration menu. This default alias is an alias creating leads, not linked to a specific thread or parent.
Like what has been done in HR recently, it is now possible to directly configure a default alias for leads in the sales configuration menu. This allows an easier alias configuration compared to directly editing the aliases.

[FIX] hr: fixed default alias computation.

bzr revid: tde@openerp.com-20140213112811-y4rynjmdldrjs4gg
2014-02-13 12:28:11 +01:00