Commit Graph

1456 Commits

Author SHA1 Message Date
Antony Lesuisse 3ffb9b8134 [IMP] module kanban
bzr revid: al@openerp.com-20111214183512-pchd9e7b8h39h1an
2011-12-14 19:35:12 +01:00
Minh Tran aa61ec52f5 Changed the default module icon
bzr revid: mit@openerp.com-20111214145401-2ycdd3u8i0ctmqwa
2011-12-14 15:54:01 +01:00
Christophe Simonis 41a105f744 [FIX] menu loading after immediate install of modules
bzr revid: chs@openerp.com-20111213151207-hj7xnc5980ahvv2i
2011-12-13 16:12:07 +01:00
Raphael Collet 84d3670c94 [MERGE] users and groups: new implementation of group fields on users form view
bzr revid: rco@openerp.com-20111213141632-vk1uandq3q0szdbq
2011-12-13 15:16:32 +01:00
Olivier Dony 075a5917e7 [FIX] ir.module search view: filters/fields need unique names
bzr revid: odo@openerp.com-20111213123412-bebrvt1ry7ld8qet
2011-12-13 13:34:12 +01:00
Olivier Dony 295cd51e38 [MERGE] Fix bug 901601, add default GTK icon for kanban/gantt actions
bzr revid: odo@openerp.com-20111213120225-o264d1wgwgz4ztvt
2011-12-13 13:02:25 +01:00
Christophe Simonis 9d44cb7fcd [FIX] display config after immediate install (if any)
bzr revid: chs@openerp.com-20111213114442-tcyuyazfvfo868ul
2011-12-13 12:44:42 +01:00
Naresh (OpenERP) e7f3e590b7 [REF]:
bzr revid: nch@tinyerp.com-20111213105146-fz6fejswta7mzfcp
2011-12-13 16:21:46 +05:30
Launchpad Translations on behalf of openerp 78f56f29f2 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111213050134-6nnnre8jpmgfexbf
bzr revid: launchpad_translations_on_behalf_of_openerp-20111213050209-stiq9yo8ce9z4lrl
2011-12-13 05:02:09 +00:00
Fabien Pinckaers 33642e464a [IMP] useability board amdin
bzr revid: fp@tinyerp.com-20111212162133-ykfruug7qns3fwe9
2011-12-12 17:21:33 +01:00
Fabien Pinckaers a8eef55c42 [IMP] do not show hidden modules
bzr revid: fp@tinyerp.com-20111212152709-wokl96u6u35tt8yi
2011-12-12 16:27:09 +01:00
Fabien Pinckaers b82cb38fdc [IMP] improved useability on modules
bzr revid: fp@tinyerp.com-20111212150440-8qkqqis42r4e9kcb
2011-12-12 16:04:40 +01:00
Antony Lesuisse 71543213cc [IMP] immeditate install, remove old web modules
bzr revid: al@openerp.com-20111212111419-55497mnuzsouyjun
2011-12-12 12:14:19 +01:00
Antony Lesuisse d47871a6e7 [FIX] more web removal
bzr revid: al@openerp.com-20111212105714-2qadzhd4kga9qqdq
2011-12-12 11:57:14 +01:00
Antony Lesuisse 799340ad0a [IMP] immediate install, remove old web modules
bzr revid: al@openerp.com-20111212104029-fn7h53l24c7349j8
2011-12-12 11:40:29 +01:00
Fabien Meghazi 89ee71e742 [IMP] Change in dashboard view api. @creatable is an action id, not a form view id
bzr revid: fme@openerp.com-20111212095711-hvtk2sa92cnz6oxw
2011-12-12 10:57:11 +01:00
Fabien Pinckaers e0136c19f0 [FIX] better search view on modules
bzr revid: fp@tinyerp.com-20111211205720-xe79qthtfievoowv
2011-12-11 21:57:20 +01:00
Fabien Pinckaers f8ef59db7e [FIX] workflow returning actions
bzr revid: fp@tinyerp.com-20111211102140-8zyihjdldfbas85u
2011-12-11 11:21:40 +01:00
Xavier Morel fd0d1109a0 [ADD] method returning the list of menus installed by a given module
bzr revid: xmo@openerp.com-20111209165806-k0suwwe6a86y4rg3
2011-12-09 17:58:06 +01:00
Minh Tran 610f046878 [IMP] Some css tweaks in the kanban module vignette
bzr revid: mit@openerp.com-20111209165436-16e2y78hbb8w19g8
2011-12-09 17:54:36 +01:00
Raphael Collet 6ae2f3b3e6 [FIX] res_users: ignore group fields in create and write when 'groups_id' is given
bzr revid: rco@openerp.com-20111209151855-hw23dp6a3ycs3pj8
2011-12-09 16:18:55 +01:00
Raphael Collet a15cfa48c6 [IMP] res_users: improve create, write, read, and default_get with group fields
bzr revid: rco@openerp.com-20111209134658-vmvfvlngoa1wd7y1
2011-12-09 14:46:58 +01:00
Raphael Collet e85fd9b685 [IMP] res_users: add domain when searching for groups by application
bzr revid: rco@openerp.com-20111209124821-vcvsjlwacb3xtz90
2011-12-09 13:48:21 +01:00
Xavier Morel 9e94b86bfe [IMP] icon management in modules
* If icon is present in descriptor file, use that path
* Else try to find #{module}/static/src/img/icon.png
* Else fallback on /base/static/src/img/icon.png

bzr revid: xmo@openerp.com-20111209122803-elwonegpl8kut7pf
2011-12-09 13:28:03 +01:00
Xavier Morel c25475879c [IMP] opening and getting data from module description file
bzr revid: xmo@openerp.com-20111209120207-3kkyvwedbjez29rl
2011-12-09 13:02:07 +01:00
Xavier Morel 80de80c7dd [IMP] reduce noise in setting default values of module descriptor file
bzr revid: xmo@openerp.com-20111209115316-2gqwmn2pi34vzu29
2011-12-09 12:53:16 +01:00
Xavier Morel 89eb114091 [ADD] API for immediate installation of modules (modules kanban view), buttons everywhere, remove weird kanban image fallback
bzr revid: xmo@openerp.com-20111209114002-dlz79hxft05bhnqx
2011-12-09 12:40:02 +01:00
Naresh (OpenERP) 978299a26c [IMP]:added default icon for kanban and gantt view
lp bug: https://launchpad.net/bugs/901601 fixed

bzr revid: nch@tinyerp.com-20111209111336-8sqgc9z9ska1yer8
2011-12-09 16:43:36 +05:30
Raphael Collet ace110935c [IMP] module: improve form view of ir.module.category
bzr revid: rco@openerp.com-20111209103553-rizqndp6ucf0mk4n
2011-12-09 11:35:53 +01:00
Raphael Collet 41501317ed [FIX] res_users: group fields shall be removed before write
bzr revid: rco@openerp.com-20111209103053-wnolmypihzj95b9u
2011-12-09 11:30:53 +01:00
Raphael Collet 705e3a1346 merge from trunk
bzr revid: rco@openerp.com-20111209101101-ut4brstg8nmet03c
2011-12-09 11:11:01 +01:00
Raphael Collet 251dc86e67 [IMP] res_users: improve get_groups_by_application
bzr revid: rco@openerp.com-20111209092700-v7vbcgmliydmo6up
2011-12-09 10:27:00 +01:00
Raphael Collet 823c79f510 [FIX] res_users: avoid coalesce in uniqueness constraint (not well supported)
bzr revid: rco@openerp.com-20111209081110-88zlxdt46tq4is4l
2011-12-09 09:11:10 +01:00
Raphael Collet cda72d1e96 [IMP] res_users: implement sorting on full_name
bzr revid: rco@openerp.com-20111209080319-otm4tr2ezw60109l
2011-12-09 09:03:19 +01:00
Raphael Collet 0940bea6f1 [IMP] make module category and group names translatable
bzr revid: rco@openerp.com-20111209080239-n58y4se9n6pjcll2
2011-12-09 09:02:39 +01:00
Antony Lesuisse 926041c8b8 [MERGE] module kanban
bzr revid: al@openerp.com-20111208224332-4wg6k0w1uzuwlyum
2011-12-08 23:43:32 +01:00
Antony Lesuisse 7e12f46469 [IMP] ir.module.module: rename is_application to application
bzr revid: al@openerp.com-20111208222241-n9raoe1jec4llh26
2011-12-08 23:22:41 +01:00
Minh Tran 3a84d1c8b0 Changed modules icons in the vignette
bzr revid: mit@openerp.com-20111208161124-o325usj9ikheewv8
2011-12-08 17:11:24 +01:00
Fabien Meghazi cf6fedf5bb [ADD] Add 'creatable' attribute to dashboard's action tags
bzr revid: fme@openerp.com-20111208160359-uyb3jx719s5iwevo
2011-12-08 17:03:59 +01:00
Christophe Simonis 9b9d4f0928 [IMP] ir.module.module: rename 'core' to 'is_application'
bzr revid: chs@openerp.com-20111208145101-oth2k8xuymze7y2l
2011-12-08 15:51:01 +01:00
Minh Tran 229e507a4b [IMP] Relooking of the modules vignette, the Kanban view is now the default view for the module screen.
bzr revid: mit@openerp.com-20111207185058-xb5b4z8cz0zd6gla
2011-12-07 19:50:58 +01:00
Raphael Collet 8059d3cadc [IMP] res_users: improve code for arch view generation
bzr revid: rco@openerp.com-20111207123504-g2mvkk4g4cp0exga
2011-12-07 13:35:04 +01:00
Raphael Collet f1fc682639 [FIX] res_users: do not store field 'full_name' of groups, as this would not work with translations
bzr revid: rco@openerp.com-20111207121101-cwjvy6dfu67ryh26
2011-12-07 13:11:01 +01:00
Raphael Collet bfaff8a48f merge from trunk
bzr revid: rco@openerp.com-20111207112438-9598ucb1vj0zt1g4
2011-12-07 12:24:38 +01:00
Raphael Collet ec12c2d32a [IMP] res_users: add comments
bzr revid: rco@openerp.com-20111207085002-ft2u77qab1m259d2
2011-12-07 09:50:02 +01:00
Raphael Collet c029699c5e [FIX] res_users: fix write() on selection group fields
bzr revid: rco@openerp.com-20111207084419-14xffbe63qa12g5y
2011-12-07 09:44:19 +01:00
Raphael Collet 92ce00ddb5 [IMP] res_users: simplify code
bzr revid: rco@openerp.com-20111207084332-y97sss2jx1cdztt3
2011-12-07 09:43:32 +01:00
Raphael Collet fdfcf965db [IMP] res_users: remove unused stuff
bzr revid: rco@openerp.com-20111206163200-pmw8n30nlnjn3foy
2011-12-06 17:32:00 +01:00
Raphael Collet 96878a5fc6 [IMP] res_users: remove unused methods get_closure and get_maximal
bzr revid: rco@openerp.com-20111206162356-rysxwfb47h3javtg
2011-12-06 17:23:56 +01:00
Raphael Collet a3424cf3e2 [IMP] res_users: improve comments
bzr revid: rco@openerp.com-20111206162020-tql7kmggqirq0oy6
2011-12-06 17:20:20 +01:00