In OpenERP first, we will manage all file and create module and then inherits to the account.invoice object in your .py file.
Follow these step given below
Step1- First, we create custom module like as a test module and put this test module in your server and then install in your database.
Step2- Then create .py file in your test module and file name like: test.py file and pass test.py file in your __init__.py file. After this writes function and fields here and same in database.
0 Comment(s)