Customize Project's Display name with Python code
Allow customizing a project’s display name using Python code
Customize Project's Display name with Python code
Allow customizing a project’s display name using Python code
STORY BEHIND THE FEATURE
ODOO BEHAVIOR
CLUEDOO BEHAVIOR
Cluedoo extends Odoo’s capabilities by allowing users to customize a project’s display name using Python code.
MODULE +
CLUEDOO RECOMMENDATIONS
Install on 100% of the database.
OUR FEATURES AS SOLUTIONS
Customize display names with Python code.
HOW TO USE THIS MODULE
1. Go to Settings > Technical > Database Structure > Display Name Formula > New to create a formula Fill in the necessary information (Formula Name, Model, Python Code) Note: I want the project's display name to be their name + Falinwa (Falinwa will be automatically added after the name) so the Python code is result = record.name + "-" + "Falinwa" | |
Note: Formula including project reference: | |
2. Go to Project > New to create a new project (e.g. Toulouse Party) > Type the name of the project in the search bar and you will see that the display name has automatically changed to Toulouse Party-Falinwa as your formula |