I am trying to use an automated action and a python expression to print a report which features a package's barcode when that package is initially created. I have my report setup with the barcode and other information I need. I have tried several ways to get this to work including:
- Using report_action() to print the report
- Using action = { ... } to print the report
I have not been able to find information on printing with an automated action and odoo studio and would appreciate any assistance, thanks.