openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #01797
[Bug 894622] [NEW] Show partner address instead of partner name
Public bug reported:
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:
_ 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
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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,
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
Follow ups
References