I am currently dealing with a few internal shipments, and it would be a nice convenience to write a few lines of comments directly in Tryton, e.g. a Textbox labeled “notes”.
Is there already a module which allows this? I could not find one, but maybe I missed it.
Hi Philipp,
Tryton’s core already provides a generic Notes feature (via ir.note) available on most models. You should see a note icon in the toolbar of the shipment form/tree — this allows free-text notes attached to any record, including internal shipments, without needing any extra module.
That said, if you’d prefer a more visible dedicated text field directly inside the form there is no official module for this — but it’s quite straightforward to develop a small custom one.