Commit c2f00125 authored by Jean-Paul Smets's avatar Jean-Paul Smets

updated by yo, jp et al. on real use server


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1165 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b676f653
......@@ -12,29 +12,39 @@ import string
mail_message = None
try:
id = container.strip_punctuation(theMail['headers']['message-id'])
context.event.invokeFactory(type_name='Mail Message',
id=id,attachments=theMail['attachments'])
subject = theMail['headers'].get('subject')
attachments = theMail['attachments']
if subject.find('PhoneCall:') >= 0 or subject.find('j2 Voice Message') >= 0:
mail_message = context.event.newContent(portal_type='Phone Call', id=id)
elif subject.find('Letter:') >= 0:
mail_message = context.event.newContent(portal_type='Incoming Letter', id=id)
elif subject.find('j2 Fax') >= 0 or subject.find('fax from') >= 0:
mail_message = context.event.newContent(portal_type='Incoming Fax', id=id)
else:
mail_message = context.event.newContent(portal_type='Mail Message', id=id)
mail_message = context.event.restrictedTraverse(id)
subject=str(string.join(theMail['headers'].get('subject')))
#subject = 'toto'
kw={'title':theMail['headers'].get('subject'),
#'subject':subject,
'date':theMail['headers'].get('date'),
'to':theMail['headers'].get('to'),
'sender':theMail['headers'].get('from'),
'reply_to':theMail['headers'].get('replyto'),
'body':theMail['body'],
'header':theMail['headers'],
'other_info':theMail['localpart'],
# 'attachment':theMail['attachments']
}
mail_message.edit(
title = theMail['headers'].get('subject'),
date = theMail['headers'].get('date'),
to = theMail['headers'].get('to'),
sender = theMail['headers'].get('from'),
reply_to = theMail['headers'].get('replyto'),
body = theMail['body'],
header = theMail['headers'],
other_info = theMail['localpart'],
)
mail_message.edit(**kw)
for key, attachment_data in attachments.items():
try:
#portal_type = context.content_type_registry.findTypeName(key, '//', attachment_data)
portal_type = 'File'
new_file = mail_message.newContent(portal_type = portal_type , id=key.replace('/','_'), file=attachment_data)
except:
mail_message.setDescription('Error in creating attachments')
# We should now try to guess the user who sent it
# Guess the mail address:
......@@ -54,10 +64,13 @@ try:
object = object.getObject()
parent = object.aq_parent
if parent.getPortalType() == 'Person':
organisation = parent.getSubordinationValue()
if organisation is None:
mail_message.setSourceValue(parent)
else:
mail_message.setSourceValueList([parent, organisation])
elif parent.getPortalType() == 'Organisation':
mail_message.setSourceValue(parent)
mail_message.setSubordinationValue(parent.getSubordinationValue())
if parent.getPortalType() == 'Organisation':
mail_message.setSubordinationValue(parent)
break
# We should look if there's already a sale opportunity
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title></title>
<row_length>4</row_length>
<name>organisation_list</name>
<pt>form_list</pt>
<action></action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_list</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Default</title>
......@@ -25,7 +29,9 @@
<description></description>
<domain_root_list></domain_root_list>
<domain_tree></domain_tree>
<editable type="int">1</editable>
<editable_columns></editable_columns>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<global_attributes></global_attributes>
......@@ -41,6 +47,7 @@
<report_tree></report_tree>
<reverse type="int">0</reverse>
<search type="int">1</search>
<search_columns></search_columns>
<select></select>
<selection_name></selection_name>
<sort></sort>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title></title>
<title>Organisation</title>
<row_length>4</row_length>
<name>organisation_list</name>
<action></action>
<enctype></enctype>
<method>POST</method>
<pt>form_list</pt>
<action>doSelect</action>
<update_action></update_action>
<method>POST</method>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Default</title>
<title>left</title>
<fields>
<field><id>listbox</id> <type>ListBox</type>
<values>
<all_columns type="list">[]</all_columns>
<all_editable_columns></all_editable_columns>
<all_editable_columns type="list">[]</all_editable_columns>
<alternate_name></alternate_name>
<columns type="list">[('id', 'id'), ('Title', 'Title'), ('Description', 'Description')]</columns>
<columns type="list">[('id', 'id'), ('Title', 'Title'), ('validation_state', 'State'), ('Description', 'Description')]</columns>
<css_class></css_class>
<default></default>
<default_params type="list">[('min', '(0,1,3)'), ('max', '100')]</default_params>
<description></description>
<domain_root_list></domain_root_list>
<domain_tree></domain_tree>
<editable_columns></editable_columns>
<domain_root_list type="list">[]</domain_root_list>
<domain_tree type="int">0</domain_tree>
<editable type="int">1</editable>
<editable_columns type="list">[]</editable_columns>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<global_attributes></global_attributes>
<global_attributes type="list">[]</global_attributes>
<height type="int">5</height>
<hidden type="int">0</hidden>
<lines type="int">25</lines>
<list_action>organisation_list</list_action>
<list_action>list</list_action>
<list_cookie>ORGANISATION_LIST</list_cookie>
<list_method type="method">portal_catalog</list_method>
<meta_types type="list">[]</meta_types>
<portal_types type="list">[('Organisation', 'Organisation')]</portal_types>
<report_root_list></report_root_list>
<report_tree></report_tree>
<report_root_list type="list">[]</report_root_list>
<report_tree type="int">0</report_tree>
<reverse type="int">0</reverse>
<search type="int">1</search>
<search_columns type="list">[]</search_columns>
<select type="int">1</select>
<selection_name>organisations_selection</selection_name>
<sort type="list">[]</sort>
<sort_columns type="list">[]</sort_columns>
<stat_method></stat_method>
<title>Contacts</title>
<title>Organisation List</title>
<width type="int">40</width>
</values>
<tales>
......@@ -56,5 +64,23 @@
</field>
</fields>
</group>
<group>
<title>right</title>
<fields>
</fields>
</group>
<group>
<title>center</title>
<fields>
</fields>
</group>
<group>
<title>bottom</title>
<fields>
</fields>
</group>
</groups>
</form>
\ No newline at end of file
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title></title>
<row_length>4</row_length>
<name>organisation_list</name>
<pt>form_list</pt>
<action></action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_list</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Default</title>
......@@ -25,7 +29,9 @@
<description></description>
<domain_root_list></domain_root_list>
<domain_tree></domain_tree>
<editable type="int">1</editable>
<editable_columns></editable_columns>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<global_attributes></global_attributes>
......@@ -41,6 +47,7 @@
<report_tree></report_tree>
<reverse type="int">0</reverse>
<search type="int">0</search>
<search_columns></search_columns>
<select type="int">1</select>
<selection_name></selection_name>
<sort></sort>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>List Emails</title>
<row_length>4</row_length>
<name>person_search</name>
<pt>form_dialog</pt>
<action>person_emails_report</action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_dialog</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>left</title>
......@@ -19,14 +23,19 @@
<css_class></css_class>
<default></default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<extra_item></extra_item>
<first_item type="int">0</first_item>
<hidden type="int">0</hidden>
<items type="list">[]</items>
<required type="int">1</required>
<size type="int">5</size>
<title>Role</title>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
<items>here/portal_categories/role/getFormItemList</items>
......@@ -43,14 +52,19 @@
<css_class></css_class>
<default></default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<extra_item></extra_item>
<first_item type="int">0</first_item>
<hidden type="int">0</hidden>
<items type="list">[]</items>
<required type="int">1</required>
<size type="int">5</size>
<title>Role</title>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
<items>here/portal_categories/region/getFormItemList</items>
......@@ -67,14 +81,19 @@
<css_class></css_class>
<default></default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<extra_item></extra_item>
<first_item type="int">0</first_item>
<hidden type="int">0</hidden>
<items type="list">[]</items>
<required type="int">1</required>
<size type="int">5</size>
<title>Role</title>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
<items>here/portal_categories/skill/getFormItemList</items>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Import / Export</title>
<row_length>4</row_length>
<name>exchange</name>
<pt>form_dialog</pt>
<action>base_search</action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_dialog</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>left</title>
......@@ -21,6 +25,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -28,6 +34,8 @@
<required type="int">1</required>
<title>Title</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -45,6 +53,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -52,6 +62,8 @@
<required type="int">1</required>
<title>Id</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -69,6 +81,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -94,6 +108,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -101,6 +117,8 @@
<required type="int">1</required>
<title>my_description</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Folder Contents</title>
<name>folder_contents</name>
<action></action>
<enctype></enctype>
<method>POST</method>
<title>Person</title>
<row_length>4</row_length>
<name>person_list</name>
<pt>form_list</pt>
<action>doSelect</action>
<update_action></update_action>
<method>POST</method>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Default</title>
<title>left</title>
<fields>
<field><id>listbox</id> <type>ListBox</type>
<values>
<all_columns type="list">[('id', 'Id'), ('Title', 'Title'), ('Description', 'Description'), ('getDefaultRegion', 'Region'), ('getDefaultTelephone', 'Phone'), ('getDefaultFax', 'Fax')]</all_columns>
<all_editable_columns></all_editable_columns>
<all_editable_columns type="list">[]</all_editable_columns>
<alternate_name></alternate_name>
<columns type="list">[('id', 'Id'), ('Title', 'Title'), ('Description', 'Description')]</columns>
<columns type="list">[('id', 'Id'), ('Title', 'Title'), ('getSubordinationTitle', 'Organisation'), ('Description', 'Description'), ('validation_state', 'State')]</columns>
<css_class></css_class>
<default></default>
<default_params type="list">[('id', "''"), ('Title', "''"), ('Description', "''")]</default_params>
<description></description>
<domain_root_list></domain_root_list>
<domain_tree></domain_tree>
<editable_columns></editable_columns>
<domain_root_list type="list">[('portal_categories/activity', 'Activity'), ('portal_categories/group', 'Group'), ('portal_categories/region', 'Region'), ('portal_categories/role', 'Role'), ('portal_categories/skill', 'Skill')]</domain_root_list>
<domain_tree type="int">0</domain_tree>
<editable type="int">1</editable>
<editable_columns type="list">[]</editable_columns>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<global_attributes></global_attributes>
<global_attributes type="list">[]</global_attributes>
<height type="int">5</height>
<hidden type="int">0</hidden>
<lines type="int">30</lines>
......@@ -38,15 +44,17 @@
<meta_types type="list">[]</meta_types>
<more_columns type="list">[('path', 'Path')]</more_columns>
<portal_types type="list">[('Person', 'Person')]</portal_types>
<report_root_list></report_root_list>
<report_tree></report_tree>
<report_root_list type="list">[]</report_root_list>
<report_tree type="int">0</report_tree>
<reverse type="int">0</reverse>
<search type="int">1</search>
<search_columns type="list">[]</search_columns>
<select type="int">1</select>
<selection_name>persons</selection_name>
<selection_name>person_selection</selection_name>
<sort type="list">[]</sort>
<sort_columns type="list">[]</sort_columns>
<stat_method></stat_method>
<title>Persons</title>
<title>Person List</title>
<width type="int">40</width>
</values>
<tales>
......@@ -57,5 +65,23 @@
</field>
</fields>
</group>
<group>
<title>right</title>
<fields>
</fields>
</group>
<group>
<title>center</title>
<fields>
</fields>
</group>
<group>
<title>bottom</title>
<fields>
</fields>
</group>
</groups>
</form>
\ No newline at end of file
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Folder Contents</title>
<row_length>4</row_length>
<name>folder_contents</name>
<pt>form_list</pt>
<action></action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_list</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Default</title>
......@@ -25,7 +29,9 @@
<description></description>
<domain_root_list></domain_root_list>
<domain_tree></domain_tree>
<editable type="int">1</editable>
<editable_columns></editable_columns>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<global_attributes></global_attributes>
......@@ -42,6 +48,7 @@
<report_tree></report_tree>
<reverse type="int">0</reverse>
<search type="int">1</search>
<search_columns></search_columns>
<select type="int">1</select>
<selection_name>persons</selection_name>
<sort type="list">[]</sort>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Define Sort Order</title>
<row_length>4</row_length>
<name>person_list_sort_on</name>
<pt>form_sort</pt>
<action>base_sort_on</action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_sort</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Default</title>
......@@ -19,14 +23,19 @@
<css_class></css_class>
<default></default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<extra_item></extra_item>
<first_item type="int">0</first_item>
<hidden type="int">0</hidden>
<items type="list">[('None', 'None'), ('Title', 'Title'), ('Id', 'id'), ('Description', 'description')]</items>
<required type="int">1</required>
<size type="int">1</size>
<title>Sort Parameter</title>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -42,14 +51,19 @@
<css_class></css_class>
<default></default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<extra_item></extra_item>
<first_item type="int">0</first_item>
<hidden type="int">0</hidden>
<items type="list">[('Ascending', 'ascending'), ('Descending', 'descending')]</items>
<required type="int">1</required>
<size type="int">1</size>
<title>sort_order</title>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Set List Settting</title>
<row_length>4</row_length>
<name>person_list_ui</name>
<pt>form_list_ui</pt>
<action>base_list_ui</action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_list_ui</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>left</title>
<fields>
<field><id>columns</id> <type>ListField</type>
<values>
<alternate_name></alternate_name>
<css_class></css_class>
<default></default>
<description></description>
<external_validator></external_validator>
<extra></extra>
<first_item type="int">0</first_item>
<hidden type="int">0</hidden>
<items type="list">[('None', 'None'), ('Id', 'id'), ('Title', 'Title'), ('Description', 'Description')]</items>
<required type="int">1</required>
<size type="int">1</size>
<title>columns</title>
</values>
<tales>
</tales>
<messages>
<message name="external_validator_failed">The input failed the external validator.</message>
<message name="required_not_found">Input is required but no input given.</message>
<message name="unknown_selection">You selected an item that was not in the list.</message>
</messages>
</field>
<field><id>lines</id> <type>ListField</type>
<values>
<alternate_name></alternate_name>
<css_class></css_class>
<default></default>
<description></description>
<external_validator></external_validator>
<extra></extra>
<first_item type="int">0</first_item>
<hidden type="int">0</hidden>
<items type="list">[('5', '5'), ('10', '10'), ('25', '25'), ('50', '50'), ('100', '100'), ('200', '200'), ('500', '500')]</items>
<required type="int">1</required>
<size type="int">1</size>
<title>Line</title>
</values>
<tales>
</tales>
<messages>
<message name="external_validator_failed">The input failed the external validator.</message>
<message name="required_not_found">Input is required but no input given.</message>
<message name="unknown_selection">You selected an item that was not in the list.</message>
</messages>
</field>
</fields>
</group>
<group>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title></title>
<row_length>4</row_length>
<name>person_search</name>
<pt>form_dialog</pt>
<action>base_search</action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_dialog</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>left</title>
......@@ -21,6 +25,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -28,6 +34,8 @@
<required type="int">1</required>
<title>Title</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -45,6 +53,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -52,6 +62,8 @@
<required type="int">1</required>
<title>Id</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -75,6 +87,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -82,6 +96,8 @@
<required type="int">1</required>
<title>my_description</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Search</title>
<row_length>4</row_length>
<name>search</name>
<pt>form_dialog</pt>
<action>person_list</action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_dialog</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>left</title>
......@@ -21,6 +25,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -28,6 +34,8 @@
<required type="int">1</required>
<title>Title</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -45,6 +53,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -52,6 +62,8 @@
<required type="int">1</required>
<title>Id</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -75,6 +87,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -82,6 +96,8 @@
<required type="int">1</required>
<title>my_description</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Search</title>
<row_length>4</row_length>
<name>search</name>
<pt>form_dialog</pt>
<action>person_list_phone</action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_dialog</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>left</title>
......@@ -21,6 +25,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -28,6 +34,8 @@
<required type="int">1</required>
<title>Title</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -45,6 +53,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -52,6 +62,8 @@
<required type="int">1</required>
<title>Id</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Offer Sale</title>
<row_length>4</row_length>
<name>sale_offer</name>
<pt>form_view_dialog</pt>
<action>workflow_status_modify</action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_view_dialog</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Default</title>
......@@ -19,6 +23,8 @@
<css_class></css_class>
<default></default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<height type="int">5</height>
......@@ -28,6 +34,8 @@
<max_lines></max_lines>
<required type="int">1</required>
<title>Comment</title>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
<width type="int">40</width>
</values>
<tales>
......@@ -48,6 +56,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -55,6 +65,8 @@
<required type="int">1</required>
<title>workflow_action</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Offer Sale</title>
<row_length>4</row_length>
<name>sale_enquire</name>
<pt>form_view_dialog</pt>
<action>workflow_status_modify</action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_view_dialog</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Default</title>
......@@ -19,6 +23,8 @@
<css_class></css_class>
<default></default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<height type="int">5</height>
......@@ -28,6 +34,8 @@
<max_lines></max_lines>
<required type="int">1</required>
<title>Comment</title>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
<width type="int">40</width>
</values>
<tales>
......@@ -48,6 +56,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -55,6 +65,8 @@
<required type="int">1</required>
<title>workflow_action</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Offer Sale</title>
<row_length>4</row_length>
<name>sale_offer</name>
<pt>form_view_dialog</pt>
<action>workflow_status_modify</action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_view_dialog</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Default</title>
......@@ -19,6 +23,8 @@
<css_class></css_class>
<default></default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<height type="int">5</height>
......@@ -28,6 +34,8 @@
<max_lines></max_lines>
<required type="int">1</required>
<title>Comment</title>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
<width type="int">40</width>
</values>
<tales>
......@@ -48,6 +56,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -55,6 +65,8 @@
<required type="int">1</required>
<title>workflow_action</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Folder Contents</title>
<name>folder_contents</name>
<action></action>
<enctype></enctype>
<method>POST</method>
<title>Sale Opportunity</title>
<row_length>4</row_length>
<name>sale_opportunity_list</name>
<pt>form_list</pt>
<action>doSelect</action>
<update_action></update_action>
<method>POST</method>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Default</title>
<title>left</title>
<fields>
<field><id>contact_list</id> <type>ListBox</type>
<field><id>listbox</id> <type>ListBox</type>
<values>
<all_columns type="list">[('Description', 'Description')]</all_columns>
<all_editable_columns></all_editable_columns>
<all_columns type="list">[('Title', 'Title'), ('Description', 'Description'), ('opportunity_state', 'State')]</all_columns>
<all_editable_columns type="list">[]</all_editable_columns>
<alternate_name></alternate_name>
<columns type="list">[('Title', 'Title'), ('sale_state', 'State'), ('Description', 'Description')]</columns>
<columns type="list">[('Title', 'Title'), ('Description', 'Description'), ('opportunity_state', 'State')]</columns>
<css_class></css_class>
<default></default>
<default_params type="list">[('Title', "''"), ('sale_state', "''"), ('Description', "''")]</default_params>
<description></description>
<domain_root_list></domain_root_list>
<domain_tree></domain_tree>
<editable_columns></editable_columns>
<domain_root_list type="list">[]</domain_root_list>
<domain_tree type="int">0</domain_tree>
<editable type="int">1</editable>
<editable_columns type="list">[]</editable_columns>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<global_attributes></global_attributes>
<global_attributes type="list">[]</global_attributes>
<height type="int">5</height>
<hidden type="int">0</hidden>
<lines type="int">30</lines>
......@@ -37,15 +43,17 @@
<list_method type="method">portal_catalog</list_method>
<meta_types type="list">[]</meta_types>
<portal_types type="list">[('Sale Opportunity', 'Sale Opportunity')]</portal_types>
<report_root_list></report_root_list>
<report_tree></report_tree>
<report_root_list type="list">[]</report_root_list>
<report_tree type="int">0</report_tree>
<reverse type="int">0</reverse>
<search type="int">1</search>
<search_columns type="list">[]</search_columns>
<select type="int">1</select>
<selection_name>sale_opportunities</selection_name>
<selection_name>sale_opportunity_selection</selection_name>
<sort type="list">[]</sort>
<sort_columns type="list">[]</sort_columns>
<stat_method></stat_method>
<title>Contacts</title>
<title>Sale Opportunity List</title>
<width type="int">40</width>
</values>
<tales>
......@@ -56,5 +64,23 @@
</field>
</fields>
</group>
<group>
<title>right</title>
<fields>
</fields>
</group>
<group>
<title>center</title>
<fields>
</fields>
</group>
<group>
<title>bottom</title>
<fields>
</fields>
</group>
</groups>
</form>
\ No newline at end of file
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Offer Sale</title>
<row_length>4</row_length>
<name>sale_reset</name>
<pt>form_view_dialog</pt>
<action>workflow_status_modify</action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_view_dialog</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Default</title>
......@@ -19,6 +23,8 @@
<css_class></css_class>
<default></default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<height type="int">5</height>
......@@ -28,6 +34,8 @@
<max_lines></max_lines>
<required type="int">1</required>
<title>Comment</title>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
<width type="int">40</width>
</values>
<tales>
......@@ -48,6 +56,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -55,6 +65,8 @@
<required type="int">1</required>
<title>workflow_action</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Inventory Fast Input</title>
<row_length>4</row_length>
<name>Inventory Fast Input</name>
<pt>form_dialog</pt>
<action>Inventory_fastAddLine</action>
<enctype>multipart/form-data</enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_dialog</pt>
<enctype>multipart/form-data</enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>left</title>
......@@ -19,6 +23,8 @@
<css_class></css_class>
<default type="list">[]</default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<height type="int">30</height>
......@@ -28,6 +34,10 @@
<max_lines></max_lines>
<required type="int">1</required>
<title>Inventory List</title>
<unicode type="int">0</unicode>
<view_separator>&lt;br /&gt;
</view_separator>
<whitespace_preserve type="int">0</whitespace_preserve>
<width type="int">80</width>
</values>
<tales>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Ligne de livraison</title>
<name>packing_list_line_quantity_view</name>
<title>Price of Invoice Line</title>
<row_length>4</row_length>
<name>InvoiceLine_priceView</name>
<pt>form_view</pt>
<action>base_edit</action>
<enctype>multipart/form-data</enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_view</pt>
<enctype>multipart/form-data</enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Default</title>
......@@ -21,13 +25,17 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">10</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
<max_length></max_length>
<required type="int">1</required>
<title>Ligne n</title>
<title>Line Number</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -65,7 +73,9 @@
<css_class></css_class>
<default></default>
<description></description>
<editable type="int">1</editable>
<editable_attributes type="list">[('target_quantity', 'target_quantity'), ('quantity', 'quantity'), ('price', 'price'), ('predicate_value', 'predicate_value'), ('variation_category_list', 'variation_category_list')]</editable_attributes>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<getter_method></getter_method>
<global_attributes type="list">[('domain_base_category_list', 'domain_base_category_list'), ('mapped_value_property_list', 'mapped_value_property_list'), ('predicate_operator', 'predicate_operator')]</global_attributes>
......@@ -91,6 +101,8 @@
<css_class></css_class>
<default type="list">[]</default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<height type="int">5</height>
......@@ -100,6 +112,10 @@
<max_lines></max_lines>
<required type="int">0</required>
<title>Valid Domain</title>
<unicode type="int">0</unicode>
<view_separator>&lt;br /&gt;
</view_separator>
<whitespace_preserve type="int">0</whitespace_preserve>
<width type="int">40</width>
</values>
<tales>
......@@ -121,6 +137,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">1</hidden>
......@@ -128,6 +146,8 @@
<required type="int">0</required>
<title>Operator</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -143,6 +163,8 @@
<css_class></css_class>
<default type="list">['target_quantity', 'quantity', 'price']</default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<height type="int">5</height>
......@@ -152,6 +174,10 @@
<max_lines></max_lines>
<required type="int">0</required>
<title>Modified categories</title>
<unicode type="int">0</unicode>
<view_separator>&lt;br /&gt;
</view_separator>
<whitespace_preserve type="int">0</whitespace_preserve>
<width type="int">40</width>
</values>
<tales>
......@@ -176,6 +202,8 @@
<css_class></css_class>
<default type="list">[]</default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<height type="int">5</height>
......@@ -185,6 +213,10 @@
<max_lines></max_lines>
<required type="int">0</required>
<title>matrixbox_predicate_value</title>
<unicode type="int">0</unicode>
<view_separator>&lt;br /&gt;
</view_separator>
<whitespace_preserve type="int">0</whitespace_preserve>
<width type="int">40</width>
</values>
<tales>
......@@ -204,6 +236,8 @@
<css_class></css_class>
<default type="list">[]</default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<height type="int">5</height>
......@@ -213,6 +247,10 @@
<max_lines></max_lines>
<required type="int">0</required>
<title>matrixbox_predicate_value</title>
<unicode type="int">0</unicode>
<view_separator>&lt;br /&gt;
</view_separator>
<whitespace_preserve type="int">0</whitespace_preserve>
<width type="int">40</width>
</values>
<tales>
......@@ -234,11 +272,14 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">10</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
<required type="int">0</required>
<title>matrixbox_price</title>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
<default>python:cell.getProperty('price')</default>
......@@ -257,11 +298,14 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">10</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">1</hidden>
<required type="int">0</required>
<title>matrixbox_quantity</title>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
<default>python:cell.getProperty('quantity')</default>
......@@ -280,11 +324,14 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">10</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">1</hidden>
<required type="int">0</required>
<title>matrixbox_target_quantity</title>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
<default>python:cell.getProperty('target_quantity')</default>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Ligne de livraison</title>
<name>packing_list_line_quantity_view</name>
<title>Quantity of Invoice Line</title>
<row_length>4</row_length>
<name>InvoiceLine_quantityView</name>
<pt>form_view</pt>
<action>base_edit</action>
<enctype>multipart/form-data</enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_view</pt>
<enctype>multipart/form-data</enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Default</title>
......@@ -21,13 +25,17 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">10</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
<max_length></max_length>
<required type="int">1</required>
<title>Ligne n</title>
<title>Line Number</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -65,7 +73,9 @@
<css_class></css_class>
<default></default>
<description></description>
<editable type="int">1</editable>
<editable_attributes type="list">[('quantity', 'quantity'), ('price', 'price'), ('predicate_value', 'predicate_value'), ('variation_category_list', 'variation_category_list')]</editable_attributes>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<getter_method></getter_method>
<global_attributes type="list">[('domain_base_category_list', 'domain_base_category_list'), ('mapped_value_property_list', 'mapped_value_property_list'), ('predicate_operator', 'predicate_operator')]</global_attributes>
......@@ -91,6 +101,8 @@
<css_class></css_class>
<default type="list">[]</default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<height type="int">5</height>
......@@ -100,6 +112,10 @@
<max_lines></max_lines>
<required type="int">0</required>
<title>Valid Domain</title>
<unicode type="int">0</unicode>
<view_separator>&lt;br /&gt;
</view_separator>
<whitespace_preserve type="int">0</whitespace_preserve>
<width type="int">40</width>
</values>
<tales>
......@@ -121,6 +137,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">1</hidden>
......@@ -128,6 +146,8 @@
<required type="int">0</required>
<title>Operator</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -143,6 +163,8 @@
<css_class></css_class>
<default type="list">['target_quantity', 'quantity', 'price']</default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<height type="int">5</height>
......@@ -152,6 +174,10 @@
<max_lines></max_lines>
<required type="int">0</required>
<title>Modified categories</title>
<unicode type="int">0</unicode>
<view_separator>&lt;br /&gt;
</view_separator>
<whitespace_preserve type="int">0</whitespace_preserve>
<width type="int">40</width>
</values>
<tales>
......@@ -176,6 +202,8 @@
<css_class></css_class>
<default type="list">[]</default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<height type="int">5</height>
......@@ -185,6 +213,10 @@
<max_lines></max_lines>
<required type="int">0</required>
<title>matrixbox_predicate_value</title>
<unicode type="int">0</unicode>
<view_separator>&lt;br /&gt;
</view_separator>
<whitespace_preserve type="int">0</whitespace_preserve>
<width type="int">40</width>
</values>
<tales>
......@@ -204,6 +236,8 @@
<css_class></css_class>
<default type="list">[]</default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<height type="int">5</height>
......@@ -213,6 +247,10 @@
<max_lines></max_lines>
<required type="int">0</required>
<title>matrixbox_predicate_value</title>
<unicode type="int">0</unicode>
<view_separator>&lt;br /&gt;
</view_separator>
<whitespace_preserve type="int">0</whitespace_preserve>
<width type="int">40</width>
</values>
<tales>
......@@ -234,11 +272,14 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">10</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">1</hidden>
<required type="int">0</required>
<title>matrixbox_price</title>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
<default>python:cell.getProperty('price')</default>
......@@ -257,11 +298,14 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">10</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
<required type="int">0</required>
<title>matrixbox_quantity</title>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
<default>python:cell.getProperty('quantity')</default>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Contact</title>
<row_length>4</row_length>
<name>list</name>
<pt>form_view</pt>
<action>base_edit</action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_view</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>left</title>
......@@ -24,6 +28,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">40</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -33,7 +39,9 @@
<required type="int">0</required>
<title>Event</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<update_method>base_update_relation</update_method>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -49,6 +57,8 @@
<css_class></css_class>
<default></default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<height type="int">5</height>
......@@ -58,6 +68,8 @@
<max_lines></max_lines>
<required type="int">0</required>
<title>Description</title>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
<width type="int">40</width>
</values>
<tales>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Event</title>
<name>folder_contents</name>
<action></action>
<enctype></enctype>
<method>POST</method>
<row_length>4</row_length>
<name>event_list</name>
<pt>form_list</pt>
<action>doSelect</action>
<update_action></update_action>
<method>POST</method>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Default</title>
<title>left</title>
<fields>
<field><id>listbox</id> <type>ListBox</type>
......@@ -18,14 +22,16 @@
<all_columns type="list">[]</all_columns>
<all_editable_columns type="list">[]</all_editable_columns>
<alternate_name></alternate_name>
<columns type="list">[('portal_type', 'Type'), ('title', 'Title'), ('date', 'Date'), ('event_state', 'State')]</columns>
<columns type="list">[('Type', 'Type'), ('Title', 'Title'), ('getDate', 'Date'), ('getSourceOrganisationTitle', 'Organisation'), ('event_state', 'State')]</columns>
<css_class></css_class>
<default></default>
<default_params type="list">[]</default_params>
<description></description>
<domain_root_list type="list">[]</domain_root_list>
<domain_tree type="int">0</domain_tree>
<editable_columns type="list">[]</editable_columns>
<editable type="int">1</editable>
<editable_columns type="list">[('Type', 'Type'), ('Title', 'Title'), ('date', 'date'), ('event_state', 'event_state')]</editable_columns>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<global_attributes type="list">[]</global_attributes>
<hidden type="int">0</hidden>
......@@ -33,13 +39,15 @@
<list_action>list</list_action>
<list_method type="method">portal_catalog</list_method>
<meta_types type="list">[]</meta_types>
<portal_types type="list">[('Mail Message', 'Mail Message')]</portal_types>
<portal_types type="list">[('Mail Message', 'Mail Message'), ('Phone Call', 'Phone Call'), ('Incoming Fax', 'Incoming Fax'), ('Incoming Letter', 'Incoming Letter')]</portal_types>
<report_root_list type="list">[]</report_root_list>
<report_tree type="int">0</report_tree>
<search type="int">1</search>
<search_columns type="list">[]</search_columns>
<select type="int">1</select>
<selection_name>event_selection</selection_name>
<sort type="list">[('id', 'id')]</sort>
<sort_columns type="list">[]</sort_columns>
<stat_method></stat_method>
<title>Event List</title>
</values>
......@@ -51,5 +59,23 @@
</field>
</fields>
</group>
<group>
<title>right</title>
<fields>
</fields>
</group>
<group>
<title>center</title>
<fields>
</fields>
</group>
<group>
<title>bottom</title>
<fields>
</fields>
</group>
</groups>
</form>
\ No newline at end of file
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Reply to Mail</title>
<row_length>4</row_length>
<name>workflow_order</name>
<pt>form_view_dialog</pt>
<action>workflow_status_modify</action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_view_dialog</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Default</title>
......@@ -19,6 +23,8 @@
<css_class></css_class>
<default></default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<height type="int">5</height>
......@@ -28,6 +34,8 @@
<max_lines></max_lines>
<required type="int">1</required>
<title>Comment</title>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
<width type="int">40</width>
</values>
<tales>
......@@ -51,6 +59,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -60,7 +70,9 @@
<required type="int">0</required>
<title>my_default_follow_up</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<update_method>base_update_relation</update_method>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -84,6 +96,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">1</hidden>
......@@ -91,6 +105,8 @@
<required type="int">1</required>
<title>-</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
<default>python:here.REQUEST.workflow_action</default>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Reply to Mail</title>
<row_length>4</row_length>
<name>workflow_order</name>
<pt>form_view_dialog</pt>
<action>workflow_status_modify</action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_view_dialog</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Default</title>
......@@ -21,6 +25,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">50</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -28,6 +34,8 @@
<required type="int">1</required>
<title>to</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -45,6 +53,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">50</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -52,6 +62,8 @@
<required type="int">1</required>
<title>Subject</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -67,6 +79,8 @@
<css_class></css_class>
<default></default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<height type="int">35</height>
......@@ -76,7 +90,9 @@
<max_lines></max_lines>
<required type="int">1</required>
<title>Message</title>
<width type="int">75</width>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
<width type="int">90</width>
</values>
<tales>
</tales>
......@@ -102,6 +118,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">1</hidden>
......@@ -109,6 +127,8 @@
<required type="int">1</required>
<title>-</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
<default>python:here.REQUEST.workflow_action</default>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Internal Packing List</title>
<row_length>4</row_length>
<name>accounting_transaction_list</name>
<pt>form_list</pt>
<action></action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_list</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Default</title>
......@@ -25,7 +29,9 @@
<description></description>
<domain_root_list type="list">[]</domain_root_list>
<domain_tree type="int">0</domain_tree>
<editable type="int">1</editable>
<editable_columns type="list">[]</editable_columns>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<global_attributes type="list">[]</global_attributes>
<hidden type="int">0</hidden>
......@@ -37,6 +43,7 @@
<report_root_list type="list">[]</report_root_list>
<report_tree type="int">0</report_tree>
<search type="int">1</search>
<search_columns></search_columns>
<select type="int">1</select>
<selection_name>internal_packing_list_selection</selection_name>
<sort type="list">[('id', 'id')]</sort>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Purchase Packing List Line</title>
<row_length>4</row_length>
<name>order_order_list</name>
<pt>form_view</pt>
<action>base_edit</action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_view</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>left</title>
......@@ -21,6 +25,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -28,6 +34,8 @@
<required type="int">1</required>
<title>Id</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -48,6 +56,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -57,7 +67,9 @@
<required type="int">0</required>
<title>Product</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<update_method>base_update_relation</update_method>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -73,6 +85,8 @@
<css_class></css_class>
<default></default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<height type="int">5</height>
......@@ -82,6 +96,8 @@
<max_lines></max_lines>
<required type="int">0</required>
<title>Description</title>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
<width type="int">40</width>
</values>
<tales>
......@@ -102,11 +118,14 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
<required type="int">1</required>
<title>Quantity</title>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -124,11 +143,14 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
<required type="int">1</required>
<title>Wanted Quantity</title>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Internal Packing List</title>
<name>accounting_transaction_list</name>
<action></action>
<enctype></enctype>
<method>POST</method>
<row_length>4</row_length>
<name>internal_packing_list_list</name>
<pt>form_list</pt>
<action>doSelect</action>
<update_action></update_action>
<method>POST</method>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Default</title>
<title>left</title>
<fields>
<field><id>order_packing_list_list</id> <type>ListBox</type>
<field><id>listbox</id> <type>ListBox</type>
<values>
<all_columns type="list">[]</all_columns>
<all_editable_columns type="list">[]</all_editable_columns>
......@@ -25,7 +29,9 @@
<description></description>
<domain_root_list type="list">[]</domain_root_list>
<domain_tree type="int">0</domain_tree>
<editable type="int">1</editable>
<editable_columns type="list">[]</editable_columns>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<global_attributes type="list">[]</global_attributes>
<hidden type="int">0</hidden>
......@@ -37,6 +43,7 @@
<report_root_list type="list">[]</report_root_list>
<report_tree type="int">0</report_tree>
<search type="int">1</search>
<search_columns></search_columns>
<select type="int">1</select>
<selection_name>internal_packing_list_selection</selection_name>
<sort type="list">[('id', 'id')]</sort>
......@@ -51,5 +58,23 @@
</field>
</fields>
</group>
<group>
<title>right</title>
<fields>
</fields>
</group>
<group>
<title>center</title>
<fields>
</fields>
</group>
<group>
<title>bottom</title>
<fields>
</fields>
</group>
</groups>
</form>
\ No newline at end of file
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Purchase Packing List Line</title>
<row_length>4</row_length>
<name>order_order_list</name>
<pt>form_view</pt>
<action>base_edit</action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_view</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>left</title>
......@@ -21,6 +25,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -28,6 +34,8 @@
<required type="int">1</required>
<title>Id</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -48,6 +56,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -57,7 +67,9 @@
<required type="int">0</required>
<title>Product</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<update_method>base_update_relation</update_method>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -73,6 +85,8 @@
<css_class></css_class>
<default></default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<height type="int">5</height>
......@@ -82,6 +96,8 @@
<max_lines></max_lines>
<required type="int">0</required>
<title>Description</title>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
<width type="int">40</width>
</values>
<tales>
......@@ -102,11 +118,14 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
<required type="int">1</required>
<title>Inventory</title>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Order Packing List Line</title>
<row_length>4</row_length>
<name>order_order_list</name>
<pt>form_view</pt>
<action>base_edit</action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_view</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>left</title>
......@@ -21,6 +25,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -28,6 +34,8 @@
<required type="int">1</required>
<title>Id</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -48,6 +56,8 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
......@@ -57,7 +67,9 @@
<required type="int">0</required>
<title>Product</title>
<truncate type="int">0</truncate>
<unicode type="int">0</unicode>
<update_method>base_update_relation</update_method>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -73,6 +85,8 @@
<css_class></css_class>
<default></default>
<description></description>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<height type="int">5</height>
......@@ -82,6 +96,8 @@
<max_lines></max_lines>
<required type="int">1</required>
<title>Description</title>
<unicode type="int">0</unicode>
<whitespace_preserve type="int">0</whitespace_preserve>
<width type="int">40</width>
</values>
<tales>
......@@ -102,11 +118,14 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
<required type="int">1</required>
<title>Quantity</title>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......@@ -124,11 +143,14 @@
<description></description>
<display_maxwidth></display_maxwidth>
<display_width type="int">20</display_width>
<editable type="int">1</editable>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<extra></extra>
<hidden type="int">0</hidden>
<required type="int">1</required>
<title>Wanted Quantity</title>
<whitespace_preserve type="int">0</whitespace_preserve>
</values>
<tales>
</tales>
......
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0"?>
<form>
<title>Order Packing List</title>
<row_length>4</row_length>
<name>accounting_transaction_list</name>
<pt>form_list</pt>
<action></action>
<enctype></enctype>
<update_action></update_action>
<method>POST</method>
<pt>form_list</pt>
<enctype></enctype>
<encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding>
<unicode_mode>false</unicode_mode>
<groups>
<group>
<title>Default</title>
......@@ -25,7 +29,9 @@
<description></description>
<domain_root_list type="list">[]</domain_root_list>
<domain_tree type="int">0</domain_tree>
<editable type="int">1</editable>
<editable_columns type="list">[]</editable_columns>
<enabled type="int">1</enabled>
<external_validator></external_validator>
<global_attributes type="list">[]</global_attributes>
<hidden type="int">0</hidden>
......@@ -37,6 +43,7 @@
<report_root_list type="list">[]</report_root_list>
<report_tree type="int">0</report_tree>
<search type="int">1</search>
<search_columns></search_columns>
<select type="int">1</select>
<selection_name>order_packing_list_selection</selection_name>
<sort type="list">[('id', 'id')]</sort>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment