Category "odoo-15"

Incorrect multicurrency Invoice - Odoo 15

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

Odoo15 - ModuleNotFoundError: No module named 'PyPDF2'

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

AttributeError 'get_frontend_session_info' odoo

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

Field is not a stored field, only stored fields (regular or many2many) are valid for the 'groupby' parameter in Odoo 15

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 =

How to reset postgresql database on Mac

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

Odoo cannot print on server

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

How to get current company id odoo 15?

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

How to hide message popup if page have record rule don't have records odoo 15

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

Create Button is not showing up after following the Odoo Tutorial when creating a new module

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

Odoo - Context defined in view not passed in form

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

How to group data from a model with repeating names Python Odoo

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

How to extend Qweb template in Odoo 15?

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