Commit Graph

5578 Commits

Author SHA1 Message Date
Martin Trigaux 3085dbde98 [MERGE] [IMP] bounce effect on statusbar
bzr revid: mat@openerp.com-20130530121345-5xg7indlm3mgm217
2013-05-30 14:13:45 +02:00
Launchpad Translations on behalf of openerp f9223b5bb6 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130530060240-vglq7yjkt04wsw3s
2013-05-30 06:02:40 +00:00
Martin Trigaux c57336af8e [MERGE] [IMP] improve bounce effect on readonly form
bzr revid: mat@openerp.com-20130529154243-5y5psw3eqce91uxe
2013-05-29 17:42:43 +02:00
Martin Trigaux a33c762ba0 [IMP] sync with latest trunk
bzr revid: mat@openerp.com-20130529154059-g8yda797kblmfv18
2013-05-29 17:40:59 +02:00
Martin Trigaux 2e3ef3e687 [MERGE] ps test 48 [IMP] improve css for dropbdown
bzr revid: mat@openerp.com-20130529150858-z38l0r36w0ns4f3b
2013-05-29 17:08:58 +02:00
Amit Bhavsar (Open ERP) 20210d96f8 [MERGE] merge with latest trunk
bzr revid: amb@tinyerp.com-20130528085853-33ak0wen7shv6af2
2013-05-28 14:28:53 +05:30
Vidhin Mehta e9fadb6ff8 [MERGE]Trunk.
bzr revid: vme@tinyerp.com-20130514120256-0xob1bgm77zrsp27
bzr revid: vme@tinyerp.com-20130523051407-vyl5oy2ubm1on2r3
2013-05-23 10:44:07 +05:30
Thibault Delavallée 978c76c5ea [MERGE] [IMP] mail: improved management of links in notification emails.
This branch adds the URL parameters in context.params.

bzr revid: tde@openerp.com-20130522124012-pf2m5efmmz1vuilc
2013-05-22 14:40:12 +02:00
Martin Trigaux 5d47a52df3 [MERGE] fix various usability problems
bzr revid: mat@openerp.com-20130522095856-ol8igg97ctyh49sg
2013-05-22 11:58:56 +02:00
Turkesh Patel (Open ERP) 83740f70f0 [MRG] merge with lp:openerp-web
bzr revid: tpa@tinyerp.com-20130522063018-q6oevmlcnrfl7i79
2013-05-22 12:00:18 +05:30
Thibault Delavallée 23c5622e71 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130521123730-06f931ihz43p2o63
2013-05-21 14:37:30 +02:00
Thibault Delavallée dddabd3e0c [MERGE] [IMP] 'Stage Bar Manu' Task. This task improves the statusbar widget. Folded columns are
not hidden anymore, but available in a side menu accessible after other stages. The 
purpose is to be able to have access to all stages using this widget. This way we will be 
able to remove some action buttons in form views in a future task.

This web branch updates the statusbar widget (JS and CSS).

bzr revid: tde@openerp.com-20130517090626-n1g1k1o4r8wk9l4v
2013-05-17 11:06:26 +02:00
Christophe Matthieu 8adb904c23 [FIX] status: css
bzr revid: chm@openerp.com-20130516123304-5asyucwqum8ys1me
2013-05-16 14:33:04 +02:00
Thibault Delavallée 9bda794b0a [MERGE] Sync with trunk
bzr revid: nicolas.vanhoren@openerp.com-20130502163948-rtw3gcyo6rbfe12j
bzr revid: nicolas.vanhoren@openerp.com-20130502165303-54t6cmgulrd834wk
bzr revid: tde@openerp.com-20130514114131-ga845n4rub3pah0w
2013-05-14 13:41:31 +02:00
Launchpad Translations on behalf of openerp 389f491114 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130510060814-p5dqz6jx70vyj3h2
bzr revid: launchpad_translations_on_behalf_of_openerp-20130506054018-5fi2sd0fxqneyv2p
bzr revid: launchpad_translations_on_behalf_of_openerp-20130512052818-cdxzcubppixczhl3
bzr revid: launchpad_translations_on_behalf_of_openerp-20130513051744-ykvvn8a82rsew0ki
bzr revid: launchpad_translations_on_behalf_of_openerp-20130514053036-l4i85pmwsn1qspgl
2013-05-14 05:30:36 +00:00
Xavier Morel 7743760a4f [FIX] case where Root's dispatcher finds a non-exposed method
Using elif, if a method was found but not exposed (because
internal/whatever) the controller's index method would be skipped
during URL dispatch leading to a 404.

Since matched method yields an early return, a simple if will work,
and will *not* skip case where ``method and not method.exposed``

bzr revid: xmo@openerp.com-20130507081611-t2bfba2ai79xj1ew
2013-05-07 10:16:11 +02:00
Antony Lesuisse 3baa897ec2 [REV] transactions on controllers
bzr revid: al@openerp.com-20130506112938-g9hck0xbwfb817r5
2013-05-06 13:29:38 +02:00
niv-openerp ff15c4ce7f [IMP] Added new api to handle transactions in controllers
bzr revid: nicolas.vanhoren@openerp.com-20130506102955-x28gmm3rx8i6j345
2013-05-06 12:29:55 +02:00
niv-openerp adb6437d3f [FIX] regenerate base.css, looks like someone modified directly base.css -> that's bad
bzr revid: nicolas.vanhoren@openerp.com-20130502165016-bltxxned4c58s1mh
2013-05-02 18:50:16 +02:00
Christophe Matthieu a31af55ef5 [MERGE] force module paths to be bytestrings
The http controllers handler crashes when there are non-ascii chars in the url path.

`openerp.modules.module.ad_paths` containing unicode strings, werkzeug fail to compare the path `module` which is converted to ascii.
force `module` to be bytestrings

bzr revid: chm@openerp.com-20130502122806-1i9h8v0cvhb6p63q
2013-05-02 14:28:06 +02:00
Christophe Matthieu 47d8e1a470 [FIX] http.py
Impossible to load the website when there is a unicode char in the url path.

`openerp.modules.module.ad_paths` containing unicode strings, werkzeug fail to compare the path which is converted to ascii.
force `openerp.modules.module.ad_paths` to only contain bytestrings

bzr revid: chm@openerp.com-20130502104249-ttokukc2rpetxqkr
2013-05-02 12:42:49 +02:00
niv-openerp 5e0437226e [IMP] allow definition of web controllers that match all sub-urls
bzr revid: nicolas.vanhoren@openerp.com-20130502095055-xq9hna23otx65aq4
2013-05-02 11:50:55 +02:00
Vishmita Jadeja (openerp) 3c0bc3aad8 [IMP]Improve in css
bzr revid: vja@tinyerp.com-20130502073706-onxr8vdi3f3vhqvs
2013-05-02 13:07:06 +05:30
Vishmita Jadeja (openerp) 330cf79497 [IMP]Minor change
bzr revid: vja@tinyerp.com-20130502072052-2jo04lhsz3y3fhxi
2013-05-02 12:50:52 +05:30
Vishmita Jadeja (openerp) 23687ef653 [IMP]Improve code
bzr revid: vja@tinyerp.com-20130501055618-06xc6fgj50npvk3u
2013-05-01 11:26:18 +05:30
Vishmita Jadeja (openerp) 847c51b1d7 [IMP]css change
bzr revid: vja@tinyerp.com-20130501054715-ssssf5pgj7c7pn1c
2013-05-01 11:17:15 +05:30
Vishmita Jadeja (openerp) 3b7863b479 [Merge]Merge with trunk
bzr revid: vja@tinyerp.com-20130501054129-2ie8kj73yosxbfo8
2013-05-01 11:11:29 +05:30
Christophe Matthieu d47824c792 [MERGE] from trunk
bzr revid: chm@openerp.com-20130430083444-r300f3a2s5kgbj9k
2013-04-30 10:34:44 +02:00
Christophe Matthieu b8a5ec1dc9 [IMP] rebuild css
bzr revid: chm@openerp.com-20130430083257-ofs43b7y0jjnqau7
2013-04-30 10:32:57 +02:00
Christophe Matthieu fccada6257 [IMP] view_form: statusbar: add a get_distant_fields method to check if the field 'fold' exists, and use a name_get
bzr revid: chm@openerp.com-20130429143621-eulbq3ivu5g9lu4u
2013-04-29 16:36:21 +02:00
Thibault Delavallée 6f92b527c0 [MERGE] Add state into params for action; forward ported from branch initially planned for 7.0
bzr revid: tde@openerp.com-20130426131852-jfq20c3fqj8aon0z
2013-04-26 15:18:52 +02:00
Launchpad Translations on behalf of openerp 8e145d5ec5 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130421044257-raqgv60vzpztfbpp
bzr revid: launchpad_translations_on_behalf_of_openerp-20130424045253-1fct3yblx9cwddr9
2013-04-24 04:52:53 +00:00
Christophe Matthieu 764b318143 [IMP] view_form: FieldStatus, calc_domain: if there is no domain defined, fetch all the records
bzr revid: chm@openerp.com-20130423140942-lu1cakf0a0rgf9pf
2013-04-23 16:09:42 +02:00
Vidhin Mehta b585ca8f09 [REM]
bzr revid: vme@tinyerp.com-20130419094842-qyioltxqj90r4b2d
2013-04-19 15:18:42 +05:30
Vidhin Mehta 46cdb5d335 [MERGE]Trunk.
bzr revid: vme@tinyerp.com-20130419064802-vg9zkgdba6b6zsp4
2013-04-19 12:18:02 +05:30
Xavier Morel 356be95d0c [IMP] missing sections to web module tutorial
bzr revid: xmo@openerp.com-20130418102250-aqt0qfhoff22xgj1
2013-04-18 12:22:50 +02:00
Turkesh Patel (Open ERP) 1516b6f410 [MRG] merge with lp:openerp-web
bzr revid: tpa@tinyerp.com-20130417062715-d5tza49c2uooultg
2013-04-17 11:57:15 +05:30
ggh-openerp d11391c575 [MERGE] with lp:openerp-web
bzr revid: ggh@tinyerp.com-20130417062304-d4hpvmsvm3pay4g0
2013-04-17 11:53:04 +05:30
Christophe Matthieu 97900c25a4 [MERGE] radio-many2one: clean code and allow to apply radio button on many2one field
bzr revid: chm@openerp.com-20130415121608-gmis1l6djbudyez5
2013-04-15 14:16:08 +02:00
Christophe Matthieu ed46400a55 [IMP] view_form: widget radio: clean code
bzr revid: chm@openerp.com-20130415103041-8xogdacjx43v4cgk
2013-04-15 12:30:41 +02:00
Launchpad Translations on behalf of openerp c65d4c6441 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130413053844-gkqad498rnyerawp
bzr revid: launchpad_translations_on_behalf_of_openerp-20130414051642-ld3j9vzqppxmvd44
2013-04-14 05:16:42 +00:00
Christophe Matthieu 5623719b1c [IMP] view_form: radio remove console log
bzr revid: chm@openerp.com-20130411093433-jmsrcxjw0xb6vp1m
2013-04-11 11:34:33 +02:00
Christophe Matthieu 9319356537 [IMP] view_form: radio css readonly
bzr revid: chm@openerp.com-20130411093319-q25a0fbybsjzwvfe
2013-04-11 11:33:19 +02:00
Christophe Matthieu 1d12a480c3 [MERGE] from trunk
bzr revid: chm@openerp.com-20130411092306-wypa8h3kh1v5q8qn
2013-04-11 11:23:06 +02:00
Christophe Matthieu 67452d290e [IMP] view_form: radio button: change style for required field
bzr revid: chm@openerp.com-20130411090654-ujf7fio6lnsppv90
2013-04-11 11:06:54 +02:00
Christophe Matthieu f2beb97168 [IMP] view_form: radio button, replace image by input type radio
bzr revid: chm@openerp.com-20130410160917-4meevyiff65adspx
2013-04-10 18:09:17 +02:00
Christophe Matthieu 60be4d49c5 [IMP] view_form: field radio, display only the selected text in read only mode
bzr revid: chm@openerp.com-20130410135643-szjzolgpbr73kpxh
2013-04-10 15:56:43 +02:00
Christophe Matthieu c756cb72b6 [FIX] view_form: radio button
bzr revid: chm@openerp.com-20130408171702-n7u1ingd33ke8bn4
2013-04-08 19:17:02 +02:00
Christophe Matthieu c63da2f8a7 [IMP] view: add state into params for actions
bzr revid: chm@openerp.com-20130408100136-g02rm74eb3jbgraq
2013-04-08 12:01:36 +02:00
Launchpad Translations on behalf of openerp 6fe10fc8e5 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130409055857-v475gufg9pm5zbqy
bzr revid: launchpad_translations_on_behalf_of_openerp-20130409055920-gtfw1ljrgaej1u0u
bzr revid: launchpad_translations_on_behalf_of_openerp-20130406063645-b7q6s71zvtm9orxm
bzr revid: launchpad_translations_on_behalf_of_openerp-20130407060119-7ojh5lykuwm3ydbn
bzr revid: launchpad_translations_on_behalf_of_openerp-20130409055924-46ylmw1wqri80wgs
2013-04-09 05:59:24 +00:00