Commit Graph

51 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
Antony Lesuisse 1a62602c86 [MERGE] trunk
bzr revid: al@openerp.com-20120131211744-whzzo0dh6w1kptng
2012-01-31 22:17:44 +01:00
Vo Minh Thu 0d86e08450 [IMP] manifest: `auto_installable` renamed to `auto_install`.
bzr revid: vmt@openerp.com-20120130095238-x2by4y11joeytipr
2012-01-30 10:52:38 +01:00
Vo Minh Thu 5b63c4f560 [IMP] ir.module.module: change `active` flag to
`auto_installable`. An auto-installable module is a module automatically
installed by the OpenERP server as soon as its dependencies are
satisfied, without explicit user action.

bzr revid: vmt@openerp.com-20120126164049-smrcvrojy0b1z6f8
2012-01-26 17:40:49 +01:00
Vo Minh Thu f0b63f8028 [IMP] openerp.addons.base: _logger with fully qualified module name.
bzr revid: vmt@openerp.com-20120124131705-pxbfdppbcwgpuajd
2012-01-24 14:17:05 +01:00
Olivier Dony cf113c2316 [FIX] base: module sequence number removed from XML data, moved to individual module manifests
Having the sequence number living outside the module itself
causes various problems at initialization when modules are
missing (e.g. if creating a database with `base` only).
It is also cleaner to have the module sequence in the
module manifest, like other module metadata.
A corresponding commit in the addons project adds the
`sequence` field in the manifest of all modules who
have a non-default sequence (the main apps).

bzr revid: odo@openerp.com-20120107041745-tik3iu1b2qs4ym85
2012-01-07 05:17:45 +01:00
Olivier Dony bdce754108 [IMP] cleanup deprecated method=True param for function fields
bzr revid: odo@openerp.com-20120104133027-oaydmngk2dfc22mk
2012-01-04 14:30:27 +01:00
Antony Lesuisse fde9d8d259 [FIX] crm install trigger the setting dashboard
bzr revid: al@openerp.com-20111230184114-x1ugr7yw9i9gx2d5
2011-12-30 19:41:14 +01:00
Raphael Collet 2661edacda [MERGE] translations: import using lower-level sql (translations load about 6 times faster)
bzr revid: rco@openerp.com-20111223104824-fup1cjbjni1fsty1
2011-12-23 11:48:24 +01:00
Fabien Pinckaers 3b0419ddc8 [IMP] module in categ links are installed automatically
bzr revid: fp@tinyerp.com-20111218213817-8yyeeaqcigrmftwr
2011-12-18 22:38:17 +01:00
Fabien Pinckaers dcfb40f18e [IMP] order of main apps/modules
bzr revid: fp@tinyerp.com-20111218204731-50g37bd7un5igr84
2011-12-18 21:47:31 +01:00
Christophe Simonis 41a105f744 [FIX] menu loading after immediate install of modules
bzr revid: chs@openerp.com-20111213151207-hj7xnc5980ahvv2i
2011-12-13 16:12:07 +01:00
Raphael Collet 84d3670c94 [MERGE] users and groups: new implementation of group fields on users form view
bzr revid: rco@openerp.com-20111213141632-vk1uandq3q0szdbq
2011-12-13 15:16:32 +01:00
Christophe Simonis 9d44cb7fcd [FIX] display config after immediate install (if any)
bzr revid: chs@openerp.com-20111213114442-tcyuyazfvfo868ul
2011-12-13 12:44:42 +01:00
Antony Lesuisse d47871a6e7 [FIX] more web removal
bzr revid: al@openerp.com-20111212105714-2qadzhd4kga9qqdq
2011-12-12 11:57:14 +01:00
Antony Lesuisse 799340ad0a [IMP] immediate install, remove old web modules
bzr revid: al@openerp.com-20111212104029-fn7h53l24c7349j8
2011-12-12 11:40:29 +01:00
Xavier Morel fd0d1109a0 [ADD] method returning the list of menus installed by a given module
bzr revid: xmo@openerp.com-20111209165806-k0suwwe6a86y4rg3
2011-12-09 17:58:06 +01:00
Xavier Morel 89eb114091 [ADD] API for immediate installation of modules (modules kanban view), buttons everywhere, remove weird kanban image fallback
bzr revid: xmo@openerp.com-20111209114002-dlz79hxft05bhnqx
2011-12-09 12:40:02 +01:00
Raphael Collet 705e3a1346 merge from trunk
bzr revid: rco@openerp.com-20111209101101-ut4brstg8nmet03c
2011-12-09 11:11:01 +01:00
Raphael Collet 0940bea6f1 [IMP] make module category and group names translatable
bzr revid: rco@openerp.com-20111209080239-n58y4se9n6pjcll2
2011-12-09 09:02:39 +01:00
Antony Lesuisse 7e12f46469 [IMP] ir.module.module: rename is_application to application
bzr revid: al@openerp.com-20111208222241-n9raoe1jec4llh26
2011-12-08 23:22:41 +01:00
Christophe Simonis 9b9d4f0928 [IMP] ir.module.module: rename 'core' to 'is_application'
bzr revid: chs@openerp.com-20111208145101-oth2k8xuymze7y2l
2011-12-08 15:51:01 +01:00
Fabien Pinckaers f7d4c3384d [IMP] Core features on modules, better views for modules
bzr revid: fp@tinyerp.com-20111206111531-qdkajwatqzb0dz45
2011-12-06 12:15:31 +01:00
Fabien Pinckaers 7ab729dde9 [IMP] useability + kanban view on modules
bzr revid: fp@tinyerp.com-20111205164855-qd1hu2y599hq7xzs
2011-12-05 17:48:55 +01:00
Vo Minh Thu 842cb1ad41 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20111201153214-0iintvpp7crnr2jc
2011-12-01 16:32:14 +01:00
Numerigraphe - Lionel Sausin a2f4f2669b [IMP] Added missing vim mode lines
lp bug: https://launchpad.net/bugs/524279 fixed

bzr revid: ls@numerigraphe.fr-20111122085848-1atcrcw8e64altcp
2011-11-22 09:58:48 +01:00
Numerigraphe - Lionel Sausin 9ed5cbb24c [FIX] unmutable defaults in base addons.
bzr revid: ls@numerigraphe.fr-20111107151949-n9prrufvqe3ohz18
2011-11-07 16:19:49 +01:00
Stephane Wirtel 54fcb73fc1 [FIX] base: Add the visible field in the ir.module.category, this field will be used by the new base.setup.installer
bzr revid: stw@openerp.com-20111005142315-r9ypz1jeqbi8rfpo
2011-10-05 16:23:15 +02:00
Antony Lesuisse 5dd1e2e43c [FIX] complexity default, and base category
bzr revid: al@openerp.com-20111004231534-ay78ghc46ihb91mx
2011-10-05 01:15:34 +02:00
Antony Lesuisse 2e00f144ec [MERGE] basesetup-dynamic-stw
bzr revid: al@openerp.com-20111004223410-pbwkn5k4zq9ze1mj
2011-10-05 00:34:10 +02:00
Stephane Wirtel 29337910df [FIX] base: pass the context and define a new category for the modules
bzr revid: stw@openerp.com-20111003121021-hmf0xs2wod6rjkwr
2011-10-03 14:10:21 +02:00
Stephane Wirtel 80caa96c0c [FIX] base: add a sequence field in ir.module.category
bzr revid: stw@openerp.com-20110930154844-9wgiysywpxwyr3z0
2011-09-30 17:48:44 +02:00
Stephane Wirtel ccfcb47149 [IMP] base: each ir.module.category will be assigned with an
autogenerated xml-id during the creation of the database
[IMP] base: Create the records for the categories of OpenERP

bzr revid: stw@openerp.com-20110929115515-rqlwqfzndxblxqtz
2011-09-29 13:55:15 +02:00
Vo Minh Thu ce19d8d027 [MERGE] ir_module_module: better (less browse() calls) fields.function implementation.
bzr revid: vmt@openerp.com-20110915141533-wzx0qp0084ogr6hr
2011-09-15 16:15:33 +02:00
Xavier Morel 7e8b8a3ce8 [IMP] ensure file is correctly closed even if file.write() blows up (also -3+2)
bzr revid: xmo@openerp.com-20110915104053-fklc9ae853eytods
2011-09-15 12:40:53 +02:00
Vo Minh Thu 9b903321e7 [MERGE] base: rename zipfile variable into zip_content (because zipname is an imported module).
lp bug: https://launchpad.net/bugs/795452 fixed

bzr revid: vmt@openerp.com-20110915102117-sep3t0itkjjmertz
2011-09-15 12:21:17 +02:00
Raphael Collet be455d5d56 [MERGE] add field 'complexity' in ir.module.module
bzr revid: rco@openerp.com-20110708095942-ghzdubw16iji4v34
2011-07-08 11:59:42 +02:00
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