Commit Graph

41 Commits

Author SHA1 Message Date
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
Amit Mendapara a07e811cbd Imrpoved addons path support
- Imrpoved tools.file_open to override search path
	- Removed addons.get_report_resource
	- Code cleanup and minor changes

bzr revid: ame@tinyerp.com-20080717095516-191aflvin9ztd45z
2008-07-17 15:25:16 +05:30
Amit Mendapara 6c1e9c0627 Improved custom addons path support
- get_module_path checks for zip files
	- fixed zipped module problem

bzr revid: ame@tinyerp.com-20080716090715-pbuby8xpuwoam7h1
2008-07-16 14:37:15 +05:30
Fabien Pinckaers ba9f3dc8b2 Imrpovement in wizards
bzr revid: fp@tinyerp.com-59f5cbd2e685f0e18ca2b2883350c96f3872c5ca
2008-07-09 17:55:23 +00:00
Fabien Pinckaers 4bf0b7a8b5 Better Layout
bzr revid: fp@tinyerp.com-7d6e86e18f23344fa30834da0104c8a10e299571
2008-07-09 05:56:06 +00:00
Christophe Simonis 0b1dfd702f * translation of nearly all exceptions
* the export of translations per module take only the files of these modules

bzr revid: chs@tinyerp.com-52cb3686b17250df7bc23bf90d18397c7888e6f2
2008-07-08 08:13:12 +00:00
Harshad Modi ff60385c07 fix bugs:
* on configuration wizard , if no wizard found, return cancel action on continue button

bzr revid: hmo@tinyerp.com-e8d800be8e16cd7cae4342311c765211225d4b46
2008-07-07 10:33:28 +00:00
Harshad Modi a3fccdb1fe modification:
* add icon on main configiration Steps and also all configuration wizards
* add new field 'note' on configuration step object for step desection
	which is display on main configuration wizard
* modify some configuration wizards :
	- configure user :	add new button for loop , save + new
	- select simple view or extend view : modify layout
	- journal of bank account : put one2many object with editable tree view to allow create more than one journal

bzr revid: hmo@tinyerp.com-6847618764e7199996115d04ccb6dac991b1438a
2008-06-25 11:57:29 +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 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 77c0cf596a Add import of zip module that have been downloaded
bzr revid: ced-4b58fae7c13e7d7ef3362304b6510efa3e56fc9f
2008-01-15 14:01:08 +00:00
ced 8657fec59e Fix ondelete on many2one
Now change on the value of many2one are updated
Fix difference in base module between sql definition and ORM object

bzr revid: ced-8eb2888f04437d5e9edae98c9401d726f4122d47
2007-12-31 13:31:38 +00:00
ced 870ac3b109 Add timeout to update module list
bzr revid: ced-037d6635e5a30954e99c77cd4e2c8788dc981168
2007-11-21 06:57:23 +00:00
ced df543d3f1d Add published version on module
bzr revid: ced-a52a6ba6872c6f3ecf5dc9a1e7b17e5a747e8f30
2007-10-30 09:06:10 +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 6f7bdabe0a Add exception if the user provide a bad url
bzr revid: ced-86d62f683f3aad3e1654c0e89b4eccdc09b9cfbe
2007-09-20 08:49:02 +00:00
ced 6ce23cf8b4 Fix module version compare if there is no latest version
bzr revid: ced-1aef0fbd3eb91f885c6bbbd854792e994319e2b8
2007-08-16 07:48:05 +00:00
ced 11085b1210 Bugfix in compare of module version
bzr revid: ced-e994741ea56321dd5d274987b286977a50dc7832
2007-08-10 12:06:05 +00:00
ced 3909f387d0 Fix default version, must be a string
bzr revid: ced-1f083aea9344299984bdde7f89f1633a663c67b8
2007-08-10 06:13:10 +00:00
Fabien Pinckaers 5689e2e10a Terminologies
bzr revid: fp@tinyerp.com-1d2f5e6a51fb63f9996690451cd79f7f6ad1cfb9
2007-08-09 10:08:21 +00:00
ced 5c3609a570 fix raise string deprecated in python 2.5
bzr revid: ced-ba57e04979dcd47a40b22b2b586489996b06a3d9
2007-08-09 08:18:06 +00:00
ced f4b96696d9 base: add active field to repository
bzr revid: ced-84d00cb29b8e856d8ebcfbdbd7b289f9534fa614
2007-08-03 14:02:55 +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 e544c33cf3 base: don't put url if it is the same version
bzr revid: ced-66fc2f5f001a538a101aeb99194878cd70791030
2007-08-01 14:03:27 +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 de25bb420a base, base_module_publish, kernel: improve module publication
- allow including source
- fix GPL-2
- module are active=False by default
- add license in module object

bzr revid: ced-46f980c78df4585ba6d69c98af02c50092c33b30
2007-07-30 13:34:59 +00:00
ced d3a3af99f5 base: remove unused function/wizard for module
bzr revid: ced-5ff234872809831672e91fb030ff13dfdc7e704f
2007-07-02 13:22:53 +00:00
ced 993402e62f base: fix typo
bzr revid: ced-80d9996dd1a469b9a4f94e7a6e65ada1318f012b
2007-06-29 11:39:45 +00:00
ced 87fb734166 base: add constraint uniq module name
bzr revid: ced-142ae303eb9bebeafc029e9b511c04355ea449ba
2007-06-29 07:21:28 +00:00
ced 2a8d128e51 base: improve update module list
bzr revid: ced-e5f60e83471eab4be7de73df0f8207cebfcbbd3a
2007-06-29 06:58:58 +00:00
ced e52a521b3c base: add field state to module.dependencie
bzr revid: ced-dcc783cb1409fc451cbc81ca4306fc1dcbb68230
2007-06-29 06:58:49 +00:00
Fabien Pinckaers 295219bf2a Removed print statement
bzr revid: fp@tinyerp.com-144688fa8ea12fe157ea2a660c64587a3fff713e
2007-05-08 19:41:52 +00:00
Fabien Pinckaers cd16610bf2 Bugfixing for update module list
bzr revid: fp@tinyerp.com-eaccedd5d7ee299d1532b283f69ab98cb26b7870
2007-05-08 19:40:54 +00:00
ced 2302e4492c KERNEL,BASE: allow to create zip modules
bzr revid: ced-4e79fd05ccde4df82f91dece060db6fd1b0e46a3
2007-04-21 13:32:18 +00:00
ced 454d2bb68a BASE: fix module dependencies if no demo data
bzr revid: ced-877bdc99d5c59486a1b170a99555d9024e0d009d
2007-01-23 11:58:37 +00:00
pinky 148efe9c55 BASE:
Function to remove installed modules

bzr revid: pinky-b26b2a3b41980a56a595a294b8915b74c9b35728
2006-12-28 11:06:46 +00:00
pinky 484630fc57 Bugfix
bzr revid: pinky-2174b27a08004ef9bc775c67b3c7bccea718d359
2006-12-14 16:11:18 +00:00
pinky 5b327ad4e2 Bugfix in demo data selection
bzr revid: pinky-8a338062358ee70493a751807ea0c2905eb4da2f
2006-12-14 15:16:54 +00:00
pinky 004a0b996f New trunk
bzr revid: pinky-3f10ee12cea3c4c75cef44ab04ad33ef47432907
2006-12-07 13:41:40 +00:00