openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #10971
[Bug 993749] Re: not proper label accoriding to view of incoming shipment
** Description changed:
Hello
- As per the view of another internal moves and deliver order the both view contents a proper label in state ,partial wizard and report string according to view like [delivered , transfered, Delivery Slip, ] but in incoming shipment view the label are not proper set as per the code of fields_view_get in stock.py like [ Received, Receipt Slip] , so i think something missing behind it
-
+ Latest changes created a two problem on incoming shipment.
+
+ 1) All picking has different report name and label, See but on Incoming
+ shipment it's still "product" as name on partial picking wizard and
+ "picking list" as a report name.because missed to set type "in" on
+ action/
+
+ 2) View error generated due to xpath.
+ AttributeError: View definition error for inherited view 'purchase.stock_picking_in_inherit_purchase' on model 'stock.picking': Element '<xpath expr="/form/notebook/page/field[@name='date']">' not found in parent view '%(parent_xml_id)s'
+ 2012-05-03 06:00:01,752 4324 ERROR None openerp.netsvc: View definition error for inherited view 'purchase.stock_picking_in_inherit_purchase' on model 'stock.picking': Element '<xpath expr="/form/notebook/page/field[@name='date']">' not found in parent view '%(parent_xml_id)s'
+
Thanks.
- mma
** Summary changed:
- not proper label accoriding to view of incoming shipment
+ Label and view error on incoming shipment
** Changed in: openobject-addons
Importance: Undecided => Medium
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 2 (openerp-dev-addons2)
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/993749
Title:
Label and view error on incoming shipment
Status in OpenERP Addons (modules):
Confirmed
Bug description:
Hello
Latest changes created a two problem on incoming shipment.
1) All picking has different report name and label, See but on
Incoming shipment it's still "product" as name on partial picking
wizard and "picking list" as a report name.because missed to set type
"in" on action/
2) View error generated due to xpath.
AttributeError: View definition error for inherited view 'purchase.stock_picking_in_inherit_purchase' on model 'stock.picking': Element '<xpath expr="/form/notebook/page/field[@name='date']">' not found in parent view '%(parent_xml_id)s'
2012-05-03 06:00:01,752 4324 ERROR None openerp.netsvc: View definition error for inherited view 'purchase.stock_picking_in_inherit_purchase' on model 'stock.picking': Element '<xpath expr="/form/notebook/page/field[@name='date']">' not found in parent view '%(parent_xml_id)s'
Thanks.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/993749/+subscriptions
References