Deliver "standard" documents with custom app

Hi all,

I understand that fixtures are used to include customizations to existing doctypes in an application that I create.

How would I include documents that I want to deliver with my app? I mean that I create many standard documents for a doctype that I deliver with my app and want to provide these with my app.

Thanks!
DoCa

create a module in your app and then create the doctype within that module

Hi neerajvkn,

I know how to created doctypes but I want to create and deliver instances/documents of that specific doctype.

Thanks

Simply use fixture to export the documents of that particular DocType to your app.

@rtdany10: Of course! Thank you.
Just tried out fixtures and now I know how it works.

1 Like