Paramétrer le nom des fichiers factures

  • Menu Configuration > Activer le mode developpeur
  • Menu Configuration > Technique > Actions > Reports

A tester mais ça ne marcherait a priori QUE pour les prochaines factures (pas celles déjà éditées car le nom serait affecté ?)

Use the Printed Report Filename field which can contain python expressions.
Two variables can be used inside: object which is the object being printed, and time which is python time module. So you can input « object.name » without the quotes.

No need for extra module or code.

More here: gitlab.opengest.solutions/opengest/odoo   and Look for print_report_name

Retour en haut