Module that displays a client's invoices online

What is the module to view the third party’s online invoice?

A post was merged into an existing topic: Uninstall a module that I don’t need (Docker)

I fear there is no module for that. IIUC what you are asking is a customer portal to allow any user see this invoices.

In tryton you can implement that with web_user module. For the frontend you should develop your own using for example flask_tryton

Isn’t there an interface defined by default or something?

No, you are free to write your own interface with all customizations.

It may be interesting to have some routes on the tryton server which can generate a link to send by email to the party that he may download the invoice or event pay for it. But this is not an customer portal.

As you are sharing a clear statement of your requeriments, maybe both solutions may work for your case.

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