Commit Graph

71 Commits

Author SHA1 Message Date
Mayur Maheshwari (OpenERP) f343640493 [IMP]module: improve name
bzr revid: mma@tinyerp.com-20120523055200-30ho9igzv3jsu8cj
2012-05-23 11:22:00 +05:30
Mayur Maheshwari (OpenERP) 1eb004399c [IMP]module: improve view of module
bzr revid: mma@tinyerp.com-20120523051608-38oi4hgokzei69db
2012-05-23 10:46:08 +05:30
Mayur Maheshwari (OpenERP) 7c06e4a5b6 [IMP]module: improve tree and form view and remove complexity field from ir.module object
bzr revid: mma@tinyerp.com-20120518052939-51ps201qaq51g2bp
2012-05-18 10:59:39 +05:30
Raphael Collet 6d58f348ec [MERGE] trunk-v62_config (new config settings)
bzr revid: rco@openerp.com-20120515142754-inmaclzdqqvh6tu0
2012-05-15 16:27:54 +02:00
Raphael Collet 0b553b45ed [IMP] module: simplify code to reload client
bzr revid: rco@openerp.com-20120515141223-hflk9cd3acs4pbc0
2012-05-15 16:12:23 +02:00
Raphael Collet 46ef00e3c7 [IMP] module: use client action 'reload' when returning from module installation
bzr revid: rco@openerp.com-20120515140756-vhw0aw71fbv0p08b
2012-05-15 16:07:56 +02:00
Divyesh Makwana (Open ERP) 8de5f9d4ab [IMP] module : Improved the typos.
bzr revid: mdi@tinyerp.com-20120423105439-3jp2lhcciihus2zl
2012-04-23 16:24:39 +05:30
Raphael Collet 1a3a33b6d5 [MERGE] from trunk
bzr revid: rco@openerp.com-20120403082743-7lf3rb6h0ff95w7f
2012-04-03 10:27:43 +02:00
Raphael Collet cbc70e12f0 [IMP] res.user form: hide groups in category 'Hidden'
bzr revid: rco@openerp.com-20120402145011-nw5d3nb8ap8r4hn9
2012-04-02 16:50:11 +02:00
Olivier Dony 58605daded [IMP] b.m.u: make dependency check faster before upgrade, cleanup
We need to be careful with naming dummy variables
"_" because that can conflict within the local
scope with the translation method _() if it is
used in the same method!

bzr revid: odo@openerp.com-20120330222023-3xzazf735k50f5xc
2012-03-31 00:20:23 +02:00
Olivier Dony 5f4b3c9bd3 [IMP] module,ir.model: improve name choices
bzr revid: odo@openerp.com-20120330214948-xnmbqugke1o1j3uz
2012-03-30 23:49:48 +02:00
Olivier Dony eb9b0021ff [IMP] Move uninstall behavior in modules.loading where it belongs
bzr revid: odo@openerp.com-20120330163422-jkatnkpw0cl8hd8t
2012-03-30 18:34:22 +02:00
Olivier Dony c6f72008ed [FIX] module: fix dependency computation to work recursively
bzr revid: odo@openerp.com-20120326231839-q7x3zr1bgenom3pc
2012-03-27 01:18:39 +02:00
Olivier Dony aa29b8b1e8 [MERGE] Latest trunk
bzr revid: odo@openerp.com-20120322150602-ljmp97npef2lby00
2012-03-22 16:06:02 +01:00
Olivier Dony 3f4a224755 [IMP] module: lint cleanup
bzr revid: odo@openerp.com-20120322112134-5ov5cphbjpxgwj87
2012-03-22 12:21:34 +01:00
Atul Patel (OpenERP) 4fac556159 [FIX]: Fix dependency problem.
bzr revid: atp@tinyerp.com-20120315072344-fu9h9nepujdisa2d
2012-03-15 12:53:44 +05:30
Atul Patel (OpenERP) 180a23c7cc [FIX]: uninstall module.
Remove foreign key references.
Remove sql constraint .
Remove workflow activity and transition based on deleted cascade.
Drop ir model fields columns and drop table.

bzr revid: atp@tinyerp.com-20120309124753-c4yzeoij5p2fmhgg
2012-03-09 18:17:53 +05:30
Carlos Vásquez 53c78d1c0c [FIX] module icon doesn't update
lp bug: https://launchpad.net/bugs/927675 fixed

bzr revid: carlos.vasquez@clearcorp.co.cr-20120301014708-qn0d7z47ycm9cdsg
2012-02-29 19:47:08 -06:00
Atul Patel (OpenERP) 3465869df7 [FIX]: Remove workflow activity and drop constraint during uninstalling module.
bzr revid: atp@tinyerp.com-20120229135343-g0v04jb5nc723w9q
2012-02-29 19:23:43 +05:30
Olivier Dony 04849550aa [FIX] ir.module.module: `demo` field should be readonly
lp bug: https://launchpad.net/bugs/928431 fixed

bzr revid: odo@openerp.com-20120214151846-1fsbc225bz1x5ujp
2012-02-14 16:18:46 +01:00
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