Openerp Python 2.7 Odoo 10.0 Invalid Constraint May 29, 2024 Post a Comment I've asked this question on odoo.com here. I'm trying to replace a field in the product.tem… Read more Odoo 10.0 Invalid Constraint
Odoo 8 Openerp Python How To Include View In Odoo 8 April 05, 2024 Post a Comment As in the title. How do you include a view file from a view file? If you have a large xml view file… Read more How To Include View In Odoo 8
Odoo 8 Openerp Python How To Create Email Notification Function In Odoo? March 03, 2024 Post a Comment I have calender.event module. In that I have one date field ending_date. I wanted to create functio… Read more How To Create Email Notification Function In Odoo?
Forms Openerp Openerp 7 Python 2.7 View How To Hide An Existing Field In An Openerp7 View? March 02, 2024 Post a Comment I am trying to hide a field called street2 in an existing OpenERP7 view only if a field called is_c… Read more How To Hide An Existing Field In An Openerp7 View?
Cron Odoo 8 Openerp Python Scheduler Odoo Missing Error While Running A Cron Job For Sending Scheduled Mail February 16, 2024 Post a Comment I have the following code. When the scheduler runs I am getting the error message. Some one help me… Read more Odoo Missing Error While Running A Cron Job For Sending Scheduled Mail
Odoo Openerp Openerp 8 Orm Python How To Prevent Duplicated Records And Only Update It? November 25, 2023 Post a Comment i want to add some records to another table model without duplicated it i create a function to chec… Read more How To Prevent Duplicated Records And Only Update It?
Odoo 9 Openerp Python Expected Singleton: Stock.move - Odoo V9 Community October 09, 2023 Post a Comment I'm creating a stock.picking from fleet_vehicle_log_services with this method: @api.multi def c… Read more Expected Singleton: Stock.move - Odoo V9 Community
Erp Odoo 10 Open Source Openerp Python How To Change The Title In Odoo 10? August 01, 2023 Post a Comment I have changed the Odoo 10 login page title by using website builder app but it does not work on t… Read more How To Change The Title In Odoo 10?