
Search In
Installation of Subscription Module in Open ERP
Step 1:- Install -> Subscription Module.
Step 2:- Go to Settings -Technical - Automation - Recurring Types -create record must be Invoice.
Step 3:- Go to Settings - Technical -Automation- Rec
If you want to generate the barcode for product in openERP .Then you will need the following kind of python code declaration in your .py file and run in Odoo server.
from openerp.osv import fields, orm
from openerp.tools.translate import _
def i
If you want make sure the invoice due date should contain due date ,entered by user when there is no payment term defined in Odoo you have to customized .py file in account.invoice module.For example you can see below code .
import itertools
from l
Openerp contain different types of fields and these Fields are divided into three different categories, they are simple fields, relation fields and functional fields.
So lets discuss this one by one-
1. Simple Fields- The simple types are integers, f
If you have the database part ready it is time to create your view.
Example:- I have created a simple form view and tree view which shows the fields ‘name’, ‘numberOfUpdates’ and ‘lastModified’ as created in our model:
<record id="view_check_rec
To create a wizard for a module, we need to create a wizard folder; this folder will be imported in our main __init__.py of the module. The wizard folder will contain another __init__.py which will import all the wizard class files.
The Wizard Fold
If you want to set the Alarms in OpenERP(Odoo) follow the below mentioned steps:-
Step-1 Go to Sales Menu and Click it
Step-2 Go to Configuration ->Calendar->Alarms
Step-3 Click on Create Button
Step-4 Go to Name ->Reminder D
In OpenERP first, create custom module and than override the function in .py file in custom module and pass this file to the __init__.py file. Then get the correct line residual amount and pass this line in account invoice. using thi
Step-1 Install the live chat (im_livechat) module.
Step-2 After that customize .py(Python file) file:
In below example, I have custmozied the .py file. You can directly paste below python code in your .py file.
class im_livechat_channel(osv.Model):
Step-1 Go to avalara_salestax module.
Step-2 avalara_salestax->account_tax.py.
Step-3 After that used below code in account_tax.py file.
avalara_obj = AvaTaxService(avatax_config.account_number, avatax_config.license_key,