Divyesh Makwana(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-some_typo-all-mdi into 
lp:~openerp-dev/openobject-addons/trunk-some_typo.

Requested reviews:
  OpenERP R&D Team (openerp-dev)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-some_typo-all-mdi/+merge/103083

Hello Sir,

I have improved the typos.

Thanks,

Divyesh
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-some_typo-all-mdi/+merge/103083
Your team OpenERP R&D Team is requested to review the proposed merge of 
lp:~openerp-dev/openobject-addons/trunk-some_typo-all-mdi into 
lp:~openerp-dev/openobject-addons/trunk-some_typo.
=== modified file 'base_calendar/base_calendar_view.xml'
--- base_calendar/base_calendar_view.xml	2012-03-29 13:00:46 +0000
+++ base_calendar/base_calendar_view.xml	2012-04-23 11:46:49 +0000
@@ -11,7 +11,7 @@
                 <form string="Invitation details">
                     <group col="6" colspan="4">
                         <field name="email" string="Invitation To"/>
-                        <field name="cutype" string="Invitation type" />
+                        <field name="cutype" string="Invitation Type" />
                         <field name="rsvp" />
                         <field name="role" string="Role" />
                         <field name="sent_by_uid" string="Invitation From" />
@@ -248,7 +248,7 @@
                         <group col="6" colspan="4">
                              <separator colspan="6" string="Visibility"/>
                              <field name="user_id" string="Responsible User" />
-                             <field name="show_as" string="Show time as"/>
+                             <field name="show_as" string="Show Time as"/>
                              <field name="class" string="Privacy"/>
                              <field name="recurrent_id" invisible="1" />
                              <field name="recurrent_uid" invisible="1" />

=== modified file 'base_setup/base_setup.py'
--- base_setup/base_setup.py	2012-03-30 13:55:46 +0000
+++ base_setup/base_setup.py	2012-04-23 11:46:49 +0000
@@ -212,14 +212,14 @@
     _inherit = 'res.config.settings'
     _columns = {
         'module_crm': fields.boolean('CRM'),
-        'module_plugin_thunderbird': fields.boolean('Thunderbird plugin',
+        'module_plugin_thunderbird': fields.boolean('Thunderbird Plugin',
             help="""The plugin allows you archive email and its attachments to the selected
                 OpenERP objects. You can select a partner, a task, a project, an analytical
                 account, or any other object and attach the selected mail as a .eml file in
                 the attachment of a selected record. You can create documents for CRM Lead,
                 HR Applicant and Project Issue from the selected emails.
                 This installs the module plugin_thunderbird."""),
-        'module_plugin_outlook': fields.boolean('Outlook plugin',
+        'module_plugin_outlook': fields.boolean('Outlook Plugin',
             help="""The Outlook plugin allows you to select an object that you would like to add
                 to your email and its attachments from MS Outlook. You can select a partner, a task,
                 a project, an analytical account, or any other object and archive a selected

=== modified file 'crm/crm_lead.py'
--- crm/crm_lead.py	2012-04-03 17:21:08 +0000
+++ crm/crm_lead.py	2012-04-23 11:46:49 +0000
@@ -169,7 +169,7 @@
         'date_closed': fields.datetime('Closed', readonly=True),
         'stage_id': fields.many2one('crm.case.stage', 'Stage', domain="[('section_ids', '=', section_id)]"),
         'user_id': fields.many2one('res.users', 'Salesman'),
-        'referred': fields.char('Referred By', size=64),
+        'referred': fields.char('Referred by', size=64),
         'date_open': fields.datetime('Opened', readonly=True),
         'day_open': fields.function(_compute_day, string='Days to Open', \
                                 multi='day_open', type="float", store=True),

=== modified file 'crm/crm_meeting_view.xml'
--- crm/crm_meeting_view.xml	2012-04-19 09:59:54 +0000
+++ crm/crm_meeting_view.xml	2012-04-23 11:46:49 +0000
@@ -64,7 +64,7 @@
                         </group><group col="2" colspan="2">
                             <separator colspan="2" string="Visibility"/>
                             <field name="class" string="Privacy" groups="base.group_extended"/>
-                            <field name="show_as" string="Show time as" groups="base.group_extended"/>
+                            <field name="show_as" string="Show Time as" groups="base.group_extended"/>
                             <field name="rrule" invisible="1" readonly="1"/>
                             <field name="recurrent_id" invisible="1"/>
                             <field name="recurrent_uid" invisible="1"/>

=== modified file 'crm/crm_segmentation.py'
--- crm/crm_segmentation.py	2011-01-14 00:11:01 +0000
+++ crm/crm_segmentation.py	2012-04-23 11:46:49 +0000
@@ -45,7 +45,7 @@
         'partner_id': fields.integer('Max Partner ID processed'),
         'segmentation_line': fields.one2many('crm.segmentation.line', \
                             'segmentation_id', 'Criteria', required=True),
-        'som_interval': fields.integer('Days per Periode', help="A period is the average number of days between two cycle of sale or purchase for this segmentation.\
+        'som_interval': fields.integer('Days per Period', help="A period is the average number of days between two cycle of sale or purchase for this segmentation.\
                  \nIt's mainly used to detect if a partner has not purchased or buy for a too long time, \
                  \nso we suppose that his state of mind has decreased because he probably bought goods to another supplier. \
                  \nUse this functionality for recurring businesses."),

=== modified file 'crm/res_config.py'
--- crm/res_config.py	2012-04-03 08:44:25 +0000
+++ crm/res_config.py	2012-04-23 11:46:49 +0000
@@ -29,7 +29,7 @@
         'module_crm_caldav': fields.boolean("Caldav Synchronization",
             help="""Use protocol caldav to synchronize meetings with other calendar applications (like Sunbird).
                 This installs the module crm_caldav."""),
-        'fetchmail_lead': fields.boolean("Create leads from an email account",
+        'fetchmail_lead': fields.boolean("Create Leads from an E-mail Account",
             fetchmail_model='crm.lead', fetchmail_name='Incoming leads',
             help="""Allows you to configure your incoming mail server, and create leads from incoming emails."""),
         'lead_server': fields.char('Server', size=256),
@@ -49,10 +49,10 @@
         'module_import_google': fields.boolean("Google Import",
             help="""Import google contact in partner address and add google calendar events details in Meeting.
                 This installs the module import_google."""),
-        'module_wiki_sale_faq': fields.boolean("Install a sales FAQ",
+        'module_wiki_sale_faq': fields.boolean("Install a Sales FAQ",
             help="""This provides demo data, thereby creating a Wiki Group and a Wiki Page for Wiki Sale FAQ.
                 This installs the module wiki_sale_faq."""),
-        'module_google_map': fields.boolean("Google maps on customer",
+        'module_google_map': fields.boolean("Google Maps on Customer",
             help="""Locate customers on Google Map.
                 This installs the module google_map."""),
     }

=== modified file 'crm/res_config_view.xml'
--- crm/res_config_view.xml	2012-03-30 13:57:57 +0000
+++ crm/res_config_view.xml	2012-04-23 11:46:49 +0000
@@ -22,7 +22,7 @@
                 </group>
 
                 <group name="config_crm" position="after">
-                    <separator string="Import and Synchronize data from an other application" colspan="4"/>
+                    <separator string="Import and Synchronize Data from an Other Application" colspan="4"/>
                     <field name="module_import_sugarcrm"/>
                     <field name="module_crm_caldav"/>
                     <field name="module_import_google"/>

=== modified file 'event/res_partner.py'
--- event/res_partner.py	2012-02-24 13:20:14 +0000
+++ event/res_partner.py	2012-04-23 11:46:49 +0000
@@ -29,7 +29,10 @@
         'event_ids': fields.one2many('event.event','main_speaker_id', readonly=True),
         'event_registration_ids': fields.one2many('event.registration','partner_id', readonly=True),
     }
+    _defaults = {
+        'speaker' : True,
+    }
 
 res_partner()
 
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
\ No newline at end of file
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

=== modified file 'event_moodle/event_moodle.py'
--- event_moodle/event_moodle.py	2012-02-28 14:48:22 +0000
+++ event_moodle/event_moodle.py	2012-04-23 11:46:49 +0000
@@ -177,7 +177,7 @@
                 'shortname': '',
                 'startdate': date,
                 'summary': event.note,
-                'categoryid':1, #the category hardcoded is 'Miscelleanous'
+                'categoryid':1, #the category hardcoded is 'Miscellaneous'
                 }]
             #create a course in moodle and keep the id
             response_courses = moodle_pool.create_moodle_courses(cr, uid, moodle_config_wiz_id, dic_courses, context=context)

=== modified file 'hr/hr_view.xml'
--- hr/hr_view.xml	2012-04-02 08:57:18 +0000
+++ hr/hr_view.xml	2012-04-23 11:46:49 +0000
@@ -242,7 +242,7 @@
         </record>
 
         <record id="action2" model="ir.actions.act_window">
-            <field name="name">Subordonate Hierarchy</field>
+            <field name="name">Subordinate Hierarchy</field>
             <field name="type">ir.actions.act_window</field>
             <field name="res_model">hr.employee</field>
             <field name="domain">[('id','in',active_ids)]</field>
@@ -254,7 +254,7 @@
             <field eval="'action'" name="key"/>
             <field eval="'client_action_multi'" name="key2"/>
             <field eval="['hr.employee']" name="models"/>
-            <field name="name">Subordonate Hierarchy</field>
+            <field name="name">Subordinate Hierarchy</field>
             <field eval="'ir.actions.act_window,'+str(action2)" name="value"/>
             <field eval="True" name="isobject"/>
             <field eval="True" name="replace"/>
@@ -315,7 +315,7 @@
             parent="hr.menu_hr_configuration" sequence="1"/>
 
         <record id="open_view_categ_tree" model="ir.actions.act_window">
-            <field name="name">Categories structure</field>
+            <field name="name">Categories Structure</field>
             <field name="res_model">hr.employee.category</field>
             <field name="view_type">tree</field>
             <field name="view_id" ref="view_employee_category_tree"/>

=== modified file 'mail/res_users.py'
--- mail/res_users.py	2012-04-13 12:53:18 +0000
+++ mail/res_users.py	2012-04-23 11:46:49 +0000
@@ -36,7 +36,7 @@
                         ('comments', 'Only comments'),
                         ('to_me', 'Only when sent directly to me'),
                         ('none', 'Never')
-                        ], 'Receive feeds by email', required=True,
+                        ], 'Receive Feeds by E-mail', required=True,
                         help="Choose in which case you want to receive an email when you receive new feeds."),
     }
     

=== modified file 'plugin_outlook/plugin_outlook.xml'
--- plugin_outlook/plugin_outlook.xml	2012-04-03 08:27:56 +0000
+++ plugin_outlook/plugin_outlook.xml	2012-04-23 11:46:49 +0000
@@ -58,7 +58,7 @@
                 <field name="module_plugin_outlook" position="after">
                     <group colspan="2" attrs="{'invisible': [('module_crm','=',False)]}">
                         <button name="%(action_outlook_installer)d" type="action"
-                            string="Configure Outlook plugin" icon="gtk-execute"/>
+                            string="Configure Outlook Plugin" icon="gtk-execute"/>
                     </group>
                 </field>
             </field>

=== modified file 'plugin_thunderbird/plugin_thunderbird.xml'
--- plugin_thunderbird/plugin_thunderbird.xml	2012-04-03 08:27:56 +0000
+++ plugin_thunderbird/plugin_thunderbird.xml	2012-04-23 11:46:49 +0000
@@ -65,7 +65,7 @@
             <field name="module_plugin_thunderbird" position="after">
                 <group colspan="2" attrs="{'invisible': [('module_crm','=',False)]}">
                     <button name="%(action_thunderbird_installer)d" type="action"
-                        string="Configure Thunderbird plugin" icon="gtk-execute"/>
+                        string="Configure Thunderbird Plugin" icon="gtk-execute"/>
                 </group>
             </field>
         </field>

=== modified file 'point_of_sale/point_of_sale_view.xml'
--- point_of_sale/point_of_sale_view.xml	2012-04-03 08:27:56 +0000
+++ point_of_sale/point_of_sale_view.xml	2012-04-23 11:46:49 +0000
@@ -747,7 +747,7 @@
             <field name="view_id" ref="view_pos_order_tree_all_sales_lines" />
         </record>
 
-        <!--  Miscelleanous Operations/Reporting -->
+        <!--  Miscellaneous Operations/Reporting -->
         <menuitem name="Point of Sale" parent="base.menu_reporting" id="menu_point_rep" sequence="50" groups="group_pos_manager"/>
         <!-- Invoice -->
 

=== modified file 'product/product.py'
--- product/product.py	2012-04-06 12:37:32 +0000
+++ product/product.py	2012-04-23 11:46:49 +0000
@@ -291,7 +291,7 @@
         'description_purchase': fields.text('Purchase Description',translate=True),
         'description_sale': fields.text('Sale Description',translate=True),
         'type': fields.selection([('product','Stockable Product'),('consu', 'Consumable'),('service','Service')], 'Product Type', required=True, help="Will change the way procurements are processed. Consumable are product where you don't manage stock."),
-        'supply_method': fields.selection([('produce','Produce'),('buy','Buy')], 'Supply method', required=True, help="Produce will generate production order or tasks, according to the product type. Buy will trigger purchase orders when requested."),
+        'supply_method': fields.selection([('produce','Produce'),('buy','Buy')], 'Supply Method', required=True, help="Produce will generate production order or tasks, according to the product type. Buy will trigger purchase orders when requested."),
         'sale_delay': fields.float('Customer Lead Time', help="This is the average delay in days between the confirmation of the customer order and the delivery of the finished products. It's the time you promise to your customers."),
         'produce_delay': fields.float('Manufacturing Lead Time', help="Average delay in days to produce this product. This is only for the production order and, if it is a multi-level bill of material, it's only for the level of this product. Different lead times will be summed for all levels and purchase orders."),
         'procure_method': fields.selection([('make_to_stock','Make to Stock'),('make_to_order','Make to Order')], 'Procurement Method', required=True, help="'Make to Stock': When needed, take from the stock or wait until re-supplying. 'Make to Order': When needed, purchase or produce for the procurement request."),
@@ -300,8 +300,8 @@
         'list_price': fields.float('Sale Price', digits_compute=dp.get_precision('Sale Price'), help="Base price for computing the customer price. Sometimes called the catalog price."),
         'standard_price': fields.float('Cost Price', required=True, digits_compute=dp.get_precision('Purchase Price'), help="Product's cost for accounting stock valuation. It is the base price for the supplier price."),
         'volume': fields.float('Volume', help="The volume in m3."),
-        'weight': fields.float('Gross weight', digits_compute=dp.get_precision('Stock Weight'), help="The gross weight in Kg."),
-        'weight_net': fields.float('Net weight', digits_compute=dp.get_precision('Stock Weight'), help="The net weight in Kg."),
+        'weight': fields.float('Gross Weight', digits_compute=dp.get_precision('Stock Weight'), help="The gross weight in Kg."),
+        'weight_net': fields.float('Net Weight', digits_compute=dp.get_precision('Stock Weight'), help="The net weight in Kg."),
         'cost_method': fields.selection([('standard','Standard Price'), ('average','Average Price')], 'Costing Method', required=True,
             help="Standard Price: the cost price is fixed and recomputed periodically (usually at the end of the year), Average Price: the cost price is recomputed at each reception of products."),
         'warranty': fields.float('Warranty (months)'),
@@ -312,7 +312,7 @@
             ('sellable','Normal'),
             ('end','End of Lifecycle'),
             ('obsolete','Obsolete')], 'Status', help="Tells the user if he can use the product or not."),
-        'uom_id': fields.many2one('product.uom', 'Default Unit Of Measure', required=True, help="Default Unit of Measure used for all stock operation."),
+        'uom_id': fields.many2one('product.uom', 'Default Unit of Measure', required=True, help="Default Unit of Measure used for all stock operation."),
         'uom_po_id': fields.many2one('product.uom', 'Purchase Unit of Measure', required=True, help="Default Unit of Measure used for purchase orders. It must be in the same category than the default unit of measure."),
         'uos_id' : fields.many2one('product.uom', 'Unit of Sale',
             help='Used by companies that manage two units of measure: invoicing and inventory management. For example, in food industries, you will manage a stock of ham but invoice in Kg. Keep empty to use the default UOM.'),
@@ -328,7 +328,7 @@
         'loc_rack': fields.char('Rack', size=16),
         'loc_row': fields.char('Row', size=16),
         'loc_case': fields.char('Case', size=16),
-        'company_id': fields.many2one('res.company', 'Company',select=1),
+        'company_id': fields.many2one('res.company', 'Company', select=1),
     }
 
     def _get_uom_id(self, cr, uid, *args):

=== modified file 'project/project_view.xml'
--- project/project_view.xml	2012-04-19 09:48:52 +0000
+++ project/project_view.xml	2012-04-23 11:46:49 +0000
@@ -50,7 +50,7 @@
                                 <field name="resource_calendar_id"/>
                             </group>
                             <group col="2" colspan="2" name="misc">
-                                <separator colspan="4" string="Miscelleanous"/>
+                                <separator colspan="4" string="Miscellaneous"/>
                                 <field name="company_id" select="1" groups="base.group_multi_company" widget="selection" required="1"/>
                                 <field name="warn_manager"/>
                                 <field name="priority"/>
@@ -296,7 +296,7 @@
                                 <field name="sequence"/>
                             </group>
 
-                            <separator string="Miscelleanous" colspan="4"/>
+                            <separator string="Miscellaneous" colspan="4"/>
                             <field name="partner_id" />
                             <field name="company_id" select="1" groups="base.group_multi_company" widget="selection"/>
                             <group col="4" colspan="2">

=== modified file 'project_planning/project_planning_view.xml'
--- project_planning/project_planning_view.xml	2012-03-26 10:15:14 +0000
+++ project_planning/project_planning_view.xml	2012-04-23 11:46:49 +0000
@@ -117,7 +117,7 @@
                                                         <field name="priority"/>
                                                         <field name="sequence"/>
                                                     </group>
-                                                <separator string="Miscelleanous" colspan="4"/>
+                                                <separator string="Miscellaneous" colspan="4"/>
                                                     <field name="type_id"/>
                                                     <field name="active"/>
                                                     <field name="partner_id"/>

=== modified file 'wiki_faq/wiki_faq.xml'
--- wiki_faq/wiki_faq.xml	2011-01-14 00:11:01 +0000
+++ wiki_faq/wiki_faq.xml	2012-04-23 11:46:49 +0000
@@ -83,7 +83,7 @@
 * Stores automatically ERP reports
 * Automatic classification of ressources
 * Shared access rights for DMS and ERP
-* Store emails with outlook Plugin
+* Store emails with Outlook Plugin
 
 == External Links ==
 

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to