* Triztian [2012-05-29 00:57 +0200]:
Hello all,

Hello,

I've found my self in the need to pull data that is not stored in tryton's
database, the data is accessed from an
external REST API, however the information that is obtained from said API
needs to appear as a tree view, that
created  a few questions:


  - Can views be created without necessarily having a ModelSQL ( to show
  the external data as a tree view )?

Wizard views are in fact just ModelView objects. So yes you can.

  - In where or how can I perform custom actions other than *on_write *within
  my form (Maybe wizards?)?

I don't really understand what you want to do.

  - Can I create forms that do not write or store data, only for
  displaying information, be it local or from
  external sources?

If I remember correctly openlabs has created a MongoDB type of model
this code could be an inspiration for you

    https://bitbucket.org/sharoonthomas/trytond-mongodb/wiki/Home

--
Nicolas Évrard

B2CK SPRL
rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
E-mail/Jabber: [email protected]
Website: http://www.b2ck.com/

Attachment: signature.asc
Description: Digital signature

Reply via email to