EP-21 How to Create & Add Fields in Odoo 18 | Fields in Odoo 18 | Odoo 18 Technical Tutorials – CBMS Odoo ERP

EP-21 How to Create & Add Fields in Odoo 18 | Fields in Odoo 18 | Odoo 18 Technical Tutorials – CBMS Odoo ERP

3
0 minutes, 51 seconds Read

college_student.py

admission_no = fields.Char(string=”Admission Number”, required=True)
admission_date = fields.Date(string=”Admission Date”, required=True)
first_name = fields.Char(string=”First Name”, required=True)
last_name = fields.Char(string=”Last Name”, required=True)
father_name = fields.Char(string=”Father’s Name”, required=True)
mother_name = fields.Char(string=”Mother’s Name”, required=True)
communication_address = fields.Text(string=”Communication Address”, required=True)
street = fields.Char()
street2 = fields.Char()
zip = fields.Char()
city = fields.Char()
country_id= fields.Many2one(‘res.country’)
state_id = fields.Many2one(‘res.country.state’, ‘Fed. State’, domain=”[(‘country_id’, ‘=?’, country_id)]”)
country_code = fields.Char(related=’country_id.code’, string=’Country Code’)
email = fields.Char(string=”Email”)
phone = fields.Char(string=”Phone”)

#Odoo18 #Fields #Tutorial #Technical #Development #NewFeatures #OdooDevelopment #OdooTutorial #ERP #BusinessSoftware #Odoo18Fields #Odoo18Development #Odoo18Tutorial #Odoo18NewFeatures #OdooTechnical #OdooCustomization #OdooERP #OdooDeveloper #OdooFields #Odoo18ReleaseDate

Connect With Us:
—————————————
➡️ Website:
➡️ Email: info@cybrosys.com
➡️ Twitter:
➡️ LinkedIn:
➡️ Facebook:
➡️ Instagram:
➡️ Pinterest:

#EP21 #Create #Add #Fields #Odoo #Fields #Odoo #Odoo #Technical #Tutorials

Similar Posts

3 Comments on EP-21 How to Create & Add Fields in Odoo 18 | Fields in Odoo 18 | Odoo 18 Technical Tutorials – CBMS Odoo ERP

  1. avatar
    @BilalMohammed1988 says:

    Sooperb videos. If you could start a playlist like making a small module for any specific industry like trading shops, coffee shop, electrical/plumbing shops etc would be more good. I feels it will help us to understand in realtime how we can make a module in correct order.😊

Comments are closed.