i am trying to call a js function from another function. But I am getting an error. *.js reset: async function (record, ev) { // var self=this;
I have two models reservation(inherit from sale.order) and places . I want to make a one2many field in the places model so when a reservation(sale.order) is con
I installed Odoo 14 but when i run my terminal it shows odoo version 15. When I try to Install the module Hr_payroll it throws the following error. <data nam
When I try to restore database backup to another server (digital ocean to test server on aws), showing an error like this, I tried to change odoo base to same a
I am upgrading a module that allows stock Picking From Customer/Supplier Invoice. This is a module downloaded for odoo11-community and i am performing an upgrad
I am trying to open a search dialog similar to what happens when you click on "Search More..." on a Many2one field widget using OWL. I understand this has to be
when i tried inherit external id web.assets_backend odoo says that external id not found here's the error log: Traceback (most recent call last): File "/opt/o
inherited " res.partner " and added a page (editable tree) in notebook section, but when clicking on "Add a line" it is showing below error: Invalid field 'same
In Inventory, some products description shows the tag as given in image by default. Why it shows and how it raised under which condition?
Using custom module report_xml to generate xml report. After following normal practices to generate custom report from here on model sale.order, also made my cu
I want to covert a module from odoo11 to odoo15. But there is an error with ast.py . I'm using python 3.7 This is the error. File "/usr/local/lib/python3.7/ast
I have multicurrency setup in odoo 15. I create the invoices in my local currency and i expect it to be converted into its dollar equivalent when I view the i
I'm new to Odoo. I use pyenv to host odoo and all the dependencies. All under odoo system user, and I was able to start odoo service: ~# systemctl status odoo-1
I have a project in odoo15 running and created database, but after to try to open login page i have this error. Someone can help me please. Error when render th
In the model, I added a Many2one field that is teacher_id and related to res.users, then i added teacher_gender that related to teacher_id.gender. teacher_id =
So, I'm currently working on Odoo and Postgresql. For some reasons, the database I tried to delete keeps appearing on pgAdmin. I have tried solving the problem
I deployed my Odoo App on our own server. When I tested it on my Local Computer, it was just working fine. But when it deployed, it can't download a Report The
I've try this: [('company_id','=',company_id)] self.env.company_id self.env.user.company_id But those all 3 ways are leaded to default company, but not current
If i go to a page such as "Manufaturing", and this page have record rules, then if that page have records but not showing out because of record rule, it will sh
I am in the process of learning to develop Odoo and started by following this tutorial https://www.odoo.com/documentation/15.0/developer/howtos/rdtraining/06_fi