Commit Graph

114 Commits

Author SHA1 Message Date
Hardik Ansodariy (OpenERP) 409cf86673 [IMP]: complexity field is added in ir_module_module
bzr revid: han@tinyerp.com-20110706123053-an4rk7vspzrdh8u0
2011-07-06 18:00:53 +05:30
Rucha (Open ERP) 3df3c54572 [REF]: ir.module: Improvement in code, return common dictionary
bzr revid: rpa@tinyerp.com-20110704133431-iq309mmduwjlrxde
2011-07-04 19:04:31 +05:30
Quentin (OpenERP) 025fb306f1 [MERGE] merge with main trunk
bzr revid: qdp-launchpad@openerp.com-20110630131818-nodhau21de4t1n39
2011-06-30 15:18:18 +02:00
P. Christeas bc17366099 ir.module: refactor _get_views(), significantly optimize
Since that fn() is usually called for a single module, it is not worth
fetching all modules' data, but rather group by the menus/reports/views
models.

In the "account-fr" test, this reduces around 2k sql calls.

bzr revid: xrg@linux.gr-20110610094533-0dwg4a4mx3hqmfji
2011-06-10 12:45:33 +03:00
P. Christeas b9d6c89579 ir.module: fix bad name of 'zipfile' variable
This name is also a library, imported. Avoid using it as a name.
(cherry picked from commit fb5bcbbd10447d8d046a84d251217c2b3e8a7ddd)

bzr revid: xrg@linux.gr-20110610094324-7rf2uio6g8g3c317
2011-06-10 12:43:24 +03:00
P. Christeas d4f82fbd8c ir.module: Fix after e3770843a, don't call removed function
bzr revid: xrg@linux.gr-20110608120407-6ydgv7ibgf9cb139
2011-06-08 15:04:07 +03:00
Vo Minh Thu 4a6155d80c [MERGE] --i18n-overwrite can be used with --update.
bzr revid: vmt@openerp.com-20110512134553-7iomtd21nqsxs63q
2011-05-12 15:45:53 +02:00
Vo Minh Thu b158805af7 [REF] module info (descriptor) dictionary default values in one place.
bzr revid: vmt@openerp.com-20110511135332-87kd5vo4rdeb6b3l
2011-05-11 15:53:32 +02:00
Vo Minh Thu 545a438c03 [REF] openerp.modules
- for the moment it is a copy of openerp.addons

bzr revid: vmt@openerp.com-20110420152718-eok61oule6p2x58z
2011-04-20 17:27:18 +02:00
aag (OpenERP) acfe39b362 [IMP]: TASK of REWORK- Remove Upgrade call
bzr revid: aag@tinyerp.co.in-20110329091647-lzs4ixakt6si816q
2011-03-29 14:46:47 +05:30
aag (OpenERP) a7e6873ec0 [IMP]: TASK of REWORK- install Appl can install MOD
bzr revid: aag@tinyerp.co.in-20110329075257-s53u2vodvn2c3jid
2011-03-29 13:22:57 +05:30
aag (OpenERP) 5937bf5f1b [IMP]server: Modification of Rework on 28 mar
bzr revid: aag@tinyerp.co.in-20110328122012-1eil91tbkm1av7db
2011-03-28 17:50:12 +05:30
aag (OpenERP) df95b01bd5 [IMP] BASE: Now we can Inatall and Uninstall with only one Btn
bzr revid: aag@tinyerp.co.in-20110324094305-tls5c7bpn70a8cmd
2011-03-24 15:13:05 +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