← Back to team overview

openerp-india team mailing list archive

[Bug 894622] Re: Show partner address instead of partner name

 

** Description changed:

  Hi all,
  
- Stock picking in openerp version 6 show contact name and  address of partner. Then I installed base_contact module, the paernter field only show address of patner. But in Version 5, the Partner field on stock picking show partner name. I investigated in source code and find some information: 
+ Partner field of stock picking in openerp version 6 show contact name and  address of partner. Then I installed base_contact module, the paernter field only show address of patner. But in Version 5, the Partner field on stock picking show partner name. I investigated in source code and find some information:
  _ In version 6: The actions of stock picking to open three form (included Internal Moves, Incoming Shippments and Delivery Orders) that have context : {'contact_display':'partner_address'}
  _ In version 5: The actions have context : {'contact_display':'partner'}
  
  Link to this file : addons/stock/stock_view.xml
  
  So, Anybody can explain to me why we change this context between Version
  5 and Version 6
  
  Thanks

-- 
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/894622

Title:
  Show partner address instead of partner name

Status in OpenERP Addons (modules):
  New

Bug description:
  Hi all,

  Partner field of stock picking in openerp version 6 show contact name and  address of partner. Then I installed base_contact module, the paernter field only show address of patner. But in Version 5, the Partner field on stock picking show partner name. I investigated in source code and find some information:
  _ In version 6: The actions of stock picking to open three form (included Internal Moves, Incoming Shippments and Delivery Orders) that have context : {'contact_display':'partner_address'}
  _ In version 5: The actions have context : {'contact_display':'partner'}

  Link to this file : addons/stock/stock_view.xml

  So, Anybody can explain to me why we change this context between
  Version 5 and Version 6

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/894622/+subscriptions


References