Quick Books Integration Process
==========================
- I have created a module named "quickbooks_ippids" .
- This module will import the customers and vendors data in to openerp.
- Following are the steps to import the data.
======
- First of all , install this module in to the system.
- Click on the Start Configuration when installed the module and set the token and realm id for the company.
- For test purpose you can use :
- Token = 'd573nmwdnmfki9dwhs49rchv8csa'
- Realm ID = '199646053'
======
- Now click on Administrations->QuickBooks->Import Datas (Wizard)
- Enter the workplace login and password and also select the option for import the datas.
- For test purpose you can use :
- login = apa@tinyerp.com
- password = 9879123679
- Select the options those you want to import the data from quickbooks.
- Now click on import button.
===============
- I have created this module and it will automatically installed when you install quickbooks_ippids module.
- Here,you have to define a dictionary which maps quickbook's fields with openerp fields.
- you have to written this dictionary in map_fields.py file
- For example,
{'name':'Name',
'active':'Active',
'qb_ref':'Id',
'address':
{'Address':
{'name':'Line1',
'street':'Line2',
'street2':'Line3',
'city':'City',
'state_id':'CountrySubDivisionCode',
'country_id':'Country',
'zip':'PostalCode',
'partner_id':'ShowAs',
'type':'Tag',
'phone':'Phone',
'mobile':'Phone',
'fax':'Phone',
'email':'Email'
},
},
},
}
Next Post:
Dynamic widget adaption in custom
Previous Post:
Development team openerp india
Dynamic widget adaption in custom
Development team openerp india
where is the download link for this module?
ReplyDeleteI installed the module, but it reported an error when i had used.
ReplyDeleteDoes it work with quickbooks online?
was anyone able to find this module?
ReplyDeleteHey How to get realm id?
ReplyDelete