openerp-dev-web team mailing list archive
-
openerp-dev-web team
-
Mailing list archive
-
Message #07017
lp:~openerp-dev/openobject-addons/trunk-configuration-rework-tool-tip-aag into lp:~openerp-dev/openobject-addons/trunk-configuration-rework
Atik Agewan(OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-configuration-rework-tool-tip-aag into lp:~openerp-dev/openobject-addons/trunk-configuration-rework.
Requested reviews:
Rucha (Open ERP) (rpa-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-configuration-rework-tool-tip-aag/+merge/61550
Hello
In this branch
Rename details into Features in all Config Wizard,
move Install Specific Industry applications to the bottom of the wizard,
In the form view of Setup your email server : add icon on button,
add menu tip to config wizards,
add a new field category on config wizard,
and complete tooltip for user preferences:language.
Thanks
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-configuration-rework-tool-tip-aag/+merge/61550
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-configuration-rework.
=== modified file 'association/profile_association.xml'
--- association/profile_association.xml 2011-05-04 06:50:29 +0000
+++ association/profile_association.xml 2011-05-19 12:16:00 +0000
@@ -10,7 +10,7 @@
<data>
<xpath expr="//field[@name='product_expiry']" position="after">
<newline/>
- <separator string="Associations Details" colspan="4" />
+ <separator string="Associations Features" colspan="4" />
<field name="project" />
<field name="project_gtd" />
<field name="wiki" />
=== modified file 'base_setup/installer.py'
--- base_setup/installer.py 2011-05-13 09:00:09 +0000
+++ base_setup/installer.py 2011-05-19 12:16:00 +0000
@@ -207,8 +207,8 @@
help="Set default for new user's timezone, used to perform timezone conversions "
"between the server and the client."),
'context_lang': fields.selection(_lang_get, 'Language', required=True,
- help="Sets default language for the new user's user interface, when UI "
- "translations are available"),
+ help="Sets default language for the all user interface, when UI "
+ "translations are available. If you want to Add new Language, you can add it from 'Load an Official Translation' wizard from 'Administration' menu."),
'view': fields.selection([('simple','Simplified'),
('extended','Extended')],
'Interface', required=True, help= "If you use OpenERP for the first time we strongly advise you to select the simplified interface, which has less features but is easier. You can always switch later from the user preferences." ),
=== modified file 'crm/crm_installer_view.xml'
--- crm/crm_installer_view.xml 2011-05-12 19:36:33 +0000
+++ crm/crm_installer_view.xml 2011-05-19 12:16:00 +0000
@@ -7,9 +7,9 @@
<field name="inherit_id" ref="base_setup.view_base_setup_installer"/>
<field name="arch" type="xml">
<data>
- <xpath expr="//field[@name='product_expiry']" position="after">
+ <xpath expr="//field[@name='report_designer']" position="after">
<newline/>
- <separator string="Customer Relationship Management Details" colspan="4" />
+ <separator string="Customer Relationship Management Features" colspan="4" />
<field name="crm_claim" groups="base.group_extended" />
<field name="crm_helpdesk" groups="base.group_extended" />
<field name="crm_fundraising" groups="base.group_extended" />
@@ -31,7 +31,7 @@
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="view_id" ref="crm.crm_case_section_view_tree"/>
- <field name="help">Define a Sales Team to organize your different salesmen or sales departments into separate teams. Each team will work in its own list of opportunities, sales orders, etc. Each user can set a default team in his user preferences. The opportunities and sales order displayed, will automatically be filtered according to his team.</field>
+ <field name="help">Define sales teams to structure your sales organization and assign users to each team. You should also define the sales stage to each team. As an example, if you use Solutions Selling techniques to track your opportunities, you can assign the following stage to the team: Territory, Qualified, Qualified Sponsors, Proposition, Negociaton, Won/Lost.</field>
</record>
<record id="crm_case_section_installer_todo" model="ir.actions.todo">
@@ -48,7 +48,7 @@
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="view_id" ref="crm.crm_case_stage_tree"/>
- <field name="help">Add specific stages to leads and opportunities allowing your sales to better organise their sales pipeline. Stages will allow them to easily track how a specific lead or opportunity is positioned in the sales cycle.</field>
+ <field name="help">Stages will allow salesmen to easily track how a specific opportunity is positioned in the sales cycle. In order to efficiently manage your sales pipeline, it's important to define conditions to go to the next step. Example: to set an opportunity as 'Qualified', you must set the "Expected Revenue" and the "Expected Closing Date." You should also have a look at the tooltip of the field "Change Probability Automatically".</field>
</record>
<record id="crm_case_stage_installer_todo" model="ir.actions.todo">
=== modified file 'fetchmail/fetchmail_view.xml'
--- fetchmail/fetchmail_view.xml 2011-01-27 09:49:39 +0000
+++ fetchmail/fetchmail_view.xml 2011-05-19 12:16:00 +0000
@@ -61,9 +61,9 @@
</notebook>
<group col="6" colspan="4">
<field name="state" select="1"/>
- <button string="Confirm" type="object" name="button_confirm_login" states="draft"/>
+ <button string="Confirm" type="object" name="button_confirm_login" states="draft" icon="gtk-apply"/>
<button string="Fetch Emails" type="object" name="button_fetch_mail" states="done"/>
- <button string="Set to Draft" type="object" name="set_draft"/>
+ <button string="Set to Draft" type="object" name="set_draft" icon="gtk-convert"/>
</group>
</form>
</field>
=== modified file 'hr/hr_installer.xml'
--- hr/hr_installer.xml 2011-05-04 06:59:57 +0000
+++ hr/hr_installer.xml 2011-05-19 12:16:00 +0000
@@ -9,9 +9,9 @@
<field name="inherit_id" ref="base_setup.view_base_setup_installer"/>
<field name="arch" type="xml">
<data>
- <xpath expr="//field[@name='product_expiry']" position="after">
+ <xpath expr="//field[@name='report_designer']" position="after">
<newline/>
- <separator string="Human Resources Details" colspan="4" />
+ <separator string="Human Resources Features" colspan="4" />
<field name="hr_holidays"/>
<field name="hr_expense" />
<field name="hr_recruitment" />
=== modified file 'knowledge/knowledge_installer.xml'
--- knowledge/knowledge_installer.xml 2011-05-04 07:26:20 +0000
+++ knowledge/knowledge_installer.xml 2011-05-19 12:16:00 +0000
@@ -7,9 +7,9 @@
<field name="inherit_id" ref="base_setup.view_base_setup_installer"/>
<field name="arch" type="xml">
<data>
- <xpath expr="//field[@name='product_expiry']" position="after">
+ <xpath expr="//field[@name='report_designer']" position="after">
<newline/>
- <separator string="Knowledge Management Details" colspan="4" />
+ <separator string="Knowledge Management Features" colspan="4" />
<field name="document_ftp" />
<field name="document_webdav" />
<field name="wiki" />
=== modified file 'marketing/marketing_view.xml'
--- marketing/marketing_view.xml 2011-05-04 09:43:45 +0000
+++ marketing/marketing_view.xml 2011-05-19 12:16:00 +0000
@@ -19,9 +19,9 @@
<field name="inherit_id" ref="base_setup.view_base_setup_installer"/>
<field name="arch" type="xml">
<data>
- <xpath expr="//field[@name='product_expiry']" position="after">
+ <xpath expr="//field[@name='report_designer']" position="after">
<newline/>
- <separator string="Marketing Details" colspan="4" />
+ <separator string="Marketing Features" colspan="4" />
<field name="marketing_campaign" />
<field name="email_template" />
<field name="crm_profiling" />
=== modified file 'mrp/mrp_installer.xml'
--- mrp/mrp_installer.xml 2011-05-04 09:02:14 +0000
+++ mrp/mrp_installer.xml 2011-05-19 12:16:00 +0000
@@ -7,9 +7,9 @@
<field name="inherit_id" ref="base_setup.view_base_setup_installer"/>
<field name="arch" type="xml">
<data>
- <xpath expr="//field[@name='product_expiry']" position="after">
+ <xpath expr="//field[@name='report_designer']" position="after">
<newline/>
- <separator string="Manufacturing Details" colspan="4" />
+ <separator string="Manufacturing Features" colspan="4" />
<field name="stock_location" />
<field name="mrp_jit" />
<field name="mrp_operations" />
=== modified file 'product/wizard/product_installer.xml'
--- product/wizard/product_installer.xml 2011-04-27 13:35:18 +0000
+++ product/wizard/product_installer.xml 2011-05-19 12:16:00 +0000
@@ -9,6 +9,7 @@
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="view_id" ref="product.product_normal_form_view"/>
+ <field name="help">Create a product form for everything you buy or sell. Specify a supplier if the product can be purchased.</field>
</record>
<!-- register configuration wizard -->
=== modified file 'profile_tools/misc_tools_installer.xml'
--- profile_tools/misc_tools_installer.xml 2011-05-04 09:34:49 +0000
+++ profile_tools/misc_tools_installer.xml 2011-05-19 12:16:00 +0000
@@ -7,9 +7,9 @@
<field name="inherit_id" ref="base_setup.view_base_setup_installer"/>
<field name="arch" type="xml">
<data>
- <xpath expr="//field[@name='product_expiry']" position="after">
+ <xpath expr="//field[@name='report_designer']" position="after">
<newline/>
- <separator string="Extra Tools Details" colspan="4" />
+ <separator string="Extra Tools Features" colspan="4" />
<field name="share" />
<field name="lunch" />
<field name="idea" />
=== modified file 'project/project_installer.xml'
--- project/project_installer.xml 2011-05-04 06:30:06 +0000
+++ project/project_installer.xml 2011-05-19 12:16:00 +0000
@@ -8,9 +8,9 @@
<field name="inherit_id" ref="base_setup.view_base_setup_installer"/>
<field name="arch" type="xml">
<data>
- <xpath expr="//field[@name='product_expiry']" position="after">
+ <xpath expr="//field[@name='report_designer']" position="after">
<newline/>
- <separator string="Project Management Details" colspan="4" />
+ <separator string="Project Management Features" colspan="4" />
<field name="project_issue" />
<field name="project_long_term" />
<field name="hr_timesheet_sheet" />
=== modified file 'purchase/wizard/purchase_installer.xml'
--- purchase/wizard/purchase_installer.xml 2011-05-04 09:11:04 +0000
+++ purchase/wizard/purchase_installer.xml 2011-05-19 12:16:00 +0000
@@ -8,9 +8,9 @@
<field name="inherit_id" ref="base_setup.view_base_setup_installer"/>
<field name="arch" type="xml">
<data>
- <xpath expr="//field[@name='product_expiry']" position="after">
+ <xpath expr="//field[@name='report_designer']" position="after">
<newline/>
- <separator string="Purchase Management Details" colspan="4" />
+ <separator string="Purchase Management Features" colspan="4" />
<field name="purchase_requisition" />
<field name="purchase_analytic_plans" />
</xpath>
=== modified file 'report_designer/report_designer_installer.xml'
--- report_designer/report_designer_installer.xml 2011-05-04 09:48:55 +0000
+++ report_designer/report_designer_installer.xml 2011-05-19 12:16:00 +0000
@@ -7,9 +7,9 @@
<field name="inherit_id" ref="base_setup.view_base_setup_installer"/>
<field name="arch" type="xml">
<data>
- <xpath expr="//field[@name='product_expiry']" position="after">
+ <xpath expr="//field[@name='report_designer']" position="after">
<newline/>
- <separator string="Advanced Reporting Details" colspan="4" />
+ <separator string="Advanced Reporting Features" colspan="4" />
<field name="base_report_designer" />
<field name="base_report_creator" />
</xpath>
=== modified file 'sale/sale_installer.xml'
--- sale/sale_installer.xml 2011-05-04 07:10:59 +0000
+++ sale/sale_installer.xml 2011-05-19 12:16:00 +0000
@@ -7,9 +7,9 @@
<field name="inherit_id" ref="base_setup.view_base_setup_installer"/>
<field name="arch" type="xml">
<data>
- <xpath expr="//field[@name='product_expiry']" position="after">
+ <xpath expr="//field[@name='report_designer']" position="after">
<newline/>
- <separator string="Sales Management Details" colspan="4" />
+ <separator string="Sales Management Features" colspan="4" />
<field name="delivery" />
<field name="sale_journal" />
<field name="sale_layout" />
Follow ups