Structured Payment Communication
Add an option to create the payment reference based on the python code.
STORY BEHIND THE FEATURES
ODOO BEHAVIOR
For the payment communications in a journal with type "Sales", Odoo offers 3 communication types but there is nothing to do with the python code.
CLUEDOO BEHAVIOR
Cluedoo provides a new feature for the payment communication type, which is "Python Code". This allows you to create a payment reference based on python code to have exactly the payment reference required for your company.
HOW TO USE THIS MODULE?
1
On Customer Invoices journal → Advanced Settings → Payment Communications, we can set Communication Type to Python Code and we can write the python code (ex: result = 'Deco')
2
When we create an invoice then confirm, it will create automatically the payment reference based on the python code