[Erp5-report] r17518 - /erp5/trunk/products/ERP5/Document/Ticket.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Sat Nov 10 19:39:39 CET 2007
Author: jp
Date: Sat Nov 10 19:39:39 2007
New Revision: 17518
URL: http://svn.erp5.org?rev=17518&view=rev
Log:
Added more documentation. In particular a hint about the interest of acquisition properties in a synchronisation process.
Modified:
erp5/trunk/products/ERP5/Document/Ticket.py
Modified: erp5/trunk/products/ERP5/Document/Ticket.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Ticket.py?rev=17518&r1=17517&r2=17518&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Ticket.py (original)
+++ erp5/trunk/products/ERP5/Document/Ticket.py Sat Nov 10 19:39:39 2007
@@ -46,6 +46,12 @@
- as a project because it acts as a reporting
node for other movements (ex. accounting,
task reports)
+
+ Ticket are a good example of documents which may require
+ synchronisation process accross multiple sites and
+ for which acquisition properties such as source_title
+ may be useful to provide a simple way to synchronise
+ data with relations.
"""
meta_type = 'ERP5 Ticket'
More information about the Erp5-report
mailing list