Commit Graph

24 Commits

Author SHA1 Message Date
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
Divyesh Makwana (Open ERP) 7dace5081d [FIX] The main application wizard must trigger chart of account wizardS
lp bug: https://launchpad.net/bugs/876260 fixed

bzr revid: mdi@tinyerp.com-20111031055221-qvwgi4w7hfpdjcco
2011-10-31 11:22:21 +05:30
Fabien Pinckaers fc7675014f [IMP] config wizard, launch once
bzr revid: fp@tinyerp.com-20111002115131-cf5417apx9vfa9jc
2011-10-02 13:51:31 +02:00
Xavier Morel f723234f4d [IMP] todos: rename 'special' type to 'automatic', remove 'recurring' type, remove 'hidden' state, fix relevant code sections
bzr revid: xmo@openerp.com-20110729142622-yxvi33planv3m5a0
2011-07-29 16:26:22 +02:00
Xavier Morel c80c5f5fc3 [IMP] res.config.installer: method returning just the names of the already-installed modules in the current installer.
Method is public and RPC-accessible, use it in the existing methods using previous _already_installed but only needing the module names

bzr revid: xmo@openerp.com-20110719065658-liuemiw21ygi8v6i
2011-07-19 08:56:58 +02:00
Xavier Morel 6de4f8a04e [IMP] cleanup todos & config: write done state when action is called on todo, next actions can only be of type special
actions recurring and normal have to be manually triggered

bzr revid: xmo@openerp.com-20110718123907-c1lginh5nkoxxah4
2011-07-18 14:39:07 +02:00
Xavier Morel 03c9994cf5 [IMP] style of res.config and ir.actions.todo code
* Pass context in correctly
* Don't use dict.update for a single key
* Set multiple keys in a single dict.update call (instead of doing multiple dict.update calls)

bzr revid: xmo@openerp.com-20110718101812-oemjl5hafqbp0hq0
2011-07-18 12:18:12 +02:00
Xavier Morel 6577f5a733 [IMP] rename state 'cancel' to 'hidden'
bzr revid: xmo@openerp.com-20110718093926-jnfcij9270e4hvml
2011-07-18 11:39:26 +02:00
Xavier Morel 956abff97b [IMP] simplify res.config code by calling into new ir.actions.todo progress method to get current configuration progress
bzr revid: xmo@openerp.com-20110715145110-n1e8t1moqz4h82i3
2011-07-15 16:51:10 +02:00
Xavier Morel 5da4d042d1 [FIX] ir.actions.todo: remove skip state, rename 'normal_recurring' to just 'recurring', add a method to query todos state progress
bzr revid: xmo@openerp.com-20110714103807-1zlmg8f6f8lpw7el
2011-07-14 12:38:07 +02:00
Vo Minh Thu 6c7f791f5d [IMP] tidying up before merging in trunk.
bzr revid: vmt@openerp.com-20110706154001-r8y7w28yve2ca0ar
2011-07-06 17:40:01 +02:00
Rucha (Open ERP) e461ba754d [REF]: put self.pool.get outside loop
bzr revid: rpa@tinyerp.com-20110701130630-zy1g4e8zqr1550ed
2011-07-01 18:36:30 +05:30
Rucha (Open ERP) ba8fd3884c [FIX]: res.config: fixed problem of wizard stays in a background even if we call next wizard
bzr revid: rpa@tinyerp.com-20110630114726-42uphvk2cwlgia6x
2011-06-30 17:17:26 +05:30
Rucha (Open ERP) 1f51fbda38 [IMP]: res.config: Improvements for: When opening config wizards from "Add More Features", context was not evaluated and passed properly
bzr revid: rpa@tinyerp.com-20110630091927-683qlipmaqtmf5nn
2011-06-30 14:49:27 +05:30
Rucha (Open ERP) d2c6a1ef54 [IMP]: res_config: Wizards that directly opens a form stays in Todo state even if its called, as next_action is not called, so, setting state as done 'manually'
bzr revid: rpa@tinyerp.com-20110427090415-ktbd3xvid9pbwn1c
2011-04-27 14:34:15 +05:30
Rucha (Open ERP) 712f70c41c [MERGE]: Merge work of aag for new proposed changes for field restart (WORK IN PROGRESS)
bzr revid: rpa@tinyerp.com-20110411122509-wxuavchvlcm73fsu
2011-04-11 17:55:09 +05:30
aag (OpenERP) da001be94f [IMP]SERVER:Change Field Restart To Type
bzr revid: aag@tinyerp.co.in-20110408122657-hlsz5alctovlu6i7
2011-04-08 17:56:57 +05:30
Rucha (Open ERP) 4b3c2c7514 [IMP]: res_config: Improvement for the main application: like HR, we want them to be able to re-thick an installed application
but in HRs configuration, if hr_holidays is already installed, the boolean "holidays management" should be thick and readonly

bzr revid: rpa@tinyerp.com-20110316120444-vqllngptthlfmeo5
2011-03-16 17:34:44 +05:30
aag (OpenERP) 2f343a6083 [IMP] REWORK-SERVERSIDE :Now skip wiz not Shown , ON SERVER SIDE
bzr revid: aag@tinyerp.co.in-20110304113327-wviumoee6o7n3n0u
2011-03-04 17:03:27 +05:30
aag (OpenERP) 43690eb21f [IMP] REWORK-SERVERSIDE :Improvement Config wiz , ON SERVER SIDE
bzr revid: aag@tinyerp.co.in-20110301072241-a8s1iialq6xeot23
2011-03-01 12:52:41 +05:30
Vo Minh Thu f8572e5c60 [IMP] openerp python module.
- Some logging code moved from netsvc.py to loglevels.py
- Changed imports to use the new openerp module
- config and netsvc initialization calls move to openerp-server.py
- Moved openerp-server.py outside the old bin directory
- Some imports in tools moved inside the methods to break mutual-dependencies

bzr revid: vmt@openerp.com-20110207125723-ooee7d7ng5elmkso
2011-02-07 13:57:23 +01:00