← Back to team overview

openerp-india team mailing list archive

[Bug 1108923] [NEW] YAML Workflow with child node parsing fails

 

Public bug reported:

When using a !workflow like documented at
http://doc.openerp.com/v6.0/developer/5_16_data_serialization/yaml_serialization.html
the parsing fails:

yaml_import.is_workflow does not support nodes of type
types.DictionaryType. If a child node is added to a !workflow, the node
will be of type types.DictionaryType, so is_workflow will return False,
which causes _process_node to raise a YamlImportException.

OpenERP version: 6.1.1

** Affects: openobject-server
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1108923

Title:
  YAML Workflow with child node parsing fails

Status in OpenERP Server:
  New

Bug description:
  When using a !workflow like documented at
  http://doc.openerp.com/v6.0/developer/5_16_data_serialization/yaml_serialization.html
  the parsing fails:

  yaml_import.is_workflow does not support nodes of type
  types.DictionaryType. If a child node is added to a !workflow, the
  node will be of type types.DictionaryType, so is_workflow will return
  False, which causes _process_node to raise a YamlImportException.

  OpenERP version: 6.1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1108923/+subscriptions


Follow ups

References