bzr revid: qdp-launchpad@openerp.com-20110525090109-wddw63z2okn2flag
This commit is contained in:
Quentin (OpenERP) 2011-05-25 11:01:09 +02:00
commit 577f6871a0
14 changed files with 28 additions and 27 deletions

View File

@ -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" />

View File

@ -207,8 +207,8 @@ class user_preferences_config(osv.osv_memory):
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." ),

View File

@ -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">

View File

@ -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>

View File

@ -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" />

View File

@ -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" />

View File

@ -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" />

View File

@ -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" />

View File

@ -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 -->

View File

@ -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" />

View File

@ -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" />

View File

@ -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>

View File

@ -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>

View File

@ -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" />