Commit Graph

61544 Commits

Author SHA1 Message Date
vta vta@openerp.com 877957819e [FIX] Fixed a forgotten add(), SearchView#on_invalid().
bzr revid: vta@openerp.com-20121019111558-zu8hzh7u61srew2e
2012-10-19 13:15:58 +02:00
Bhumi Thakkar (Open ERP) 054f6e7965 [IMP] Improve css to hide border and remove images,add an item link from list view.
bzr revid: bth@tinyerp.com-20121019111457-altw97yqg2abp58m
2012-10-19 16:44:57 +05:30
Xavier Morel a060b1400b [FIX] SelectCreatePopup: append search view at the right position in the DOM
Old error had added the list and the search at the same place of the
popup, leading to strange interactions as the search view is floated
to the right: in Firefox the search view would be hidden behind the
list (completely), in Chrome the search view would be visible but
"overlaid" with a transparent section of the list, and (tentative)
clicks on the search view would have no effect as they'd actually be
done on and in the list view.

bzr revid: xmo@openerp.com-20121019110804-3kg91rro91isp771
2012-10-19 13:08:04 +02:00
Quentin (OpenERP) 8ca8f50656 [FIX] account_voucher: fixed yaml test in order to reflect what the client are really sending as information
bzr revid: qdp-launchpad@openerp.com-20121019110720-xhkhzd04caczsz41
2012-10-19 13:07:20 +02:00
Quentin (OpenERP) 820c2551bb [IMP] tools, yaml_import: the values given to the creation should only include the fields that aren't readonly in the view. Because that's what clients do
bzr revid: qdp-launchpad@openerp.com-20121019110604-1gvfcgqvwd1izh71
2012-10-19 13:06:04 +02:00
RGA(OpenERP) 96254074d7 [FIX] reconcile view: use backbone event architecture, remove .add
bzr revid: rgaopenerp-20121019105304-9ddz8q763prmxdg0
2012-10-19 16:23:04 +05:30
RGA(OpenERP) 958b40a440 Merge with trunk
bzr revid: rgaopenerp-20121019104707-srh16z8kcriu1gtx
2012-10-19 16:17:07 +05:30
Thibault Delavallée c3a27390eb [FIX] mail_message: fixed message_unread filter name, to be able to use action counter on mail.messages.
bzr revid: tde@openerp.com-20121019101211-2tuz45x891a3izzl
2012-10-19 12:12:11 +02:00
Xavier Morel 3be621b9bc [IMP] hack-ish hack to make reorderable lists non-reorderable in readonly o2m
* Technically this is done by the the setup_reseq override

* the filtering added to FieldOne2Many is for UI improvement

bzr revid: xmo@openerp.com-20121019100725-izotstggoxpfjk6k
2012-10-19 12:07:25 +02:00
Thibault Delavallée fbb80f4ba6 [REVIEW] mail: some code cleanup before merging.
mail.message: fixed to_read condition
mail.message: cleaned message_read code
mail.thread: fixed mega security hole, giving superuser rights when creating objects in mail.thread

bzr revid: tde@openerp.com-20121019095919-xa95j10f22va6djm
2012-10-19 11:59:19 +02:00
Thibault Delavallée 4ab127557d [REV] mail_followers: this.view.dataset.ids[0] back to its old this.view.datarecord.id form.
bzr revid: tde@openerp.com-20121019095626-7j3xpjebay33nyij
2012-10-19 11:56:26 +02:00
Jigar Amin 2f0333df4c [MERGE] lp:~openerp-dev/openobject-addons/trunk-misc-security-access-right-aja
bzr revid: jam@tinyerp.com-20121019093638-urnn6tcqhrrrp4sp
2012-10-19 15:06:38 +05:30
Thibault Delavallée 347be7b72c [FIX] mail_message: fixed message_read adding too much expandables, due to bad code indentation.
bzr revid: tde@openerp.com-20121019091329-5jnht3of77zqukl0
2012-10-19 11:13:29 +02:00
Jiten (OpenERP) 68e66d2dfb [IMP] Improved code to based on printing on browser by click Ctrl+P.
bzr revid: jra@tinyerp.com-20121019090746-do2pmc8z5hvoh8l7
2012-10-19 14:37:46 +05:30
Thibault Delavallée 0b4a35d62e [FIX] mail_followers widget: fixed bug trying to get current record id, now using datarecord.id.
bzr revid: tde@openerp.com-20121019083612-9oklso9sht5qj5tq
2012-10-19 10:36:12 +02:00
Thibault Delavallée e47d26a9e4 [IMP] [TMP] mail: tests: added some tests and debug when facing the now famous random runbot-dev bug, that is now not only trigerred on runbot-dev.
bzr revid: tde@openerp.com-20121019081736-rpsqvve1bjhl5ymg
2012-10-19 10:17:36 +02:00
Thibault Delavallée d3b2aff657 [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20121019074855-q13yu3kz0jqmr2hi
2012-10-19 09:48:55 +02:00
Christophe Matthieu 57263d65d6 [FIX] mail: remove message_loaded on call message_post_api
bzr revid: chm@openerp.com-20121019073610-nfbgn83kixxm1x64
2012-10-19 09:36:10 +02:00
Christophe Matthieu df2d88a5ab [FIX] mail: message_post_api call and new_message_id value
bzr revid: chm@openerp.com-20121019073338-brb0g1qivvs9pyry
2012-10-19 09:33:38 +02:00
ajay javiya (OpenERP) 86bbcadff6 [IMP]:Inherit warehouse user inherit from group employee
bzr revid: aja@tinyerp.com-20121019071912-gt9k5v6vh64quz5t
2012-10-19 12:49:12 +05:30
Bhumi Thakkar (Open ERP) b734ff2ec5 [MERGE] Merge lp:~openerp-dev/openerp-web/trunk-improve-css-printing.
bzr revid: bth@tinyerp.com-20121019070807-uvtlzayxbkovn07f
2012-10-19 12:38:07 +05:30
Bhumi Thakkar (Open ERP) 479627856c [IMP] Improve css to hide scroll in mail threads and remove text shadow.
bzr revid: bth@tinyerp.com-20121019063730-cx2axh9cgbego6o0
2012-10-19 12:07:30 +05:30
Jiten (OpenERP) ee40868da9 [MERGE] Merged trunk.
bzr revid: jra@tinyerp.com-20121016054400-14aecskaihyisudd
bzr revid: jra@tinyerp.com-20121017104013-izsyo7vmhr34j6ta
bzr revid: jra@tinyerp.com-20121018060329-7ww5t46blyw2a60q
bzr revid: jra@tinyerp.com-20121019054845-47naqth4kfe6xczv
2012-10-19 11:18:45 +05:30
Bhumi Thakkar (Open ERP) 88f599e3fd [MERGE] Merge lp:openerp-web.
bzr revid: bth@tinyerp.com-20121019053948-u3t07xjiz3yex9po
2012-10-19 11:09:48 +05:30
Launchpad Translations on behalf of openerp 5bfa3c5a7d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121019053933-51d6oob5aw0ujz40
2012-10-19 05:39:33 +00:00
Mayur Maheshwari (OpenERP) 1901cda266 [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20121019052334-zgq8u774xdrns0pd
2012-10-19 10:53:34 +05:30
Mayur Maheshwari (OpenERP) d6c2e9bab3 [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20121015090323-g8j26cfbl4gyha46
bzr revid: mma@tinyerp.com-20121016052743-qvjgo91na06spnm5
bzr revid: mma@tinyerp.com-20121018053009-tl3gqv20z8522msh
bzr revid: mma@tinyerp.com-20121019051149-5iv88r8pr2xpizur
2012-10-19 10:41:49 +05:30
Mayur Maheshwari (OpenERP) d1131c4a8d [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20121018052756-65fv51x0qrmz7zj6
bzr revid: mma@tinyerp.com-20121019050930-mcht3lslqjk38q22
2012-10-19 10:39:30 +05:30
pankita shah (Open ERP) c25c19a4f4 [MERGE] merged with lp:openobject-addons
bzr revid: shp@tinyerp.com-20121019050821-6e0dbnsxxzg0zocf
2012-10-19 10:38:21 +05:30
pankita shah (Open ERP) a098bdc7f1 [IMP] improve condition
bzr revid: shp@tinyerp.com-20121019050621-kz81td0dsdt4681o
2012-10-19 10:36:21 +05:30
pankita shah (Open ERP) 1bb1b98a31 [IMP] warning message replace is posterior to by comes before
bzr revid: shp@tinyerp.com-20121019045723-rt8fqmuk11vsgiak
2012-10-19 10:27:23 +05:30
Mayur Maheshwari (OpenERP) 7295442de8 [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20121016051445-r8q5f1ueuja66q5h
bzr revid: mma@tinyerp.com-20121018052148-1k463zktexttldb2
bzr revid: mma@tinyerp.com-20121019045120-t8ee1fyz84fe751c
2012-10-19 10:21:20 +05:30
Jigar Amin a1cb39e65c [MERGE] Sync with trunk
bzr revid: jam@tinyerp.com-20121019042856-w7u49cd295i2ilvi
2012-10-19 09:58:56 +05:30
Antony Lesuisse 4755454c2a [FIX] remove console.log
bzr revid: al@openerp.com-20121018203118-ufstntp8wshs3fjj
2012-10-18 22:31:18 +02:00
Quentin (OpenERP) 536cb8775c [TEST] removing values at record creation in yaml
bzr revid: qdp-launchpad@openerp.com-20121018184323-5kq9fb54slij3ioo
2012-10-18 20:43:23 +02:00
Atul Patel (OpenERP) e038b7489c [MERGE]: Merged with trunk
bzr revid: atp@tinyerp.com-20121018182657-pipnhx8fatjfir30
2012-10-18 23:56:57 +05:30
Thibault Delavallée a6a47fc949 [CLEAN] TopButton: removed unnecessary options in context.
bzr revid: tde@openerp.com-20121018164533-8np5jqw8d3gv1kf1
2012-10-18 18:45:33 +02:00
Antony Lesuisse 75735ea1c5 [DIE] callbackenabled
bzr revid: al@openerp.com-20121018155837-lr90ldzrnwd06ueu
2012-10-18 17:58:37 +02:00
Antony Lesuisse c4104503d6 [DIE] callbackenable
bzr revid: al@openerp.com-20121018155755-ldtrek7v33gz93po
2012-10-18 17:57:55 +02:00
Fabien Meghazi 6e04399945 [FIX] m2o#focus() does nothing when readonly
bzr revid: fme@openerp.com-20121018154755-a9hurjb0664l03x2
2012-10-18 17:47:55 +02:00
Thibault Delavallée b2e7caca7d [ADD] mail: added forgottent mail_favorite_view.xml file.
bzr revid: tde@openerp.com-20121018153334-g7fv8mv3a8utrx76
2012-10-18 17:33:34 +02:00
Thibault Delavallée 8716ea43b7 [FIX] Favorite menu: fixed domain, forgottent to update star into favorite.
bzr revid: tde@openerp.com-20121018153139-nw5jpnrju5taid3r
2012-10-18 17:31:39 +02:00
Thibault Delavallée 91f4e942db [IMP] mail: star is renamed as favorite (propagated changes through module); added views for this model in technical feature, under emails. Cleaned message_read and message_read_get_expandable because the code was quite obfuscated.
bzr revid: tde@openerp.com-20121018152322-cakaas3a77h1pi7m
2012-10-18 17:23:22 +02:00
Quentin (OpenERP) 68390f3faf [MERGE] fixes related to stored fields.function with a fnct_inv defined
bzr revid: qdp-launchpad@openerp.com-20121018150628-etdj3smsxud9nnjv
2012-10-18 17:06:28 +02:00
Xavier Morel b5be361c55 [FIX] various listview issues
bzr revid: xmo@openerp.com-20121018150108-althdcxk3jc2bkun
2012-10-18 17:01:08 +02:00
Xavier Morel 4223b1e786 [IMP] add overridable dimension-setting method on form fields
bzr revid: xmo@openerp.com-20121018145712-am4y6bdnz2x14i2c
2012-10-18 16:57:12 +02:00
Fabien Meghazi adb172b7cb [IMP] Binary fields, use html5 api if available
bzr revid: fme@openerp.com-20121018143730-2qoalz6uye5ggbn5
2012-10-18 16:37:30 +02:00
Quentin (OpenERP) 4b426887ff [FIX] account: print overdue report
bzr revid: qdp-launchpad@openerp.com-20121018143332-rwbydw558m1jgp13
2012-10-18 16:33:32 +02:00
Quentin (OpenERP) b4fbe43de1 [REV] reverting some useless patches before merge in feature branch
bzr revid: qdp-launchpad@openerp.com-20121018142601-trgb2kbgrvzl4jk2
2012-10-18 16:26:01 +02:00
Olivier Dony 5b166040b1 [MERGE] expression: negative operators (e.g. NOT IN) where not working on o2m fields - tests added
bzr revid: odo@openerp.com-20121018142136-sptithprvul2v7cc
2012-10-18 16:21:36 +02:00