Commit 235240a4 authored by Christophe Dumez's avatar Christophe Dumez

- fixed typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7272 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8bc9dec3
...@@ -3464,7 +3464,7 @@ class LocalRolesTemplateItem(BaseTemplateItem): ...@@ -3464,7 +3464,7 @@ class LocalRolesTemplateItem(BaseTemplateItem):
class BusinessTemplate(XMLObject): class BusinessTemplate(XMLObject):
""" """
A business template allows to construct ERP5 modules A business template allows to construct ERP5 modules
in part or completely. Each object are separated from its in part or completely. Each object is separated from its
subobjects and exported in xml format. subobjects and exported in xml format.
It may include: It may include:
...@@ -3475,8 +3475,8 @@ class BusinessTemplate(XMLObject): ...@@ -3475,8 +3475,8 @@ class BusinessTemplate(XMLObject):
- filter definition - filter definition
- portal_types definition - portal_types definition
- object without optinal actions - object without optimal actions
- list of relation between portal type and worklfow - list of relation between portal type and workflow
- module definition - module definition
- id - id
......
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