
Search In
If you want to update Your Theme in OpenERP(Odoo) follow the below mentioned steps: -
Step-1 Go to Settings menu and click
Step-2 Select Users button
Step-3 Select the logged-in User button
Step-4 Click on Edit button
Step-5 Enable "Technical Featu
To Create a transit location with company_id being the given company_id. This is needed in case of resupply routes between warehouses belonging to the same company, because we don't want to create accounting entries at that time. For this use this co
Step-1 Install the account_invoice_sequential_dates module.
Step-2 Account_invoice_sequential_dates->invoice.py
Step-3 After that custmozie invoice.py(Python file) file: In below example, I have custmozied invoice.py file. You can directly copy t
Step-1 Go to the link https://nightly.odoo.com/9.0/nightly/exe/
Step-2 Select->latest exe file like->odoo_9.0.latest.exe -> (Latest Date)
Step-3 click on Downloaded exe->select the languages->click on Next button.
Step-4 select-> O
If you want to assign task in project management follow the below mentioned steps: -
Step-1 Install Project Management module.
Step-2 Go to Project Menu and click it.
Step-3 Go to Project-> Tasks->Create->Fill in the following text ,bel
When a workflow is embedded in an activity (as a subflow) of a workflow, the sublow can send a signal from its own activities to the parent workflow by giving a signal name in the attribute signal_send. Odoo processes those activities by sending the
When using the _inherit and _name attributes together, Odoo creates a new model using the existing one as a base. The new model gets all the fields, methods and meta-information from its base.
For example you can take idea from b
The action manager can be invoked explicitly from javascript code by creating a dictionary describing an action of the right type, and calling an action manager instance with it.
In below example I have written javascript to Include only parent level
If you use to initializer receives the parameters passed when using the new operator in OpenERP(Odoo) follow the below mentioned code and paste it in your .js file.
var MyClass = instance.web.Class.extend({
init: function(name) {
this.na
In the class system of the Odoo web framework allows direct modification of existing classes using the include() method.
This system is similar to the inheritance mechanism, except it will alter the target class in-place instead of creating a new cla