Merge lp:~openerp-dev/openobject-addons/trunk-improve-SOlinestoinvoice-cha into lp:openobject-addons

Proposed by Ajay Chauhan(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-improve-SOlinestoinvoice-cha
Merge into: lp:openobject-addons
Diff against target: 13 lines (+1/-2)
1 file modified
sale/sale_view.xml (+1/-2)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-improve-SOlinestoinvoice-cha
Reviewer Review Type Date Requested Status
SnippetBucket.com (community) Approve
Ajay Chauhan(OpenERP) (community) Needs Resubmitting
OpenERP Core Team Pending
Review via email: mp+149475@code.launchpad.net

Description of the change

Hello,

   I have made two fields state & invoiced hide for the task "sale order, create invoice problem".

Thanks,
Ajay Chauhan

To post a comment you must log in.
Revision history for this message
SnippetBucket.com (tta-openerp) wrote :

Hello,

   Please as a solution remove 'state' and 'invoiced' fields from tree view.

Thanks,
tta

review: Needs Fixing
8561. By Ajay Chauhan(OpenERP)

removed invoiced field from tree view

Revision history for this message
Ajay Chauhan(OpenERP) (cha-tinyerp) wrote :

Hello sir,

   I made changes as per suggestion. State field required because of search view.

Thanks,
Ajay Chauhan

Revision history for this message
Ajay Chauhan(OpenERP) (cha-tinyerp) :
review: Needs Resubmitting
Revision history for this message
SnippetBucket.com (tta-openerp) wrote :

Hello,

   Seems ok,

Thanks,
TTA

review: Approve

Unmerged revisions

8561. By Ajay Chauhan(OpenERP)

removed invoiced field from tree view

8560. By Ajay Chauhan(OpenERP)

[IMP] sale: hide state & invoiced field from odrer lines to invoice

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-02-20 07:26:21 +0000
4@@ -418,8 +418,7 @@
5 <field name="product_uom" string="Unit of Measure" groups="product.group_uom"/>
6 <field name="salesman_id"/>
7 <field name="price_subtotal" sum="Total"/>
8- <field name="state"/>
9- <field name="invoiced"/>
10+ <field name="state" invisible="1"/>
11 </tree>
12 </field>
13 </record>

Subscribers

People subscribed via source and target branches

to all changes: