Skip to content
Search
mxm, IT's mad science
Sections
Welcome
News
Search
Replies
Personal tools
You are not logged in
Log in
You are here:
Home
»
Products
»
Open Source
»
mxmContacts
»
The infrastructure is allready there
Navigation
Home
Papers
Products
Open Source
mxmContacts
Downloads
You can download mxm products
here
.
Due to it's technical and international nature, this section is in english.
Max M Has a blog too.
og er glad for mad
Comment
Above in this comment thread:
mxmContacts
»
View all people in particular organisation
The infrastructure is allready there
Posted by
maxm
at
2006-06-23 09:44 AM
def getContactPersons(self):
"Returns list of ContactPerson under this organization"
So this code should display them:
<div tal:repeat="person here/getContactPersons"
tal:content="person/title_or_id"/>
It should be pretty simple to add that to a custom 'mxmContacts_organization_view'
"Returns list of ContactPerson under this organization"
So this code should display them:
<div tal:repeat="person here/getContactPersons"
tal:content="person/title_or_id"/>
It should be pretty simple to add that to a custom 'mxmContacts_organization_view'