
Search In
To make the scheduled call in OpenERP(Odoo) you must follow the below steps-
Step-1 Go to Sales Modules-> Phone Calls->scheduled calls
Step-2 Call Summary ->Date->Duration->Responsible ->Administrator
Step-3 Sales Team->Sal
In below example, I have written Python script to amount interest provision in accounting. Use below python code in your .py file :
if demand.amount_interest:
cfpline_obj.create(cr, uid, {
'origin': demand._nam
In Odoo-9 by default, tests are run once right after the corresponding module has been installed. Test cases can also be configured to run after all modules have been installed, and not run right after the module installation.For example code is belo
To modifying a repor in Odoo-9 follow the below steps one by one:
Step-1 First we have to Modify existing reports which will then replace the originals in our OpenERP database,
Step-2 create new reports for the selected object.
Step-3 select Re
If you want to use greetingswidget in OpenERP(Odoo) follow the below mentioned code and paste it in your wizard .js file:
local.HomePage = instance.Widget.extend({
start: function() {
this.$el.append("Hello dear Odoo user!");
va
If you want to allows and send smses in OpenERP(Odoo) follow the below mentioned steps:
Step-1Install Entity SMS module.
Step-2 After that we have to customised Entity SMS module.
In below example, I have custmozied .py file. You can directly copy
If you want to return the writeoff move.line which is to be reconciled follow the following code .
return writeoff_move.line_ids.filtered(lambda r: r.account_id == self[0].account_id)
@api.multi
def remove_move_reconcile(self):
Step-1 Install the Web LinkedIn module.
Step-2 After that custmozie .py(Python file) file:
In below example, I have custmozied .py file. You can directly copy the below python code in your .py file.
import openerp
import openerp.addons.web
from open
If you want to create Events management in OpenERP (Odoo) follow the below mentioned steps:-
Step-1 Install marketing_campaign module
Step-2 Go to marketing Menu ->Events ->Events
As shown in below screen-shot
Step-3 Fill in the following
TO Generate all the objects from the templates in wizard follow below given point in openerp
1-param company: It refers company the wizard is running for.
2-param code_digits: It is a number of digits that accounts code should have in the COA
3-para