| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 123 |
| Technical Name |
odoo_field_generator |
| License | LGPL-3 |
| Website | https://www.linkedin.com/in/deepak-verma-07144012a |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 123 |
| Technical Name |
odoo_field_generator |
| License | LGPL-3 |
| Website | https://www.linkedin.com/in/deepak-verma-07144012a |
|
|
🚀 Odoo Field Syntax GeneratorGenerate Python and XML field syntax instantly for faster Odoo development |
🚀 Overview
Odoo Field Syntax Generator helps developers quickly generate Odoo Python field definitions and XML field tags using a simple variable notation.
Example variable list:
name.c age.i salary.f date_of_birth.d
The module instantly generates ready-to-copy Python and XML syntax.
✨ Features
- ✔ Generate Python field syntax automatically
- ✔ Generate XML view field tags
- ✔ Supports most Odoo field types
- ✔ Saves development time
- ✔ Lightweight developer tool
📋 Supported Field Types
c → Char i → Integer f → Float d → Date dt → Datetime bi → Binary s → Selection b → Boolean mo → Many2one om → One2many mm → Many2many
🖼 Screenshots
📝 Example
Input name.c age.i salary.f Output name = fields.Char(string="Name") age = fields.Integer(string="Age") salary = fields.Float(string="Salary")
🛠 Built for Odoo developers to accelerate module development.
Please log in to comment on this module