Merge lp:~openerp-dev/openobject-addons/trunk-bug-1110465-kbh into lp:openobject-addons

Proposed by Khushboo Bhatt(openerp)
Status: Work in progress
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1110465-kbh
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
sale/sale_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1110465-kbh
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+145779@code.launchpad.net

Description of the change

Hello,

  fixed the bug:https://bugs.launchpad.net/openobject-addons/+bug/1110465
  cannot edit a sale order line just created in a draft SO

Thanks,
Khushboo.

To post a comment you must log in.

Unmerged revisions

8526. By Khushboo Bhatt(openerp)

[FIX]sale:order line can be edit when SO in draft

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sale/sale_view.xml'
2--- sale/sale_view.xml 2013-01-04 09:39:53 +0000
3+++ sale/sale_view.xml 2013-01-31 06:29:31 +0000
4@@ -169,7 +169,7 @@
5 <notebook>
6 <page string="Order Lines">
7 <field name="order_line">
8- <form string="Sales Order Lines" version="7.0">
9+ <form string="Sales Order Lines" version="7.0" editable="bottom">
10 <header groups="base.group_user">
11 <button name="%(action_view_sale_order_line_make_invoice)d" states="confirmed" string="Invoice" type="action" icon="terp-document-new"/>
12 <field name="state" widget="statusbar" statusbar_visible="draft,confirmed,done" statusbar_colors='{"exception":"red","cancel":"red"}'/>

Subscribers

People subscribed via source and target branches

to all changes: