#DjangoAdmin - Tuesday, October 18, 2016October 18, 2016 Unknown command: 'syncdb' Whenever I execute this command on terminal " python manage.py syncdb" why I got this error: Solution: You may notice that when ... Read more »
#DjangoAdmin - October 18, 2016 Django superuser fixture error - no such table: auth_user To day you will learn how to fixed user name and password issue in django for superuser creation. So here the problem is whenever you create... Read more »
#DjangoAdmin - Sunday, October 16, 2016October 16, 2016 How to Install django on windows What is Django: Django is an open source web application framework which is written in python. Here we need to know that what is web framewo... Read more »
#ERP #Odoo #Openerp #OpenSourceAdmin - Wednesday, October 12, 2016October 12, 2016 How to remove save button from odoo form view In this post you will learn how to hide or remove "Save" button from Odoo form view . Some time we want to create a form view to... Read more »
#ERP #Odoo #Openerp #OpenSourceAdmin - Thursday, October 6, 2016October 06, 2016 How to show two different values in many2one field in Odoo In this post you will learn how to display the value of two columns in many2one fields in OpenErp. In Odoo many2one fields mean selection f... Read more »
#ERP #Odoo #Openerp #OpenSourceAdmin - October 06, 2016 How to visible and invisible fields in odoo Today you will learn how to visible and invisible Odoo fields . Here I am trying to make a field visible and invisible in Odoo wizard when &... Read more »
#ERP #Odoo #Openerp #OpenSource #pythonAdmin - Wednesday, October 5, 2016October 05, 2016 Onchange many2one filed in odoo Today you will learn how to create a dependent drop down (many2one) fields in Odoo. For example I have two many2one fields (campus_id and de... Read more »