Merge lp:~openerp-dev/openobject-addons/6.1-opw-578040-rha into lp:openobject-addons/6.1

Proposed by Rifakat Husen (OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/6.1-opw-578040-rha
Merge into: lp:openobject-addons/6.1
Diff against target: 12 lines (+1/-1)
1 file modified
account_anglo_saxon/__openerp__.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/6.1-opw-578040-rha
Reviewer Review Type Date Requested Status
Naresh(OpenERP) Pending
Review via email: mp+126004@code.launchpad.net

Description of the change

Hello,

Module account_anglo_saxon is categorized in "Hidden/Dependency",
as a result, it is very uneasy for the user to find it.

Changed its category to "Accounting & Finance".

Reference from trunk, r7111, <email address hidden>

Thanks for your review.

Regards,
Rifakat Haradwala

To post a comment you must log in.
Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

Hello,

This bug was qualified as Already Fixed on Trunk (means that it was already fixed and merged in Trunk). If this Merge Proposal could not be merged in v6.1 at the release of v7.0, it will be closed.

Thanks,
Naresh Soni

Unmerged revisions

7002. By Rifakat Husen (OpenERP)

[FIX] account_anglo_saxon: Changed category of module account_anglo_saxon to Accounting & Finance from Hidden/Dependency to be able to search it quickly

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_anglo_saxon/__openerp__.py'
2--- account_anglo_saxon/__openerp__.py 2012-01-31 13:36:57 +0000
3+++ account_anglo_saxon/__openerp__.py 2012-09-24 13:05:24 +0000
4@@ -36,7 +36,7 @@
5 Secondly, price differences between actual purchase price and fixed product standard price are booked on a separate account""",
6 "images": ["images/account_anglo_saxon.jpeg"],
7 "depends": ["product", "purchase"],
8- "category": "Hidden/Dependency",
9+ "category": "Accounting & Finance",
10 "init_xml": [],
11 "demo_xml": [],
12 "update_xml": ["product_view.xml",],