Mayur Maheshwari(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-configrework2-rename-features-mma into 
lp:~openerp-dev/openobject-addons/trunk-configrework2.

Requested reviews:
  Rucha (Open ERP) (rpa-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-configrework2-rename-features-mma/+merge/69395

Hello,

     rename features done

Thanks
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-configrework2-rename-features-mma/+merge/69395
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-configrework2.
=== modified file 'crm/crm_installer.py'
--- crm/crm_installer.py	2011-06-30 13:30:09 +0000
+++ crm/crm_installer.py	2011-07-27 05:54:33 +0000
@@ -30,11 +30,11 @@
         'crm_helpdesk': fields.boolean('Helpdesk', help="Manages a Helpdesk service."),
         'crm_fundraising': fields.boolean('Fundraising', help="This may help associations in their fundraising process and tracking."),
         'crm_claim': fields.boolean('Claims', help="Manages the suppliers and customers claims, including your corrective or preventive actions."),
-        'crm_caldav': fields.boolean('Synchronization: Calendar Synchronizing', help="Helps you to synchronize the meetings with other calendar clients and mobiles."),
-        'sale_crm': fields.boolean('Opportunity to Quotation', help="This module relates sale from opportunity cases in the CRM."),
-        'fetchmail': fields.boolean('Synchronization: Fetch Emails', help="Allows you to receive E-Mails from POP/IMAP server."),
-        'thunderbird': fields.boolean('Plug-In: Thunderbird', help="Allows you to link your e-mail to OpenERP's documents. You can attach it to any existing one in OpenERP or create a new one."),
-        'outlook': fields.boolean('Plug-In: MS-Outlook', help="Allows you to link your e-mail to OpenERP's documents. You can attach it to any existing one in OpenERP or create a new one."),
+        'crm_caldav': fields.boolean('Calendar Synchronizing', help="Helps you to synchronize the meetings with other calendar clients and mobiles."),
+        'sale_crm': fields.boolean('Opportunity to Quotation', help="Create a Quotation from an Opportunity ."),
+        'fetchmail': fields.boolean('Fetch Emails', help="Allows you to receive E-Mails from POP/IMAP server."),
+        'thunderbird': fields.boolean('Thunderbird Plug-In', help="Allows you to link your e-mail to OpenERP's documents. You can attach it to any existing one in OpenERP or create a new one."),
+        'outlook': fields.boolean('MS-Outlook Plug-In', help="Allows you to link your e-mail to OpenERP's documents. You can attach it to any existing one in OpenERP or create a new one."),
         'wiki_sale_faq': fields.boolean('Sale FAQ', help="Helps you manage wiki pages for Frequently Asked Questions on Sales Application."),
         'import_google': fields.boolean('Google Import', help="Imports contacts and events from your google account."),
     }

=== modified file 'hr/installer.py'
--- hr/installer.py	2011-05-02 09:20:55 +0000
+++ hr/installer.py	2011-07-27 05:54:33 +0000
@@ -24,7 +24,7 @@
     _inherit = 'base.setup.installer'
     _columns = {
         # Human Resources Management
-        'hr_holidays': fields.boolean('Holidays / Leaves Management',
+        'hr_holidays': fields.boolean('Leaves Management',
             help="Tracks employee leaves, allocation requests and planning."),
         'hr_expense': fields.boolean('Expenses',
             help="Tracks and manages employee expenses, and can "

=== modified file 'sale/sale_installer.py'
--- sale/sale_installer.py	2011-05-02 10:25:57 +0000
+++ sale/sale_installer.py	2011-07-27 05:54:33 +0000
@@ -29,12 +29,12 @@
             help="Allows you to compute delivery costs on your quotations."),
         'sale_journal': fields.boolean('Invoicing journals',
             help="Allows you to group and invoice your delivery orders according to different invoicing types: daily, weekly, etc."),
-        'sale_layout': fields.boolean('Sales Order Layout Improvement',
+        'sale_layout': fields.boolean('Sales Orders Print Layout',
             help="Provides some features to improve the layout of the Sales Order reports."),
         'sale_margin': fields.boolean('Margins in Sales Orders',
             help="Gives the margin of profitability by calculating "
                  "the difference between Unit Price and Cost Price."),
-        'sale_order_dates': fields.boolean('Sales Order Dates',
+        'sale_order_dates': fields.boolean('Full Dates on Sales Orders',
             help="Adds commitment, requested and effective dates on Sales Orders."),
     }
     

_______________________________________________
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