Merge lp:~bstanciu/openobject-addons/bstanciu@extra-trunk-imp into lp:openobject-addons/extra-trunk

Proposed by Bogdan Stanciu
Status: Merged
Merged at revision: 5551
Proposed branch: lp:~bstanciu/openobject-addons/bstanciu@extra-trunk-imp
Merge into: lp:openobject-addons/extra-trunk
Diff against target: 25 lines (+2/-2)
2 files modified
account_payment_extension/__openerp__.py (+1/-1)
account_payment_extension/payment_view.xml (+1/-1)
To merge this branch: bzr merge lp:~bstanciu/openobject-addons/bstanciu@extra-trunk-imp
Reviewer Review Type Date Requested Status
Renato Lima - http://www.akretion.com Pending
Review via email: mp+82660@code.launchpad.net

Description of the change

[IMP] [account_payment_extension] changed module category (according to latest settings for v 6.1) and a missing referenced xml string.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_payment_extension/__openerp__.py'
2--- account_payment_extension/__openerp__.py 2011-11-17 21:02:14 +0000
3+++ account_payment_extension/__openerp__.py 2011-11-18 10:19:31 +0000
4@@ -25,7 +25,7 @@
5 "name" : "Account Payment Extension",
6 "version" : "1.1",
7 "author" : "Zikzakmedia SL",
8- "category" : "Generic Modules/Accounting",
9+ "category" : "Accounting & Finance",
10 "website" : "www.zikzakmedia.com",
11 "license" : "AGPL-3",
12 "description": """Account payment extension.
13
14=== modified file 'account_payment_extension/payment_view.xml'
15--- account_payment_extension/payment_view.xml 2011-11-17 21:28:03 +0000
16+++ account_payment_extension/payment_view.xml 2011-11-18 10:19:31 +0000
17@@ -193,7 +193,7 @@
18 <field name="type">form</field>
19 <field name="inherit_id" ref="account.view_move_line_form"/>
20 <field name="arch" type="xml">
21- <separator string="Narration" position="before">
22+ <separator string="Internal Note" position="before">
23 <group col="2" colspan="2">
24 <separator colspan="2" string="Payment"/>
25 <field name="payment_type" select="1" widget="selection"/>

Subscribers

People subscribed via source and target branches