Customize Project's Display name with Python code

https://www.cluedoo.com/web/image/product.template/6415/image_1920?unique=adbc26f

Allow customizing a project’s display name using Python code

US$ 0.00 0.0 USD US$ 0.00 VAT Excluded

US$ 0.00 VAT Excluded

Not Available For Sale

This combination does not exist.

Terms and Conditions
30-day money-back guarantee
Shipping: 2-3 Business Days

Customize Project's Display name with Python code

Allow customizing a project’s display name using Python code

US$ 0.00 0.0 USD US$ 0.00 VAT Excluded

US$ 0.00 VAT Excluded

Not Available For Sale

This combination does not exist.

STORY BEHIND THE FEATURE

ODOO BEHAVIOR

In the older versions of Odoo, users had no option to customize the display name of a project to their specific needs using Python code. For example, if a user wanted the project’s display name to be a combination of the project name and the reference of its analytic account, this was not possible through the standard Odoo interface.
 
CLUEDOO BEHAVIOR

Cluedoo extends Odoo’s capabilities by allowing users to customize a project’s display name using Python code.

MODULE +

This improvement allows users to set up customized naming conventions by writing basic Python expressions. It lets users tailor project names to suit their specific business workflows and gives users greater control over how projects are displayed and organized within Odoo.
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