Commit Graph

33472 Commits

Author SHA1 Message Date
Xavier Morel 86a5de431b [FIX] don't use @string on filters inside fields in search view, use @help
bzr revid: xmo@openerp.com-20110812083820-tnk2yv7kkuylg9aw
2011-08-12 10:38:20 +02:00
Xavier Morel 61e9552f6d [FIX] reintroduce o2m search field, aliases to CharField. Also make m2m search field an actual alias to CharField
bzr revid: xmo@openerp.com-20110812083610-utduagt0np0h7rib
2011-08-12 10:36:10 +02:00
sma (Tiny) 5a1b47417c [MERGE]
bzr revid: sma@tinyerp.com-20110812083406-d5mi5tk72lgqtvyp
2011-08-12 14:04:06 +05:30
Xavier Morel 3278222800 [FIX] project_scrum: filters in field in override to project search view
bzr revid: xmo@openerp.com-20110812080051-ozhrap5afiqunt1f
2011-08-12 10:00:51 +02:00
Jigar Amin - OpenERP 18de9c065a [FIX] typo fied name
lp bug: https://launchpad.net/bugs/825008 fixed

bzr revid: jam@tinyerp.com-20110812074021-7cbge6mgfamim32w
2011-08-12 13:10:21 +05:30
Vidhin Mehta (OpenERP) f17f4bbd48 [IMP]checked that shortcut are from either ir.ui.menu or it is tree view
bzr revid: vme@tinyerp.com-20110812071248-y9oqa8t1wx61xciu
2011-08-12 12:42:48 +05:30
Antony Lesuisse 2f9f557e18 [FIX] get rid of unsued menus and submenu
bzr revid: al@openerp.com-20110811181217-y2yxdz34uswijwza
2011-08-11 20:12:17 +02:00
Fabien Meghazi a94ac45ed7 [IMP] CalendarView: Added colors to events
bzr revid: fme@openerp.com-20110811171337-ebal9w5qwsjfbq2c
2011-08-11 19:13:37 +02:00
niv-openerp 5569e47846 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20110811164032-wwr89j4dg8dnbgb7
2011-08-11 18:40:32 +02:00
niv-openerp bd95f542ad [imp] setup i18n
bzr revid: nicolas.vanhoren@openerp.com-20110811163933-lcs6zv2e3kn8b09j
2011-08-11 18:39:33 +02:00
Fabien Meghazi 1ce53f9425 [FIX] Bug in previous revision
bzr revid: fme@openerp.com-20110811162609-k112p5t0bewnaj42
2011-08-11 18:26:09 +02:00
Fabien Meghazi 4df61cba69 [FIX] CalendarView: extra argument type check
bzr revid: fme@openerp.com-20110811162210-suf52n8k1abgu2az
2011-08-11 18:22:10 +02:00
Fabien Meghazi 9df84d52ed [IMP] CalendarView: bind openerp form view to 'open details' icon
bzr revid: fme@openerp.com-20110811162104-2pueyflxtpf7oqpf
2011-08-11 18:21:04 +02:00
Fabien Meghazi c1401ef8f0 [FIX] Fixed css problem with reauired fields
bzr revid: fme@openerp.com-20110811161927-ot5p552djlb1iigw
2011-08-11 18:19:27 +02:00
Fabien Meghazi 673a0683e8 [IMP] CalendarView: Fitler events using sidebar 'Responsibles' option
bzr revid: fme@openerp.com-20110811160754-jfexopgrrqnfg9df
2011-08-11 18:07:54 +02:00
niv-openerp a245bf3719 [imp] add Save & New in popups for o2m & m2m
bzr revid: nicolas.vanhoren@openerp.com-20110811160347-rn4kjlpib1lh1o5p
2011-08-11 18:03:47 +02:00
Antony Lesuisse 1dea8eff47 [FIX] action where res_id is defined
bzr revid: al@openerp.com-20110811145904-0on11bcatcvg8r3q
2011-08-11 16:59:04 +02:00
Xavier Morel 1dea9ed16f [FIX] when reloading the view description thingie, the listview needs to send the search context along so stuff line invisible attributes (for invisible columns) can be correctly evaluated
bzr revid: xmo@openerp.com-20110811144407-f5nlq89wqdh4z0pa
2011-08-11 16:44:07 +02:00
Fabien Meghazi 935f52f741 [IMP] CalendarView now works with date_delay
bzr revid: fme@openerp.com-20110811132410-9g7nktccxfis9tkk
2011-08-11 15:24:10 +02:00
Xavier Morel 142ae74461 [FIX] re-introduce M2M widget
bzr revid: xmo@openerp.com-20110811131257-t6pdqsdrhuxgne22
2011-08-11 15:12:57 +02:00
niv-openerp 3c8664626c [fix] problem due alification
bzr revid: nicolas.vanhoren@openerp.com-20110811124813-ni1mdvcmp6gwvhsn
2011-08-11 14:48:13 +02:00
olt@tinyerp.com c0bedd91f0 [IMP] added more fields in default anonymization config
bzr revid: olt@tinyerp.com-20110811105835-1tbv4s50o2160maf
2011-08-11 12:58:35 +02:00
Xavier Morel adf903f0b0 [FIX] listview pagination
broken in fme@openerp.com-20110808144120-xlut0922rd61moxc, listview needs to get it from the action descriptor stored in the parent object

bzr revid: xmo@openerp.com-20110811084301-xp42ylhmv2ackhws
2011-08-11 10:43:01 +02:00
Xavier Morel 13c30f7b50 [IMP] avoid altering the dataset's domain and context in place during list view search
bzr revid: xmo@openerp.com-20110811082818-hhgdmn0k10tnbxm4
2011-08-11 10:28:18 +02:00
sma (Tiny) 33f984d056 [FIX] Minor changes.
bzr revid: sma@tinyerp.com-20110811071934-adjiwyspxegdpzk5
2011-08-11 12:49:34 +05:30
Xavier Morel 13c75281b0 [IMP] change DataSet.read_slice to take an options object for optional fields, offset and limit args
bzr revid: xmo@openerp.com-20110811070050-pkz6x39tf0i4e49r
2011-08-11 09:00:50 +02:00
Xavier Morel 93a1fa9263 [ADD] some jsdoc before refactoding dataset methods
bzr revid: xmo@openerp.com-20110811062835-smlv47aybl336q9b
2011-08-11 08:28:35 +02:00
Antony Lesuisse af721b53d1 [IMP] misc comments
bzr revid: al@openerp.com-20110811031000-z0nkvickg6dkfe0d
2011-08-11 05:10:00 +02:00
Antony Lesuisse bb381cb21f [FIX] viewmanageraction set action before _super
bzr revid: al@openerp.com-20110811030309-76p0gev9e2dqng2s
2011-08-11 05:03:09 +02:00
Antony Lesuisse f31d25f556 [IMP] cleanups, session in core, keep a ref to webclient in window.openerp.sessions for debugging
bzr revid: al@openerp.com-20110811024246-g3it6dtrqidzv0rx
2011-08-11 04:42:46 +02:00
Antony Lesuisse 51da265304 [FIX] list button actions
bzr revid: al@openerp.com-20110811020014-skhi0zscvs1n7md5
2011-08-11 04:00:14 +02:00
Antony Lesuisse 4fc1277932 [FIX] actionmanager ir.action.act_window_close and button special
bzr revid: al@openerp.com-20110811015232-sv31mivmb9zvpszs
2011-08-11 03:52:32 +02:00
Antony Lesuisse c605d7a770 [FIX] actionmanager dialog
bzr revid: al@openerp.com-20110810230213-k9qrjv491tetsaqj
2011-08-11 01:02:13 +02:00
Antony Lesuisse ea999bd1cd [FIX] dialog restore close hook fme
bzr revid: al@openerp.com-20110810222354-glykgj1cvvt57upa
2011-08-11 00:23:54 +02:00
Antony Lesuisse 0b9610e435 [IMP] remove actiondialog
bzr revid: al@openerp.com-20110810192509-isdf1h8vb758r07j
2011-08-10 21:25:09 +02:00
Fabien Meghazi 791fcfb072 [FIX] Fixed event boundaries padding bug
bzr revid: fme@openerp.com-20110810161601-pk4sm0fuc2or51l4
2011-08-10 18:16:01 +02:00
Fabien Meghazi 0cd8a79009 [ADD] Added exception throw when domain references an unknown field
bzr revid: fme@openerp.com-20110810154238-h18xpgjtbhqlr67d
2011-08-10 17:42:38 +02:00
Xavier Morel 84dde229f0 [IMP] use Class for Compound* types instead of manual prototypes
bzr revid: xmo@openerp.com-20110810145840-rblh9kouk1pf63by
2011-08-10 16:58:40 +02:00
Antony Lesuisse 5492bc8cf2 [FIX] crm phonecalls missing column for attrs expression
bzr revid: al@openerp.com-20110810145707-j0ww5xaonazskhtl
2011-08-10 16:57:07 +02:00
Olivier Dony e96a9599b1 [FIX] event: typo in calendar view, date_delay is for durations
bzr revid: odo@openerp.com-20110810145417-arb6e3bedvaxjuf3
2011-08-10 16:54:17 +02:00
Antony Lesuisse 8bade5d04d [FIX] database password naming
bzr revid: al@openerp.com-20110810143039-9ifxkl9qjl4kkm0s
2011-08-10 16:30:39 +02:00
Xavier Morel 34a12f0a78 [FIX] root a bunch of ignores to the base dir of the repository
bzr revid: xmo@openerp.com-20110810142748-odai8ff6nh0q8fdm
2011-08-10 16:27:48 +02:00
Xavier Morel 5e7f787c65 [IMP] simplify code of padding function in date formatting, add some doc, fix name
bzr revid: xmo@openerp.com-20110810141545-k98nvymjy5r7sslb
2011-08-10 16:15:45 +02:00
Xavier Morel 2d13490435 [REM] references to color in list rows, not used anymore and template broken anyway
bzr revid: xmo@openerp.com-20110810140058-mbnbp04seohojh0h
2011-08-10 16:00:58 +02:00
Xavier Morel 2b460ae48b [REM] tests of date search widget, since the complexity of the widget was removed
bzr revid: xmo@openerp.com-20110810133845-yuzzt1p6nvrh7lcw
2011-08-10 15:38:45 +02:00
Antony Lesuisse 8faecbd609 [FIX] get rid of null viewmanager
bzr revid: al@openerp.com-20110810132945-lti3ihn58he88ivq
2011-08-10 15:29:45 +02:00
Antony Lesuisse a7163f9d6a [IMP] remove nullviewmanagerfrom search
bzr revid: al@openerp.com-20110810124124-zw1ab65iz6fi79wu
2011-08-10 14:41:24 +02:00
Fabien Meghazi bccbd50d6c [FIX] Use deferred in CalendarView#do_search
bzr revid: fme@openerp.com-20110810131935-4u7w1i9pzwortf9s
2011-08-10 15:19:35 +02:00
Xavier Morel 14ec9faf37 [REM] O2M and M2M search field: not sure they're ever used, and in case they are I'd rather have an actual error than some crappy placeholder field
bzr revid: xmo@openerp.com-20110810111903-doxuzpec9rb432zc
2011-08-10 13:19:03 +02:00
Xavier Morel f7369a8de7 [IMP] make date field a single-component field, domained by equality
bzr revid: xmo@openerp.com-20110810110055-y2zmsn33lfbeksct
2011-08-10 13:00:55 +02:00