Odoo is a very flexible ERP system when compared to the fields and their views. We can easily add new fields into a model and display them into new views or existing views. In this video, we’ll be discussing how we can add a new field into an existing form view. #odoocustomfield #odoofields #odoo14 #Add […]
In this video, we are discussing how to add a field into an existing one2Many tree view in a model. #odoo #odoo14 #odoodevelopment #odootutorials #cybrosys #cybrosystutorials #Add #Field #Existing #One2many #Tree #View #Odoo
Odoo has a flexible way to define menu, sub-menu, and actions. The main attraction is that one can create a menu and sub-menu from code as well as UI, which makes Odoo more user-friendly. #odoovidoes A user can directly create a menu and sub-menu from the UI. In this blog, we are going to discuss […]
In this video, we will discuss how to add a new field in an existing kanban view inside a model in odoo. #odoovideos #odootechnicalvideos #odookanban #Add #Field #Existing #Kanban #View #Odoo
In this video, we will discuss how to add a new option to the existing selection field in Odoo. #odoo #odootechnical #odoodevelopmentvideos #Add #Option #Existing #Selection #Field #Odoo
In odoo,we may need to load demo data to our custom modules. Here, In this video we discuss about how to load demo data through XML #odoocustommodule #odoodemo #odooxml #Add #Demo #Data #Module #Load #Demo #Data #Odoo
In this video we will discuss how to use sql constrains in odoo. SQL constraints are defined through the model attribute _sql_constraints. The latter is assigned to a list of triples of strings (name, sql_definition, message), where name is a valid SQL constraint name, sql_definition is a table_constraint expression, and message is the error message. […]
The Odoo website module will add up to the aspect of website building as well as website management operations. We know creating a website menu and website page is not a difficult task in Odoo. #odoowebsite #odootutorial #odoodevelopment #odoo #odoo14 #odootechnical #odoo14technical Users know straightway to create a menu from the front end of odoo. […]