# How to add report from UI

**URL:** https://discuss.tryton.org/t/how-to-add-report-from-ui/6276
**Category:** User
**Created:** [June 17, 2023, 2:09pm UTC](https://discuss.tryton.org/t/how-to-add-report-from-ui/6276 "2023-06-17T14:09:03Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![AGM](https://discuss-cdn.tryton.org/letter_avatar_proxy/v4/letter/a/bcef8e/32.png) [@AGM](https://discuss.tryton.org/u/AGM)
#### Post date: [June 17, 2023, 2:09pm UTC](https://discuss.tryton.org/t/how-to-add-report-from-ui/6276/1 "2023-06-17T14:09:03Z")

</div>

Hello,

starting off with a fresh installation of trytond V 6.8.1 there are only 21 report types listed in the menu you mentioned above:

 ![Reports_List_cropped](https://discuss-cdn.tryton.org/uploads/default/original/2X/e/e63b66f52bf77e44e34595066fe9dd6b4650ac61.png)

How many reports should there be listed initially? And how would I add the report for e.g. pretty-printing a report for a BOM or a report for a production of an order?

Kind regards,  
Anton G. Mückl

(edited now as pure question since reference to former topic no longer suitable…)

---

<div class="post-metadata">

### Author: ![acaubet](https://discuss-cdn.tryton.org/user_avatar/discuss.tryton.org/acaubet/32/1493_2.png) [@acaubet](https://discuss.tryton.org/u/acaubet)
#### Post date: [June 18, 2023, 8:42pm UTC](https://discuss.tryton.org/t/how-to-add-report-from-ui/6276/2 "2023-06-18T20:42:46Z")

</div>

> [@AGM](#):
>
> How many reports should there be listed initially?

It depends on which modules that you activated. In these screenshot, you can see all the reports for the modules you have installed.

> [@AGM](#):
>
> And how would I add the report for e.g. pretty-printing a report for a BOM or a report for a production of an order?

So after creating a new report you will need to create a keyword to link in which model the report will be shown. You can take a look over the tutorial section on [how to create a report](https://docs.tryton.org/projects/server/en/latest/tutorial/module/report.html) or search any example like the [invoice report](https://foss.heptapod.net/tryton/tryton/-/blob/1f8db27068f4ae9ea321325f422258e2e5707ead/modules/account_invoice/invoice.xml#L295).

The problem I see is that I don’t think you can access through the menu the ir.action.keyword view. So I don’t see possible for a user to create a report only using the UI.

I don’t see a problem to introduce a keyword entry on the menu, so maybe we are missing that. But anyone feel free to correct me if this is somehow not a good option.

Last option (but generally not recomended) could be to tweak a bit the sao and pass the name of the model to access it’s view:  
[https://demo6.8.tryton.org/#demo6.8/model/ **ir.action.keyword** /](https://demo6.8.tryton.org/#demo6.8/model/ir.action.keyword/)

---

<div class="post-metadata">

### Author: ![ced](https://discuss-cdn.tryton.org/user_avatar/discuss.tryton.org/ced/32/1237_2.png) [@ced](https://discuss.tryton.org/u/ced)
#### Post date: [June 18, 2023, 9:31pm UTC](https://discuss.tryton.org/t/how-to-add-report-from-ui/6276/3 "2023-06-18T21:31:54Z")

</div>

> [@acaubet](#):
>
> The problem I see is that I don’t think you can access through the menu the ir.action.keyword view. So I don’t see possible for a user to create a report only using the UI.

The keywords are accessible from the “Administration / User Interface / Actions” entry.

---

<div class="post-metadata">

### Author: ![AGM](https://discuss-cdn.tryton.org/letter_avatar_proxy/v4/letter/a/bcef8e/32.png) [@AGM](https://discuss.tryton.org/u/AGM)
#### Post date: [June 20, 2023, 8:49pm UTC](https://discuss.tryton.org/t/how-to-add-report-from-ui/6276/4 "2023-06-20T20:49:52Z")

</div>

thank you very much for pointing me to the tutorial. I managed to work it through and got a better understanding of the overall concept - albeit there is still a lot to figure out…

---

<div class="post-metadata">

### Author: ![system](https://discuss-cdn.tryton.org/uploads/default/original/1X/c6f8ec0a40525cdcd50058c734283450a4b3d38b.png) [@system](https://discuss.tryton.org/u/system)
#### Post date: [July 20, 2023, 8:49pm UTC](https://discuss.tryton.org/t/how-to-add-report-from-ui/6276/5 "2023-07-20T20:49:59Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
