[Erp5-users] Business template installation problem
Romain Courteaud
romain at nexedi.com
Thu Jul 28 12:47:12 CEST 2005
On Thu, Jul 28, 2005 at 12:41:08PM +0200, MICHEL Thomas wrote :
> but when I remove all these files, and I retry to validate Workfow
> Action, lt displays this error :
> Error Type: AttributeError
> Error Value: 'module' object has no attribute 'IndustrialDescription'
You need to update your ERP5 Products (business templates required cvs
version).
You can use this script in your /var/lib/zope/Products
Romain
-------------- next part --------------
for f in CMFActivity CMFCategory ERP5 ERP5Catalog ERP5Form ERP5SyncML ERP5Type ZSQLCatalog ; do
cvs -q -z3 -d:pserver:anonymous at cvs.erp5.org:/cvsroot co $f;
done;
More information about the Erp5-users
mailing list