Hardik Sanchawat (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-en-us-police-improvements-bde-warn-notify-hsa
 into lp:~openerp-dev/openobject-addons/trunk-en-us-police-improvements-bde.

Requested reviews:
  Bharat Devnani (Open ERP) (bde-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-en-us-police-improvements-bde-warn-notify-hsa/+merge/132893

Hello,

Improved code for : 
"Warn" is replaced by "Notify" in OpenERP.

Thanks,
- HSA
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-en-us-police-improvements-bde-warn-notify-hsa/+merge/132893
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-en-us-police-improvements-bde.
=== modified file 'analytic/analytic_view.xml'
--- analytic/analytic_view.xml	2012-11-03 13:35:10 +0000
+++ analytic/analytic_view.xml	2012-11-05 13:21:29 +0000
@@ -40,7 +40,7 @@
                                         Once the end date of the contract is
                                         passed or the maximum number of service
                                         units (e.g. support contract) is
-                                        reached, the account manager is warned
+                                        reached, the account manager is notifying
                                         by email to renew the contract with the
                                         customer.
                                     </p>

=== modified file 'purchase/res_config.py'
--- purchase/res_config.py	2012-11-05 10:47:26 +0000
+++ purchase/res_config.py	2012-11-05 13:21:29 +0000
@@ -47,7 +47,7 @@
             implied_group='purchase.group_delivery_invoice_address',
             help="Allows you to specify different delivery and invoice addresses on a purchase order."),
         'module_warning': fields.boolean("Alerts by products or supplier",
-            help="""Allow to configure warnings on products and trigger them when a user wants to purchase a given product or a given supplier.
+            help="""Allow to configure notification on products and trigger them when a user wants to purchase a given product or a given supplier.
             Example: Product: this product is deprecated, do not purchase more than 5.
                     Supplier: don't forget to ask for an express delivery."""),
 

=== modified file 'sale/res_config.py'
--- sale/res_config.py	2012-11-05 07:04:08 +0000
+++ sale/res_config.py	2012-11-05 13:21:29 +0000
@@ -52,7 +52,7 @@
             implied_group='sale.group_discount_per_so_line',
             help="Allows you to apply some discount per sale order line."),
         'module_warning': fields.boolean("Allow configuring alerts by customer or products",
-            help="""Allow to configure warnings on products and trigger them when a user wants to sale a given product or a given customer.
+            help="""Allow to configure notification on products and trigger them when a user wants to sale a given product or a given customer.
             Example: Product: this product is deprecated, do not purchase more than 5.
             Supplier: don't forget to ask for an express delivery."""),
         'module_sale_margin': fields.boolean("Display margins 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