Introduction
In this post, we will explore the variable names used in the Odoo v18 Contact App. Understanding these variable names is crucial for developers working with Odoo to customize and extend the functionality of the contact module.
Variable Names Table
Here’s a comprehensive table of variable names used in the Odoo v18 Contact App. Each entry includes the English name, Spanish name (Latin America), and the corresponding variable name. Additionally, you can easily copy the variable name using the provided buttons.
English Label | Spanish Label | Type | Variable Name | Action |
---|---|---|---|---|
Name | Nombre | char | name |
|
Company | Empresa | many2one | company_id |
|
Street | Calle | char | street |
|
Street 2 | Calle 2 | char | street2 |
|
City | Ciudad | char | city |
|
State | Estado | many2one | state_id |
|
ZIP | C. P. | char | zip |
|
Country | País | many2one | country_id |
|
Correo Electrónico | char | email |
||
Phone | Teléfono | char | phone |
|
Mobile | Móvil | char | mobile |
|
Website | Sitio Web | String | website |
|
Title | Título | many2one | title |
|
Language | Idioma | Base Field | lang |
Conclusion
Understanding the variable names in the Odoo v18 Contact App is essential for effective customization and development. Use this cheatsheet to streamline your workflow. Happy coding!