Skip to content Skip to sidebar Skip to footer
Showing posts with the label Odoo

How To Set Store Trigger For Computed Fields In Odoo 8?

I started using the new API of Odoo v8.0 but I cannot find useful information about store trigger i… Read more How To Set Store Trigger For Computed Fields In Odoo 8?

How To Get Field Values In .rml Report In Odoo?

I have following code this .rml code to extract field value from form . but i have many2one fields … Read more How To Get Field Values In .rml Report In Odoo?

How To Pass Cron Id As Arg In Method That The Cron Calls

I have many crons that call the same method at different time and the method needs to find that whi… Read more How To Pass Cron Id As Arg In Method That The Cron Calls

Why The Create Button In The Main Form Does Not Work?

When I click on the 'Attach PDF' button, the list form opens, but the 'Create' bu… Read more Why The Create Button In The Main Form Does Not Work?

How Do I Transfer Data From Sale Order To Invoice When Clicking On 'create Invoice' In Odoo 14 Or Flectra 1.7?

I run Flectra inside a Docker container. I have custom fields in sale.order which I want to transfe… Read more How Do I Transfer Data From Sale Order To Invoice When Clicking On 'create Invoice' In Odoo 14 Or Flectra 1.7?

How To Get Specific Record In Json Controller In Odoo 12

My question says it all. I already did a controller to search all records from specific model. Now … Read more How To Get Specific Record In Json Controller In Odoo 12

Odoo - Display Name Of Many2one Field Combination Of 2 Fields

In my module i have the following many2one field: 'xx_insurance_type': fields.many2one('… Read more Odoo - Display Name Of Many2one Field Combination Of 2 Fields

What Is Wrong With Following Code In Python?

I was trying to implement a constraint for a field but instead of causing a constraint validation, … Read more What Is Wrong With Following Code In Python?