Commit Graph

5837 Commits

Author SHA1 Message Date
niv-openerp 09f5b81927 Fixed some bug
bzr revid: nicolas.vanhoren@openerp.com-20130620124805-pvvylxc4z8yl0sp2
2013-06-20 14:48:05 +02:00
niv-openerp 0867b70534 Added doc
bzr revid: nicolas.vanhoren@openerp.com-20130620121858-mwu5t9t4oxv1w7tw
2013-06-20 14:18:58 +02:00
niv-openerp 4119d7ce99 Added werkzeug's arguments
bzr revid: nicolas.vanhoren@openerp.com-20130620121026-btc06m36x9jg1ok0
2013-06-20 14:10:26 +02:00
niv-openerp 027f77a3ce doc
bzr revid: nicolas.vanhoren@openerp.com-20130620112857-knwne19buizfheen
2013-06-20 13:28:57 +02:00
Thibault Delavallée 5157561cb1 [MERGE] [FIX] Statusbar: fixed clikable statusbar on selection field.
bzr revid: tde@openerp.com-20130620104856-c5ipbvjcakeolwgo
2013-06-20 12:48:56 +02:00
niv-openerp 7e4e72f01c removed prints
bzr revid: nicolas.vanhoren@openerp.com-20130620100050-nr3nh1b05ttt72ae
2013-06-20 12:00:50 +02:00
niv-openerp 5a2c7af297 Refactored main.py
bzr revid: nicolas.vanhoren@openerp.com-20130619165957-nw7eb80c7gqqcj7v
2013-06-19 18:59:57 +02:00
niv-openerp 69ae9cc0b5 Big refactoring to prepare even more refactoring
bzr revid: nicolas.vanhoren@openerp.com-20130619161627-543e0brldclvvw98
2013-06-19 18:16:27 +02:00
niv-openerp b3a99c860f now uses only the installed modules to build the routes
bzr revid: nicolas.vanhoren@openerp.com-20130619134711-evs92rdtikdeqjt1
2013-06-19 15:47:11 +02:00
niv-openerp 1a977c7d0d wip
bzr revid: nicolas.vanhoren@openerp.com-20130619123325-mal77wf9pvdnubo2
2013-06-19 14:33:25 +02:00
niv-openerp da9abb25ed fixed minor stuff and removed controllers_object, which will cause some addons to crash
bzr revid: nicolas.vanhoren@openerp.com-20130619122322-aza8yd8jz4lbndnq
2013-06-19 14:23:22 +02:00
niv-openerp 1d2bab08e1 now calls registrymanager update methods
bzr revid: nicolas.vanhoren@openerp.com-20130619105531-aqo7lc71d48lzmw8
2013-06-19 12:55:31 +02:00
niv-openerp ee104c9ed0 now uses one routing map per db
bzr revid: nicolas.vanhoren@openerp.com-20130619101550-e3nb5aq2u474b1wx
2013-06-19 12:15:50 +02:00
niv-openerp 2e0461e483 wip
bzr revid: nicolas.vanhoren@openerp.com-20130619094903-5vblw05lvm4ow19n
2013-06-19 11:49:03 +02:00
niv-openerp d6676ec846 Changed the way the request init
bzr revid: nicolas.vanhoren@openerp.com-20130619094437-ybbgtrgz12n66sno
2013-06-19 11:44:37 +02:00
niv-openerp 14329ab057 added request typing guessing
bzr revid: nicolas.vanhoren@openerp.com-20130618172059-v34p34jkrr8vclb8
2013-06-18 19:20:59 +02:00
niv-openerp fdc08bd64e wip
bzr revid: nicolas.vanhoren@openerp.com-20130618162033-pgl073m9g91rgtxg
2013-06-18 18:20:33 +02:00
niv-openerp 424c2e61e6 wip
bzr revid: nicolas.vanhoren@openerp.com-20130618161050-flzsozt2palfqp1t
2013-06-18 18:10:50 +02:00
niv-openerp c2531549ac small improvements
bzr revid: nicolas.vanhoren@openerp.com-20130618154207-p1n49dwoj2357n5j
2013-06-18 17:42:07 +02:00
niv-openerp f83c1d0f4c changed the way controllers are loaded
bzr revid: nicolas.vanhoren@openerp.com-20130618145028-qrhp0uwp03g95u8h
2013-06-18 16:50:28 +02:00
Thibault Delavallée 180212b999 [FIX] Statusbar: fixed clikable statusbar on selection field.
bzr revid: tde@openerp.com-20130618133521-6zey8imcciqthcuk
2013-06-18 15:35:21 +02:00
niv-openerp 0aaa5edd9d removed useless var
bzr revid: nicolas.vanhoren@openerp.com-20130618113905-yyezil4z5dl12k2v
2013-06-18 13:39:05 +02:00
Vo Minh Thu 93477a815d [FIX] __openerp__.py: added `base` as a dependency.
bzr revid: vmt@openerp.com-20130618095816-5p5h674w8lq0vo18
2013-06-18 11:58:16 +02:00
niv-openerp 24425766ad [REVERT] of revision 3746 because it caused in bug of high priority
lp bug: https://launchpad.net/bugs/1187381 fixed

bzr revid: nicolas.vanhoren@openerp.com-20130617162827-01gm5gvoycf3kz3p
2013-06-17 18:28:27 +02:00
Martin Trigaux 7e4776f2f2 [FIX] pyeval: be more fault tolerant to avoid wrap null values
bzr revid: mat@openerp.com-20130702141600-4s7oan9yidjrlmcc
2013-07-02 16:16:00 +02:00
chs 4039900383 [FIX] monodb: correct behaviour in no-db-list mode (again)
bzr revid: mat@openerp.com-20130702122014-6l79a748lb946hkq
2013-07-02 14:20:14 +02:00
Christophe Simonis d5b4996aab [FIX] web: only open reports in new window on iOS devices
bzr revid: chs@openerp.com-20130702093932-r0nl3b02fludgu9s
2013-07-02 11:39:32 +02:00
Christophe Matthieu bb92e7daf0 [FIX] checkbox position for boolean field in list editable. Remove padding on the field for a good resizing and position and add margin on input
bzr revid: chm@openerp.com-20130627091705-ry0689d3dg4izhn4
2013-06-27 11:17:05 +02:00
Launchpad Translations on behalf of openerp fc8ca396d6 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130625055814-0xhzq55bhk2yalpd
bzr revid: launchpad_translations_on_behalf_of_openerp-20130626061855-up0d9p61pblz40xa
bzr revid: launchpad_translations_on_behalf_of_openerp-20130625055818-kmfgjvq2jfrhd3zr
bzr revid: launchpad_translations_on_behalf_of_openerp-20130626061858-aacxz9wf3f2e4b0v
2013-06-26 06:18:58 +00:00
Xavier Morel 11a0ece543 [FIX] evaluation context structures not being round-tripped through eval
JS objects are converted to py.object when passed in through the
evaluation context. py.object are not serializable by default (because
that doesn't really make sense), which breaks when the input is
intended as a dict and returned (e.g. o2m values, which are triples of
(int, int?, dict?)).

Intuitively, JS objects passed as part of the context should be mostly
JSON-ish and thus dicts, but that turns out not work work as some
addons use attribute accesses within contexts (e.g. parent.access in
account/account_invoice_view.xml)

=> Temporarily solve by converting raw js objects to an "attributed
dict" which acts as both a dict and an object and can be converted to
JSON.

Ideally, py.js should provide for a pluggable conversion, or should
use an attributed mapping internally. See issues 21 and 23.

lp bug: https://launchpad.net/bugs/1182101 fixed

bzr revid: xmo@openerp.com-20130624055929-3rtkgqrp4o87pvau
2013-06-24 07:59:29 +02:00
Launchpad Translations on behalf of openerp e2c795e297 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130622062509-09p9c2ue6lp31hfi
bzr revid: launchpad_translations_on_behalf_of_openerp-20130623055456-p4wd0c25eb7i07g1
bzr revid: launchpad_translations_on_behalf_of_openerp-20130624052601-ewqft8e70ql5qs27
2013-06-24 05:26:01 +00:00
Denis Ledoux 1f6bf43079 [FIX]web: views.js & coresetup.js, ir_actions_report_xml and get_file special case for iOS devices, which do not allow iframe use the way we do it
bzr revid: dle@openerp.com-20130621124449-e3qyz7m7yfvhta1d
2013-06-21 14:44:49 +02:00
Launchpad Translations on behalf of openerp 30b55c6f28 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130620063516-l62hazz4b5zm9k6p
bzr revid: launchpad_translations_on_behalf_of_openerp-20130621060730-fbgecd0fqut0udm9
2013-06-21 06:07:30 +00:00
Xavier Morel a3b9994a3e [FIX] correctly escape labels in search view completion
lp bug: https://launchpad.net/bugs/1191699 fixed

bzr revid: xmo@openerp.com-20130618111059-v7tx4kpzv72c9pz0
2013-06-18 13:10:59 +02:00
Launchpad Translations on behalf of openerp 84ff96b759 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130614070438-ptd4opv50s2ctnxy
bzr revid: launchpad_translations_on_behalf_of_openerp-20130615062100-f80s45b9z73glxhu
bzr revid: launchpad_translations_on_behalf_of_openerp-20130617062118-1oe27crm1ubv65cr
bzr revid: launchpad_translations_on_behalf_of_openerp-20130618065132-ftmkcuitm0j035tl
2013-06-18 06:51:32 +00:00
niv-openerp bd5eaa5f92 Replaced routing by werkzeug routing
bzr revid: nicolas.vanhoren@openerp.com-20130614155250-2a29y2uv2255a79x
2013-06-14 17:52:50 +02:00
niv-openerp c44888527b Added werkzeug route building, not yet switched
bzr revid: nicolas.vanhoren@openerp.com-20130614152621-t8jv4474gt9k6yib
2013-06-14 17:26:21 +02:00
niv-openerp faf2ef3d1a Simplefied a little current routing
bzr revid: nicolas.vanhoren@openerp.com-20130614150125-w8fnyclnw0l8b3r7
2013-06-14 17:01:25 +02:00
niv-openerp 0ab2825e34 corrected test
bzr revid: nicolas.vanhoren@openerp.com-20130614122400-9xns98yv1k42gsoz
2013-06-14 14:24:00 +02:00
Christophe Simonis a61e7cb0c8 [MERGE] forward port of branch saas-1 up to revid 4887 chs@openerp.com-20130612153934-qyp6pb3bc4za4taf
bzr revid: chs@openerp.com-20130613172414-dln3g4j0ykcwaa02
bzr revid: chs@openerp.com-20130613173900-xl7rh321nnw2b04b
2013-06-13 19:39:00 +02:00
niv-openerp 4257dfed8a Added doc in the code
bzr revid: nicolas.vanhoren@openerp.com-20130613170147-d2mfdwlvkg088jtq
2013-06-13 19:01:47 +02:00
niv-openerp 5a22702043 added black magic to detect the user when using http requests
bzr revid: nicolas.vanhoren@openerp.com-20130613162319-1w0renis7g2x5cw0
2013-06-13 18:23:19 +02:00
niv-openerp 213a1a53a3 doc
bzr revid: nicolas.vanhoren@openerp.com-20130613142928-8z4ivvhb9jjm5gxc
2013-06-13 16:29:28 +02:00
niv-openerp 1e70a1f2e1 fix bug with monodb
bzr revid: nicolas.vanhoren@openerp.com-20130613142738-s4zp2b89xlxoaot4
2013-06-13 16:27:38 +02:00
niv-openerp 7c916c5936 added doc
bzr revid: nicolas.vanhoren@openerp.com-20130613142717-nj3ox24vip56buc0
2013-06-13 16:27:17 +02:00
niv-openerp d6c89cdb7c Implemented jsonrpc method
bzr revid: nicolas.vanhoren@openerp.com-20130613140418-2i1qsb6jykhx5jaz
2013-06-13 16:04:18 +02:00
niv-openerp ef6779f484 Added some doc
bzr revid: nicolas.vanhoren@openerp.com-20130613140343-hjvlc697eimgcb55
2013-06-13 16:03:43 +02:00
niv-openerp 20c0e6fbb7 fixed get_lang_list
bzr revid: nicolas.vanhoren@openerp.com-20130613114421-hv3rgj0rxghpwlgp
2013-06-13 13:44:21 +02:00
niv-openerp 787cb04b2d wip
bzr revid: nicolas.vanhoren@openerp.com-20130613114030-hmrc7881jp8ctjic
2013-06-13 13:40:30 +02:00
niv-openerp 2c959246b7 even more security
bzr revid: nicolas.vanhoren@openerp.com-20130613113458-2ww1cbb9q5nz6ayk
2013-06-13 13:34:58 +02:00
niv-openerp 085d34bec3 some polish in session.py
bzr revid: nicolas.vanhoren@openerp.com-20130613113203-w0vralvme3coz0sf
2013-06-13 13:32:03 +02:00
niv-openerp 8fe3da4d55 cosmetic
bzr revid: nicolas.vanhoren@openerp.com-20130613112517-90hwu5l6h3c2dvsd
2013-06-13 13:25:17 +02:00
niv-openerp 1c0282d09d fixed lot of problem with nodb
bzr revid: nicolas.vanhoren@openerp.com-20130613112027-1fps4v7h6zx5omo0
2013-06-13 13:20:27 +02:00
niv-openerp 50a5a612da Now uses request.cr for Model
bzr revid: nicolas.vanhoren@openerp.com-20130613110005-idverfbs9xe6l32w
2013-06-13 13:00:05 +02:00
niv-openerp 4cc12c7f44 Made cr lazy
bzr revid: nicolas.vanhoren@openerp.com-20130613100743-m5tcv0anibiw820f
2013-06-13 12:07:43 +02:00
niv-openerp 9ee7c3f41a added cr property
bzr revid: nicolas.vanhoren@openerp.com-20130613095842-29da30ppr6c06xac
2013-06-13 11:58:42 +02:00
Launchpad Translations on behalf of openerp bd0bd80295 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130613053505-g050lemmco2tgg8a
2013-06-13 05:35:05 +00:00
niv-openerp f58374357e minor cosmetic improvements
bzr revid: nicolas.vanhoren@openerp.com-20130612145647-5wwy71u6lrm7g744
2013-06-12 16:56:47 +02:00
niv-openerp c6b4e77df4 Put @nodb on all methods where it is required in main.py
bzr revid: nicolas.vanhoren@openerp.com-20130611165901-l1pyzpvpniq41a29
2013-06-11 18:59:01 +02:00
niv-openerp 76e04a8ea0 added noauth and nodb
bzr revid: nicolas.vanhoren@openerp.com-20130611163851-okd35aitcj4jnh5i
2013-06-11 18:38:51 +02:00
Christophe Simonis 22a8e5266e [FIX] web: calls to openerp methods do not raises xmlrpc Fault anymore
bzr revid: chs@openerp.com-20130611163527-k6yzb604c36n2wha
2013-06-11 18:35:27 +02:00
Christophe Simonis 6263673720 [MERGE] forward port of branch 7.0 up to revid 3973 chs@openerp.com-20130611145028-f98x6inytlr3ijjg
bzr revid: chs@openerp.com-20130611155251-zk0qkk70z30n81vl
2013-06-11 17:52:51 +02:00
Christophe Simonis ce68573126 [FIX] web: handle monodb correctly when server started with "--no-database-list" option
bzr revid: chs@openerp.com-20130611145028-f98x6inytlr3ijjg
2013-06-11 16:50:28 +02:00
Christophe Simonis 36e113e6bd [FIX] web: handle monodb correctly when server started with "--no-database-list" option
bzr revid: chs@openerp.com-20130611110327-sipc2er6z1ch7leb
2013-06-11 13:03:27 +02:00
Launchpad Translations on behalf of openerp 75595cc55b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130611063100-w95zvev0e2wme31v
bzr revid: launchpad_translations_on_behalf_of_openerp-20130611063242-nvli6wf9xoxol1i9
bzr revid: launchpad_translations_on_behalf_of_openerp-20130611063247-ed0nk3aer2b28d41
2013-06-11 06:32:47 +00:00
niv-openerp a94bbf8e5e [FIX] Merge fix in saas1 for the problem that made the server crash when install a db
bzr revid: nicolas.vanhoren@openerp.com-20130610144915-0nj8vpk7n84ocj3f
bzr revid: nicolas.vanhoren@openerp.com-20130610150657-3xddn91gm0iq0ubp
bzr revid: nicolas.vanhoren@openerp.com-20130610154514-oee6s4f9g17bx63z
2013-06-10 17:45:14 +02:00
Xavier Morel 1ef68b2806 [FIX] picking of username for session data directory in case of setuid
Try using geteuid() before getpass.getuser() so a system where
environment user and effective user (e.g. sudo, start-stop-daemon)
creates session-storage directory with a username matching the access
rights.

lp bug: https://launchpad.net/bugs/1172306 fixed

bzr revid: xmo@openerp.com-20130610092107-o4ym83e4ycz450un
2013-06-10 11:21:07 +02:00
Xavier Morel aa416a9951 [IMP] use introduced variable across function
bzr revid: xmo@openerp.com-20130610071036-8w771r4urq5j31zz
2013-06-10 09:10:36 +02:00
Xavier Morel 48d28c8726 [FIX] display issues of objects with a field called "length"
_.each will interpret these as arrays and take incorrect/nonsensical
code paths.

bzr revid: xmo@openerp.com-20130610070527-5u6uirvfkygsp57d
2013-06-10 09:05:27 +02:00
Launchpad Translations on behalf of openerp 3a296f5386 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130608070127-tu3wr0ejaojeuizk
bzr revid: launchpad_translations_on_behalf_of_openerp-20130609061554-vunz3dsqv73j8io4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130608074839-suk66wcjidodrzyu
bzr revid: launchpad_translations_on_behalf_of_openerp-20130609061704-e1t9mv2alygf4g38
bzr revid: launchpad_translations_on_behalf_of_openerp-20130608075116-643xgspj93t8g1y9
bzr revid: launchpad_translations_on_behalf_of_openerp-20130609061708-y08i6exqm5v36qg7
2013-06-09 06:17:08 +00:00
Olivier Dony cd6279b8fc [I18N] Synchronize translation templates with latest source code
bzr revid: odo@openerp.com-20130607194513-19an571lbpbbzlfz
2013-06-07 21:45:13 +02:00
dle@openerp.com ac63b66448 [ADD]web: chrome.js add My OpenERP.com account
bzr revid: dle@openerp.com-20130607163702-4q2mr9y0cztxqflo
2013-06-07 18:37:02 +02:00
Frédéric van der Essen 63d79a1452 [FIX] css: removed the forced left alignment of dropdown menu on the calling element, as it prevented correct display of the top right drop down menu when it's content was larger than the user name
bzr revid: fva@openerp.com-20130607160307-52z7b4ykb36a2hpr
2013-06-07 18:03:07 +02:00
Xavier Morel 1ea609ba65 [FIX] bugs discovered by failing onwrite test case
Following xmo@openerp.com-20130607120355-x3poxy2ar2bpqqvw:

* add_ids should not add ids which are already in the dataset, this
  leads to duplicates which the web client does not overly like

* methods which add or remove records should not manipulate
  dataset.ids as well as that's now automatic (on_write feature)

* record add should only insert the id in the dataset on non-false ids
  (e.g. list edition uses "pending" record with false id during
  creation, then sets the id it got from create() call)

bzr revid: xmo@openerp.com-20130607152326-2pja1kuwo0ropfuw
2013-06-07 17:23:26 +02:00
Christophe Matthieu aa423f4cb1 [FIX] M2m tags field wrong height count when field in nonactive notebook page at load time.
bzr revid: chm@openerp.com-20130607151339-t9n5iv2vap0kvimw
2013-06-07 17:13:39 +02:00
Christophe Matthieu 27db64f7a0 [FIX] duplicate tag when press tab key two time. Bug 1154057
bzr revid: chm@openerp.com-20130607132203-rcvx6wu820o03tiu
2013-06-07 15:22:03 +02:00
Xavier Morel 8d0d43b40b [IMP] correctly reinsert ids into dataset when moving them around in the list view
bzr revid: xmo@openerp.com-20130607120355-x3poxy2ar2bpqqvw
2013-06-07 14:03:55 +02:00
Martin Trigaux aa0072b1b5 [MERGE] [FIX] export: allow excluding special virtual fields from exportable data
For example the virtual 'Access Rights' fields on
res.users cannot be browsed and cannot currently
by exported.

bzr revid: mat@openerp.com-20130607113400-wglfoknh8qe0hgsx
2013-06-07 13:34:00 +02:00
niv-openerp 9b1904e892 Put back stuff removed by merge
bzr revid: nicolas.vanhoren@openerp.com-20130607103749-7pe6k3vgwudohnxo
2013-06-07 12:37:49 +02:00
Christophe Matthieu a941c199c1 [FIX] translation button or icon not displayed with html widget. Bug 1179505
bzr revid: chm@openerp.com-20130607101517-zilu97d4akhho72v
2013-06-07 12:15:17 +02:00
Olivier Dony 6901c4f981 [FIX] export: allow excluding special virtual fields from exportable data
For example the virtual "Access Rights" fields on
res.users cannot be browsed and cannot currently
by exported.

bzr revid: odo@openerp.com-20130607093044-y3bct44ralu8yf0o
2013-06-07 11:30:44 +02:00
niv-openerp 956a05e0f2 Replaced main
bzr revid: nicolas.vanhoren@openerp.com-20130607091856-mnjnllza9oafqxb7
2013-06-07 11:18:56 +02:00
niv-openerp b778d3c45a merge trunk
bzr revid: nicolas.vanhoren@openerp.com-20130607085618-quxxm6izqlfnoy1n
2013-06-07 10:56:18 +02:00
Christophe Matthieu 56e4be5d1d [IMP] Improve typos in warning (Grammar mistake, Capitalize title, Typos)
bzr revid: chm@openerp.com-20130607083901-f24fjvo0vi696ll3
2013-06-07 10:39:01 +02:00
Christophe Matthieu 7a0308cdfe [MERGE] Improve typos in warning (Grammar mistake, Capitalize title, Typos)
bzr revid: chm@openerp.com-20130607082958-a59md26e0nmhzsf7
2013-06-07 10:29:58 +02:00
niv-openerp 9d412b63cb fix another stupid bug
bzr revid: nicolas.vanhoren@openerp.com-20130607080108-ajjly9a05ny96hmd
2013-06-07 10:01:08 +02:00
niv-openerp 3d782a25d9 fix stupid bug
bzr revid: nicolas.vanhoren@openerp.com-20130606164726-zdwd4rf93m7unt35
2013-06-06 18:47:26 +02:00
niv-openerp a3e430ec63 Changed to use werkzeug's LocalStack
bzr revid: nicolas.vanhoren@openerp.com-20130606162020-oemq8eyuxr47a2e1
2013-06-06 18:20:20 +02:00
Christophe Matthieu 22f268328c [MERGE] cleditor: on window resize blur event not triggered except firefox so due to which value disappears from the container.
bzr revid: chm@openerp.com-20130606144437-c9rccpsqjv13t3rw
2013-06-06 16:44:37 +02:00
Christophe Matthieu 7ad343636b [FIX] view_list: when we have more than 80 record in list and we create new record and switch the views like form->list->form gives traceback. Get if the index is over the number of visible records
bzr revid: chm@openerp.com-20130606142616-41xxepfzkdvyqu9m
2013-06-06 16:26:16 +02:00
Christophe Matthieu b151613f0d [MERGE] pager should be disappear when we create a new record from o2m/m2m popup.
bzr revid: chm@openerp.com-20130606121754-r9xa11ms6do2nrwh
2013-06-06 14:17:54 +02:00
Christophe Matthieu ef346d8b35 [FIX] min height of textarea field in non selected tabs.
bzr revid: chm@openerp.com-20130606120735-u79dqaubgq6zg7tu
2013-06-06 14:07:35 +02:00
Christophe Matthieu 89086e4451 [FIX] view list: some title not align with other.
bzr revid: chm@openerp.com-20130606104145-jezs2u9tr3xb3fmh
2013-06-06 12:41:45 +02:00
Christophe Matthieu 079b780384 [FIX] height of the many2many_tags field when the field is empty
bzr revid: chm@openerp.com-20130606102437-8j0ga41pwe8fogd0
2013-06-06 12:24:37 +02:00
Christophe Matthieu cf0fcaebc9 [MERGE] Onchange must be called for m2o when the popup view is opened an return changes (save button).
bzr revid: chm@openerp.com-20130606094739-3ydlncwv711txo41
2013-06-06 11:47:39 +02:00
Xavier Morel b45fc9bb82 [FIX] correctly display char[password] as stars in list views
lp bug: https://launchpad.net/bugs/1113419 fixed

bzr revid: xmo@openerp.com-20130606091325-q2wgizk8yq4xkgj6
2013-06-06 11:13:25 +02:00
Mohammed Shekha 2b65ba1f64 [FIX]Refixed the issue of resequence, added id at specified index in dataset.
bzr revid: msh@openerp.com-20130606065630-r536yqlcq0wihs8l
2013-06-06 12:26:30 +05:30
Xavier Morel d72773015e [IMP] close search autocompletion list while completing
Looks slightly worse as results don't seamlessly update in-place, but
limits/avoids the risk of quick-typing, hitting [Return] and getting
an incomplete/incorrect query because the completion didn't catch up
(e.g. slow network) and [Return] validated the previously retrieved
completion.

lp bug: https://launchpad.net/bugs/1183746 fixed

bzr revid: xmo@openerp.com-20130605144949-jbzs2hppr6c1djg3
2013-06-05 16:49:49 +02:00
Xavier Morel 672933ebfe [IMP] PNG recompression
bzr revid: xmo@openerp.com-20130605124327-poy97bvw73sdm1o6
2013-06-05 14:43:27 +02:00
Xavier Morel a0fbd674c9 [FIX] search view layout in case of very long facet value
* don't fix facet height so the facet content correctly "grows" all of
  the facet and thus the surrounding view

* hard-code the heights of the view-level controls (clear and open
  drawer) to avoid both overly large hitbox and their moving outside
  of the top-right corner

* add some margins on the facets container to avoid overlaps between
  top-level search controls and facet activable elements

lp bug: https://launchpad.net/bugs/1123704 fixed

bzr revid: xmo@openerp.com-20130605105240-h9o03ol7l8dti1yn
2013-06-05 12:52:40 +02:00