Commit Graph

27 Commits

Author SHA1 Message Date
pap(openerp) 251b6720ca Changed encoding to coding ref: PEP: 0263
bzr revid: hda@tinyerp.com-20091020105223-2o94yr2iv2v10axr
2009-10-20 16:22:23 +05:30
PSO(OpenERP) 4d7134cd99 Changed licencing
bzr revid: hda@tinyerp.com-20091014123215-nuyqs18090whzt5o
2009-10-14 18:02:15 +05:30
Stephane Wirtel 9d293d1f00 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221329-rem11cbgwu30xnji
2009-01-04 23:13:29 +01:00
Fabien Pinckaers 6fc6b033d1 bugfixes
bzr revid: fp@tinyerp.com-20081220080239-yg14hb7cjpi21rba
2008-12-20 09:02:39 +01:00
Christophe Simonis 959ee2e194 [IMP] do no create unnecessary cursors
bzr revid: christophe@cobalt-20081219115335-z10tva73hsiwg8nk
2008-12-19 12:53:35 +01:00
Fabien Pinckaers b67fcb51ed improve
bzr revid: fp@tinyerp.com-20081122000935-p245m22qxykckmv3
2008-11-22 01:09:35 +01:00
Christophe Simonis e404e54e38 passing in GPL-3
bzr revid: christophe@tinyerp.com-20081103182716-6c6xyeewubx4uas0
2008-11-03 19:27:16 +01:00
Christophe Simonis be2fe6fe1e fix bug with language update when upgrading a module + PEP8
bzr revid: christophe@tinyerp.com-20081024150743-4u8iolu21xhi0a2r
2008-10-24 17:07:43 +02:00
Harshad Modi 4f80a8e213 Improvement on Configuration wizard step :
* rename "ir.module.module.configuration.step" with "ir.actions.todo" and put into ir/ir_actions.py file
* added more fields like :
- active
- start_date (datetime)
- stop_date (datetime)
- users_id and groups_id ( for security)
- type : configure | service | other ( default type is  "configure" )
- start_on : at once | auto | manual
* rename "ir.module.module.configuration.wizard" with "ir.actions.configuration.wizard" and put into ir/ir_actions.py file

bzr revid: hmo@tinyerp.com-20080929084906-8jke69eg3uadl9vm
2008-09-29 14:19:06 +05:30
Christophe Simonis 09de5a26fd the translations are now by modules
there are stored in a "i18n" folder of each module

bzr revid: christophe@tinyerp.com-20080904135432-5lxn2lisw4yqlevl
2008-09-04 15:54:32 +02:00
Harshad Modi 84c2b58ea3 fixed bugs on installing module:\n *raising an error when a module to be installed is unknown or uninstalled of the system and telling which module is missing.
bzr revid: hmo@tinyerp.com-20080819124616-35yndpzazw3gvo98
2008-08-19 18:16:16 +05:30
Christophe Simonis 2eb6b8265b add encoding comment and vim comment
bzr revid: christophe@tinyerp.com-20080723150127-fmitw7zgeokcualh
2008-07-23 17:01:27 +02:00
Christophe Simonis 2dd9723b8b convert tabs to 4 spaces
bzr revid: christophe@tinyerp.com-20080722142436-143iu4ryy47w3av0
2008-07-22 16:24:36 +02:00
Harshad Modi 6b59dec916 modification:
on upgrdae module wizard, after finsihed upgrdation,reload translation

bzr revid: hmo@tinyerp.com-3c9e990b8fbbabea6414dce88802b49063832327
2008-07-02 09:08:29 +00:00
Harshad Modi d9b7a69451 modification upgrade wizard:
* display another screen is there is nothing to upgrade

bzr revid: hmo@tinyerp.com-18ff38286ad43dd791fe9c5e95d703b660d25c03
2008-06-26 05:42:03 +00:00
Harshad Modi a00dea7af6 imrovement on configuration wizard :
* change name of all configuration wizard
* imroovemnt on view
* put view_id on user configuration wizard's action
* put action on base setup and module upgrade wizard to call configuration wizard
* make new configuration wizard for install extra module on service profile
* make new configuration wizard for set extend group on admin user to set extendend view

bzr revid: hmo@tinyerp.com-a4b56d4283c1ab9cc0aa5162c9b5c269e4438e5b
2008-06-21 09:54:30 +00:00
Harshad Modi cbcaddc5e3 fix bugs on module upgrade :
* revert my change on this wizard, it's buggy code

bzr revid: hmo@tinyerp.com-2a1665726de10a02212dc12345756214914fc7c7
2008-06-20 13:20:21 +00:00
Harshad Modi ce326ff2e5 fix bug
bzr revid: hmo@tinyerp.com-5d9499d4ad90f4b01ab33def7ba7846102de3953
2008-06-20 11:58:02 +00:00
Harshad Modi cac16db39b fix bug
bzr revid: hmo@tinyerp.com-041526b3a576d54b0748e40e724ab4589f4710d0
2008-06-20 11:55:52 +00:00
Harshad Modi 24c3169bd7 prototype of configuration wizard
bzr revid: hmo@tinyerp.com-d9d10212c9d6bbb5902436d3bb6fc85005825691
2008-06-20 11:49:23 +00:00
stw 7134784787 add Copyright and GPL license into the Header of Python files
bzr revid: stw-eb6ee9b006e577bda6338caa450ec9795b12f9bc
2008-06-16 11:00:21 +00:00
ced eb931882b3 Fix installation module zipped
- Add dependencies after download the module
- Used new cursor to update module info to prevent dead lock

bzr revid: ced-4b96e0128485f1eab0856a49f659ea0a3cfa2f5f
2007-10-30 09:05:50 +00:00
ced c89f5f515e base,base_setup: improve wizard
- use gtk-dialog-info instead of gtk-info
- set default action

bzr revid: ced-b18f17b6748fa8ae0146967fd520fb1ce9aad5a8
2007-08-06 08:24:21 +00:00
ced efdf54b283 base: add information on module to download when upgrade modules
bzr revid: ced-73cc0c8567285f1a1a2f4b2e86b7329d5646cbf6
2007-08-01 14:03:37 +00:00
ced 792fc3cf97 base,kernel,base_module_publish: improve publication of module, add repository, etc...
- add repository for module
- improve version number
- add check to remove module
- can not upload module with the same version number
- add version compare from portage (gentoo)
- add release in context of eval
- add active = True to base module
- add wizard to update all installed modules
- add check to not upload module that is not installed
- add posibility to include source
- fix license
- now load zip module in preference

bzr revid: ced-e1b031d238126e8060b0e2cb6f87bb93cca5a343
2007-07-30 13:35:27 +00:00
ced 979aa67ed4 base: modify the the reload menu message
bzr revid: ced-e2d81b71051eb15aabafa9d7bc1486f16110f1c2
2007-07-12 15:31:01 +00:00
pinky 004a0b996f New trunk
bzr revid: pinky-3f10ee12cea3c4c75cef44ab04ad33ef47432907
2006-12-07 13:41:40 +00:00