odoo/openerp/addons/base/module
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
..
report [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
wizard [IMP] Access Rights on Modules Installation 2011-12-06 17:17:32 +01:00
__init__.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
module.py [FIX] base: module sequence number removed from XML data, moved to individual module manifests 2012-01-07 05:17:45 +01:00
module_data.xml [FIX] base/module: typo in xml id and name of module category 2011-12-20 09:37:16 +01:00
module_report.xml [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
module_view.xml [IMP] modules on top 2011-12-30 15:56:07 +01:00