In odoo 14 when I open an opportunity and I press the button "New Message", the customer from that opportunity appears as a receiver of the message by default.
How i can chage color, for tag in my many2many field. example:
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
In odoo 11 which will be suggested backup and restore process, Dump and restore from postgresql or using Odoo to take backup and restore it. I want to know, whi
When I paste an image from my clipboard to a text or html type field with widget="html" its duplicated the image. Like this. The browser console does not show a
My company migrated their CRM starting to use Odoo, and then I proceeded to configure the external mail server (gmail), the @catchall parameter, and then define
I need to hide the chatter from the form view of the crm module for a specific group of users. How can I do this?
i want to add a button in the notification so the manager can answer with yes or no def Send_notificiton(): for note in self: note.manager_id.user_id.notify_dan
Im new to odoo. Im using odoo 13 and I have a many2one field and a many2many field with domain on the many2one field. What I need is that if the user changes th
I'm on Odoo 11, I'm on a particular case : I've got a product (GRI002) which has a BoM of "Kit" type. GRI002STK is the only component : When I do a sale ord
I want to remove the condition that generates the UserError in unlink method of 'res.partner' model: def unlink(self): running_sessions = self.env['pos.sess
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
A mate tried to install some web templates for the backend and got a 503 HTTP error "Service Unavailable" on the browser. I saw the modules and deleted from ir_
i want to create PRODUCT I want to show 'categ_id' How can it be accomplished 'categ_id' . fields many2one with XML RPC
We use opnerp (odoo) on a linux server (debian), I want to locate the python interpreter used by the odoo daemon, So the question is how I can change the path t
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 have an Odoo Instance running in an Ubuntu Server.I installed the module base_report_to_printer ( Module link : https://github.com/OCA/report-print-send/tree
I have an issue with TransactionRollbackError: could not serialize access due to concurrent update while updating the table.I'm using postgres with odoo V13, th
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