Merge lp:~openerp-dev/openobject-addons/trunk-bug-1156106-mansi into lp:openobject-addons

Proposed by Mansi Kariya(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1156106-mansi
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
sale/res_config.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1156106-mansi
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+174152@code.launchpad.net

Description of the change

Hello,
     I have fixed the usability issue of Terminology: Product/Partner warnings vs alerts.

Thanks.

-Mansi

To post a comment you must log in.

Unmerged revisions

8811. By Mansi Kariya(OpenERP)

[FIX] fixed the usablity issue of Terminology: Product/Partner warnings vs alerts

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sale/res_config.py'
2--- sale/res_config.py 2013-04-17 05:00:45 +0000
3+++ sale/res_config.py 2013-07-11 10:09:28 +0000
4@@ -57,7 +57,7 @@
5 'group_product_variant': fields.boolean("Support multiple variants per products ",
6 implied_group='product.group_product_variant',
7 help="""Allow to manage several variants per product. As an example, if you sell T-Shirts, for the same "Linux T-Shirt", you may have variants on sizes or colors; S, M, L, XL, XXL."""),
8- 'module_warning': fields.boolean("Allow configuring alerts by customer or products",
9+ 'module_warning': fields.boolean("Allow configuring warnings by customer or products",
10 help="""Allow to configure notification on products and trigger them when a user wants to sell a given product or a given customer.
11 Example: Product: this product is deprecated, do not purchase more than 5.
12 Supplier: don't forget to ask for an express delivery."""),

Subscribers

People subscribed via source and target branches

to all changes: