Commit Graph

70 Commits

Author SHA1 Message Date
Antonin Bourguignon 9d8a2b9eb5 [WIP] move the code to another place
bzr revid: abo@openerp.com-20130121150748-3bw28jhvsj23s1zo
2013-01-21 16:07:48 +01:00
Antonin Bourguignon 6f5c0e1a08 [REV] reintroduce the model's name in the get_path()'s signature, but in a different way
bzr revid: abo@openerp.com-20130118171541-tyxl4k6w1wwa3kyl
2013-01-18 18:15:41 +01:00
Antonin Bourguignon a075983249 [IMP] simplify the helper by using SUPERUSER_ID
bzr revid: abo@openerp.com-20130118110300-d0z0xr8df0zygiv5
2013-01-18 12:03:00 +01:00
Antonin Bourguignon fb5288e93c [IMP] get_path code; return a tuple instead of a string
also add a helper

bzr revid: abo@openerp.com-20130117183342-rhfnxh4y777rruqt
2013-01-17 19:33:42 +01:00
Antonin Bourguignon c588e762d4 [IMP] simplify the new config reference mechanism code
bzr revid: abo@openerp.com-20130117160546-mg9g9zrbvp4poly6
2013-01-17 17:05:46 +01:00
Antonin Bourguignon 70890bfa32 [WIP] introduce a way to reference specific config options
bzr revid: abo@openerp.com-20130116171454-s4tt2f6le80oruc0
2013-01-16 18:14:54 +01:00
Antonin Bourguignon fc58729b2f [WIP] introduce a way to reference specific config options
bzr revid: abo@openerp.com-20130115174705-qldpq3le1ul4nh0j
2013-01-15 18:47:05 +01:00
Olivier Dony d33266dc60 [FIX] res.config: install local modules directly, only use apps.openerp.com for missing ones
bzr revid: odo@openerp.com-20121221204539-u3h92damvgbd0539
2012-12-21 21:45:39 +01:00
Antony Lesuisse 565853b732 [MERGE] trunk
bzr revid: al@openerp.com-20121219030106-i59u10tml3baqvun
bzr revid: al@openerp.com-20121219150107-8l92w2bi510yem45
2012-12-19 16:01:07 +01:00
Christophe Simonis 0c7f17c0ac merge upstream
bzr revid: chs@openerp.com-20121217172614-3z1pstu5th26wuuc
2012-12-17 18:26:14 +01:00
Cecile Tonglet ad8b76de53 [MERGE] From trunk (second time)
bzr revid: cto@openerp.com-20121217144753-1rboqdw01h8yrehj
2012-12-17 15:47:53 +01:00
Cecile Tonglet 5f0070dcb6 [FIX] Remove unused imports and fix some imports that doesn't use the new namespace
bzr revid: cto@openerp.com-20121217143029-e9ki4ftwihq7pdme
2012-12-17 15:30:29 +01:00
Xavier Morel c6079dd6bb [REM] unnecessary parens
bzr revid: xmo@openerp.com-20121214123803-6xu2s1ndnoyj4i3e
2012-12-14 13:38:03 +01:00
Vo Minh Thu 509a084e79 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121210152723-mv4dykfu6ip1991h
2012-12-10 16:27:23 +01:00
Christophe Simonis 478319c3ed merge upstream
bzr revid: chs@openerp.com-20121031132638-nc2o9v0gnonl5l7l
2012-10-31 14:26:38 +01:00
Christophe Simonis 7d3f3d475b merge upstream
bzr revid: chs@openerp.com-20121010115500-xz9oqr2g8vzr79jq
2012-10-10 13:55:00 +02:00
Olivier Dony d8c74879e8 [REM] Remove unused ir.wizard.menu and ir.wizard.screen - internal wizards used for config, now gone ; some lint cleanup
bzr revid: odo@openerp.com-20120928122206-iynu3ilsurzecwde
2012-09-28 14:22:06 +02:00
Christophe Simonis 1805826566 [FIX] res_config: only install selected modules
bzr revid: chs@openerp.com-20120925151944-84a93rm1yvza79js
2012-09-25 17:19:44 +02:00
Christophe Simonis 7260de28d0 [IMP] res_config: return correct action for installing modules from apps
bzr revid: chs@openerp.com-20120921132911-n6mb58gxlo9aqflm
2012-09-21 15:29:11 +02:00
Christophe Simonis f988ed24f6 merge upstream
bzr revid: chs@openerp.com-20120917124543-2nc36e0z6jb2szq4
2012-09-17 14:45:43 +02:00
Fabien Pinckaers f721ff1d14 [FIX] launch config wizards after changing settings
bzr revid: fp@openerp.com-20121028123216-sj9ds9xa9wtiuzyy
2012-10-28 13:32:16 +01:00
Christophe Simonis a37175f85a [FIX] correct config wizard to not crash if a module is not found
bzr revid: chs@openerp.com-20120911115003-8a9a0f8dsoirkx9i
2012-09-11 13:50:03 +02:00
pso (OpenERP) 3abb393247 [IMP] Improvements
bzr revid: pso@tinyerp.com-20120828125623-1nq457mpd1dijq4j
2012-08-28 18:26:23 +05:30
pso (OpenERP) 00a4560963 [MERGE] Merged MDI's branch to fix the issue of name_get of ir.actions.todo
bzr revid: pso@tinyerp.com-20120828124750-1kbqgdq0mrc0av2b
2012-08-28 18:17:50 +05:30
Raphael Collet 26665b7743 [IMP] after a module installation, reload the client and open the menu Feeds
bzr revid: rco@openerp.com-20120718135010-4933mmgw3n18epvy
2012-07-18 15:50:10 +02:00
Raphael Collet e49264711c [IMP] res.config.settings: add method 'cancel' to reload the view
bzr revid: rco@openerp.com-20120626074746-1x5x47rm01klx2hp
2012-06-26 09:47:46 +02:00
Raphael Collet ab231e2165 [IMP] res_config code cleanup
bzr revid: rco@openerp.com-20120622095126-t7yvkf29dfjktqfq
2012-06-22 11:51:26 +02:00
Tejas Tank 9ad050e178 inqure for downstream dependancies.
bzr revid: tta@openerp.com-20120604094612-761xmk4krzfez4o3
2012-06-04 15:16:12 +05:30
Tejas Tank 4e4c4016c1 Uninstall module
bzr revid: tta@openerp.com-20120604060300-5knysiuvz63vzd6t
2012-06-04 11:33:00 +05:30
Tejas Tank 5481df3693 test button_uninstall
bzr revid: tta@openerp.com-20120601134615-zuh7ct4cgr3hn506
2012-06-01 19:16:15 +05:30
Dharti Ratani (OpenERP) 3a5c1cf4a3 [IMP]
bzr revid: dhr@tinyerp.com-20120530105243-zqu13jryqdxxzzfd
2012-05-30 16:22:43 +05:30
Dharti Ratani (OpenERP) 8b553fd6e9 [IMP]uninstalling module on uncheck from configuration wizard
bzr revid: dhr@tinyerp.com-20120530101204-23et36teugo13ivb
2012-05-30 15:42:04 +05:30
Raphael Collet b100b51bb9 [IMP] res.config.settings: rename client action 'reload_all' into 'reload'
bzr revid: rco@openerp.com-20120515121016-tnmltjsgdqnw91cq
2012-05-15 14:10:16 +02:00
Raphael Collet 2d1bd434ab [IMP] res.config.settings: return client action when execute is called
bzr revid: rco@openerp.com-20120503082340-lzxarbtkfarnuyfw
2012-05-03 10:23:40 +02:00
Raphael Collet 5078ffaeb4 [MERGE] branch trunk-v62_config: new config wizards
bzr revid: rco@openerp.com-20120405144458-mykpm9zk870fe3ge
2012-04-05 16:44:58 +02:00
Raphael Collet 0e19c4d7d1 [IMP] res.config.settings: reopen the wizard menu after applying changes
bzr revid: rco@openerp.com-20120405074102-6x3bp5moqr9pen20
2012-04-05 09:41:02 +02:00
Raphael Collet 9f0d92229c [IMP] res.config.settings: remove auto-execute upon save, and reopen the menu Settings to refresh the menu
bzr revid: rco@openerp.com-20120404133417-c03iwqfndfocb6y4
2012-04-04 15:34:17 +02:00
Raphael Collet 8dbfded34a [IMP] res.config.settings: remove useless inheritance on 'res.config'
bzr revid: rco@openerp.com-20120402085421-23gm7tvg9tc6a6qn
2012-04-02 10:54:21 +02:00
Raphael Collet b724ca6f11 [FIX] res.config.settings: fix method fields_get
bzr revid: rco@openerp.com-20120328111954-cbr4b05z8cuafk9b
2012-03-28 13:19:54 +02:00
Raphael Collet c7663a1f9b [IMP] res.config.settings: re-enable automatic execute upon save
bzr revid: rco@openerp.com-20120327113820-pfsdbwh8cm7irhwu
2012-03-27 13:38:20 +02:00
Raphael Collet 39a3c3ebd9 [IMP] res.config.settings: do not call execute upon save
bzr revid: rco@openerp.com-20120323155355-tt9jv9b805ydgael
2012-03-23 16:53:55 +01:00
Raphael Collet ced4e19e87 [IMP] res.config.settings: apply changes upon create/write
bzr revid: rco@openerp.com-20120323083521-n1srgpn9042s9cli
2012-03-23 09:35:21 +01:00
Raphael Collet d5a743e13b [FIX] res.config.settings: revert auto-execute upon save; it looks nice, but may lead to inconsistent values in wizard
bzr revid: rco@openerp.com-20120321085219-fkpy42c1lefjmcr9
2012-03-21 09:52:19 +01:00
Raphael Collet 90b194eb95 [IMP] res.config.settings: improve doc and call execute upon saving records
bzr revid: rco@openerp.com-20120306104646-bijuv403kcy2o9cs
2012-03-06 11:46:46 +01:00
Raphael Collet cb2df28fc7 [IMP] base: improve base model res.config.settings
bzr revid: rco@openerp.com-20120305101635-xfke1roo5xcwhoc7
2012-03-05 11:16:35 +01:00
Raphael Collet c05563ff6f [ADD] base: add model res.config.settings for preferences wizard
bzr revid: rco@openerp.com-20120302134156-afohe4jxay2eq0id
2012-03-02 14:41:56 +01:00
Vo Minh Thu 1ab6f8883c [IMP] logging: _logger.warn() replaced by _logger.warning().
bzr revid: vmt@openerp.com-20120202092634-pylu3098p5c0mays
2012-02-02 10:26:34 +01:00
Vo Minh Thu 402bddc06a [IMP] res_config: changed from class __logger to module _logger.
bzr revid: vmt@openerp.com-20120124162804-9t4y7gy1bvc7jql3
2012-01-24 17:28:04 +01:00
Xavier Morel c418cfcb9d [FIX] res.config: ensure there is a context before checking its content
lp bug: https://launchpad.net/bugs/891187 fixed

bzr revid: xmo@openerp.com-20111117120318-r9mns1w1vh9ea22b
2011-11-17 13:03:18 +01:00
Quentin (OpenERP) 16006b42e3 [MERGE] lp: 876260
bzr revid: qdp-launchpad@openerp.com-20111114134811-j3cnvn6mcle869or
2011-11-14 14:48:11 +01:00