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
I'm using Odoov15, I try to inherit the Odoo sale_crm module. To make my tests, I modify the sale_order_views.xml in sale_crm/views. I add thoses lines in the s
My Odoo model has repeating values. How to group data from a model with repeating names. I need to get a data format like this Administrator : name Administrato
Hi i am trying to extend a Qweb template web.sign_name_and_signature and remove the option Auto. Here is what i did. *.xml <?xml version="1.0" encoding