From ba1d58848c43b0ba1b1c23b437348c751095b07c Mon Sep 17 00:00:00 2001 From: ced <> Date: Tue, 15 May 2007 07:42:18 +0000 Subject: [PATCH] CLIENT, ALL: use the action name for the tabs name in the client bzr revid: ced-7954983eba23b39560d63d7b07dbaf51a5b1d539 --- bin/addons/base/ir/ir.xml | 75 ++++++++++---------- bin/addons/base/ir/ir_actions.py | 2 +- bin/addons/base/module/module_view.xml | 12 ++-- bin/addons/base/res/partner/partner_view.xml | 32 ++++----- bin/tools/convert.py | 6 +- doc/migrate/4.0.0-4.1.0/pre.py | 7 ++ 6 files changed, 72 insertions(+), 62 deletions(-) diff --git a/bin/addons/base/ir/ir.xml b/bin/addons/base/ir/ir.xml index dc77d25e8bc..3bb9b4c3b41 100644 --- a/bin/addons/base/ir/ir.xml +++ b/bin/addons/base/ir/ir.xml @@ -28,13 +28,13 @@ - ir.sequence + Sequences ir.actions.act_window ir.sequence form - + ========================================================== Sequences Types @@ -52,14 +52,14 @@ - ir.sequence.type + Sequence Types ir.actions.act_window ir.sequence.type form tree,form - + ========================================================== Actions @@ -79,13 +79,13 @@ - ir.actions.actions + Actions ir.actions.act_window ir.actions.actions form - + ir.actions.execute @@ -103,13 +103,13 @@ - ir.actions.execute + Execute ir.actions.act_window ir.actions.execute form - + ir.actions.group @@ -126,13 +126,13 @@ - ir.actions.group + Group ir.actions.act_window ir.actions.group form - + ir.actions.report.custom @@ -149,13 +149,13 @@ - ir.actions.report.custom + Report Custom ir.actions.act_window ir.actions.report.custom form - + ir.actions.report.xml @@ -177,13 +177,13 @@ - ir.actions.report.xml + Report Xml ir.actions.act_window ir.actions.report.xml form - + ir.actions.windows.tree @@ -218,13 +218,13 @@ - ir.actions.act_window + Open Window ir.actions.act_window ir.actions.act_window form - + ir.actions.wizard @@ -241,27 +241,28 @@ - ir.actions.wizard + Wizard ir.actions.act_window ir.actions.wizard form - + ========================================================== Companies ========================================================== - res.company + Companies Structure ir.actions.act_window res.company [('parent_id','=',False)] tree - + + - res.groups + Companies ir.actions.act_window res.company form @@ -273,15 +274,16 @@ ========================================================== - res.users + Users ir.actions.act_window res.users form + - res.users + My password ir.actions.act_window res.users form @@ -292,7 +294,7 @@ - res.groups + Groups ir.actions.act_window res.groups form @@ -322,15 +324,16 @@ - res.roles.tree + Roles Structure ir.actions.act_window res.roles tree - + + - res.roles.tree + Roles ir.actions.act_window res.roles form @@ -357,7 +360,7 @@ - ir.ui.view + View ir.actions.act_window ir.ui.view form @@ -385,7 +388,7 @@ - ir.attachment + Attachments ir.actions.act_window ir.attachment form @@ -484,7 +487,7 @@ - ir.report.custom + Custom Report ir.actions.act_window ir.report.custom tree @@ -567,7 +570,7 @@ - ir.model.form + Objects ir.model form @@ -575,7 +578,7 @@ - ir.model.fields.form + Fields ir.model.fields form @@ -602,7 +605,7 @@ - ir.translation.view + All terms ir.translation form @@ -680,7 +683,7 @@ - ir.ui.menu.form2 + Grant Access to menu ir.ui.menu form @@ -732,7 +735,7 @@ - ir.cron.form + Scheduled Actions ir.cron form @@ -771,7 +774,7 @@ - ir.model.access.form + Access Controls ir.model.access form diff --git a/bin/addons/base/ir/ir_actions.py b/bin/addons/base/ir/ir_actions.py index 1cc9b35832c..2e3205d5609 100644 --- a/bin/addons/base/ir/ir_actions.py +++ b/bin/addons/base/ir/ir_actions.py @@ -107,7 +107,7 @@ class act_window(osv.osv): _table = 'ir_act_window' _sequence = 'ir_actions_id_seq' _columns = { - 'name': fields.char('Action Name', size=64, required=True, translate=True), + 'name': fields.char('Action Name', size=64, translate=True), 'type': fields.char('Action Type', size=32, required=True), 'view_id': fields.many2one('ir.ui.view', 'View Ref.', ondelete='cascade'), 'domain': fields.char('Domain Value', size=250), diff --git a/bin/addons/base/module/module_view.xml b/bin/addons/base/module/module_view.xml index 70d71c4080e..19a9543e753 100644 --- a/bin/addons/base/module/module_view.xml +++ b/bin/addons/base/module/module_view.xml @@ -32,7 +32,7 @@ - ir.module.category + Categories of Modules ir.module.category tree [('parent_id','=',False)] @@ -48,7 +48,6 @@ # - ir.module.module ir.module.module form tree,form @@ -126,7 +125,7 @@ - ir.module.module + Modules ir.module.module form tree,form @@ -135,7 +134,7 @@ - ir.module.module + Installed Modules ir.module.module form tree,form @@ -143,7 +142,7 @@ - ir.module.module + Uninstalled Modules ir.module.module form tree,form @@ -151,7 +150,7 @@ - ir.module.module + Modules to be installed, upgraded or removed ir.module.module form tree,form @@ -182,7 +181,6 @@ - ir.module.repository ir.module.repository form tree,form diff --git a/bin/addons/base/res/partner/partner_view.xml b/bin/addons/base/res/partner/partner_view.xml index 9e8b936ee21..b1fc6a10888 100644 --- a/bin/addons/base/res/partner/partner_view.xml +++ b/bin/addons/base/res/partner/partner_view.xml @@ -21,7 +21,7 @@ - res.partner.function.form + Partner Functions ir.actions.act_window res.partner.function form @@ -56,7 +56,7 @@ - res.country.form + Country ir.actions.act_window res.country form @@ -93,7 +93,7 @@ - res.country.state + State ir.actions.act_window res.country.state form @@ -121,7 +121,7 @@ - res.partner.address.tree + Partner Contacts ir.actions.act_window res.partner.address tree @@ -159,13 +159,13 @@ - res.partner.address + Partner Contacts ir.actions.act_window res.partner.address form - +