[Openerp-community] python script to integrate with quickbook

2013-11-07 Thread shazz0020
Hello folks Is any python script which help me to integrate with quickbooks? Looking forward for quick feedback Thanks a ton Shazz -- View this message in context: http://openerp-community.2306076.n4.nabble.com/python-script-to-integrate-with-quickbook-tp4643638.html Sent from the OpenERP C

Re: [Openerp-community] python script to integrate with quickbook

2013-11-07 Thread shazz0020
Thanks Marc for replying my query. iam looking for quickbook integration for desktop application. The module which u provided me is for quickbook desktop app or quickbook web app?? -- View this message in context: http://openerp-community.2306076.n4.nabble.com/python-script-to-integrate-wit

[Openerp-community] ebay integration

2013-11-07 Thread shazz0020
Hello folks Any python script which help me to integrate with Ebay? -- View this message in context: http://openerp-community.2306076.n4.nabble.com/ebay-integration-tp4643654.html Sent from the OpenERP Community mailing list archive at Nabble.com.

[Openerp-community] python script to get list orders from amazon

2013-11-07 Thread shazz0020
Hello folks Is any python script which help me to integrate with Amazon? I want to import orders/sale orders from amazon. I have following credentials to connect with amazon Access key id Secret key Merchant id Marketplace id -- View this message in context: http://openerp-community.2

Re: [Openerp-community] python script to get list orders from amazon

2013-11-08 Thread shazz0020
Serpent Consulting Services Thanks for ur reply but i have already utilized this module. I got some bugs at initial stage. Though later i resolved and tried to integrate with amazon but no success , throws following error -> "access denied"!! Any idea where iam going wrong? since my amazon cred

[Openerp-community] Authorize .net 7.0 version module

2013-11-25 Thread shazz0020
Hello Folks Is authorize .net module available for 7.0 version?? >From where i can download?? -- View this message in context: http://openerp-community.2306076.n4.nabble.com/Authorize-net-7-0-version-module-tp4643824.html Sent from the OpenERP Community mailing list archive at Nabble.com. __

[Openerp-community] Authorize .net integartion with openerp v7 video tutorial

2013-12-21 Thread shazz0020
Hello folks Is there any video available for openerp v7 integration with authorize.net? -- View this message in context: http://openerp-community.2306076.n4.nabble.com/Authorize-net-integartion-with-openerp-v7-video-tutorial-tp4644016.html Sent from the OpenERP Community mailing list archive

[Openerp-community] configuration in base_sale_multichannel module

2013-12-23 Thread shazz0020
Hello folks I am using module for amazon-openerp integration where i will be importing sale order,products from amazon. But iam not able to figure out correct configurations to proceed further. iam getting an error for external referentials. Can anyone help to know what configuration to be done f

[Openerp-community] product category missing

2014-01-07 Thread shazz0020
Hello folks Iam importing product categories from e-commerce website into openerp. All product categories visible sale->congiguration-product->product categories. now when i create new product in Openerp ,i select product category from many2one field , but some of the product categories are missi

[Openerp-community] add multiple notes

2014-01-07 Thread shazz0020
At the moment i can only have single note available by using field.text('Note') but i want to add multiple notes , How to achieve this functionality? Thanks Shazz -- View this message in context: http://openerp-community.2306076.n4.nabble.com/add-multiple-notes-tp4644046.html Sent from the

[Openerp-community] ignore opening of window/pop

2014-01-07 Thread shazz0020
How can i skip/ignore opening of wizard /pop when i click on any button or one2many fields. Example- Sale order form, i create sale orderline and i save the order. Now order is un-editable mode. When i click on saleorderline field ,window appears showing details of ordeline. I want to restrict th

[Openerp-community] paypal integration

2014-01-12 Thread shazz0020
Hello Folks Iam using following API for my customized paypal module for "refund payment " to customer. but not working ,throws 401 error (authorization error). For this i require ACCESS TOKEN. Iam using following API to generate ACCESS TOKEN- https://devtools-paypal.com/guide/pay_paypal/python?e

Re: [Openerp-community] paypal integration

2014-01-13 Thread shazz0020
Iam using following script for refund. import paypalrestsdk import logging logging.basicConfig(level=logging.INFO) paypalrestsdk.configure({ "mode": "sandbox", # sandbox or live "client_id": "EBWKjlELKMYqRNQ6sYvFo64FtaRLRR5BdHEESmha49TM", "client_secret": "EO422dn3gQLgDbuwqTjzrFgFtaRLRR5B

[Openerp-community] google map integration with OpenERP

2014-01-13 Thread shazz0020
Hello Any API or sample code which will help me to integrate google maps with OpenERP. -- View this message in context: http://openerp-community.2306076.n4.nabble.com/google-map-integration-with-OpenERP-tp4644120.html Sent from the OpenERP Community mailing list archive at Nabble.com. __

[Openerp-community] add http url in rml report file

2014-01-15 Thread shazz0020
Hello i have a image url: http://maps.googleapis.com/maps/api/staticmap?zoom=8&size=2000x2000&maptype=roadmap\&markers=size:mid|color:red|label:A|pune,india&markers=size:mid|color:red|label:B|nasik,india&markers=size:mid|color:red|label:C|thane,india&path=weight:5|pune,india|nasik,india|thane,ind

[Openerp-community] how to fetch saleorder information from Amazon.com using python

2014-01-16 Thread shazz0020
Hello I want to fetch sale order details (negative feedbacks)from AMAZON. Any API u can suggest which help me fetch the details. Thanks Shazz -- View this message in context: http://openerp-community.2306076.n4.nabble.com/how-to-fetch-saleorder-information-from-Amazon-com-using-python-tp464

Re: [Openerp-community] how to fetch saleorder information from Amazon.com using python

2014-01-16 Thread shazz0020
i have a order id =102-9013250-9727464 this is for amazon. Based on this id how can i fetch negative feedback? -- View this message in context: http://openerp-community.2306076.n4.nabble.com/how-to-fetch-saleorder-information-from-Amazon-com-using-python-tp4644183p4644184.html Sent from the Op

[Openerp-community] Support query for ERP Ticketing Integration

2014-01-16 Thread shazz0020
Hello Along with the CRM we wish to build a ticketing system that can help us track down the support activity requested per user, since our main activity is related to technical services and support. is there any module already available? Thanks -- View this message in context: http://open

Re: [Openerp-community] Support query for ERP Ticketing Integration

2014-01-17 Thread shazz0020
does this module support E-mail stuffs too? i would like to receive & sending e-mails to customer against the complaint/issue. example customer sends an email to my company raising issue. Ticket is generated and later feedback is sent to customer. -- View this message in context: http://ope

Re: [Openerp-community] Support query for ERP Ticketing Integration

2014-01-21 Thread shazz0020
Yes sure. -- View this message in context: http://openerp-community.2306076.n4.nabble.com/Support-query-for-ERP-Ticketing-Integration-tp4644199p4644283.html Sent from the OpenERP Community mailing list archive at Nabble.com. ___ Mailing list: https:

[Openerp-community] how to create terms and rules(module agaplan_terms_and_conditions)

2014-01-21 Thread shazz0020
Hello iam using (module agaplan_terms_and_conditions). I created terms and rules but nothing seems to reflect. Iam sharing snapshot which might help to track the error i made. -- View this message in context: http://open

Re: [Openerp-community] Usability features branches

2014-01-21 Thread shazz0020
Hello Iam using module agaplan_terms_and_conditions. But no reflection on my report. Can you help me configuring the terms and condition? http://openerp-community.2306076.n4.nabble.com/how-to-create-terms-and-rules-module-agaplan-terms-and-conditions-td4644284.html Thanks -- View this mes

[Openerp-community] update orders on shipstation

2014-01-21 Thread shazz0020
Hello I am able to fetch order details from ship station but i want to update order details using web services. For example order id =1100 and i want to update customer name. Any API available to update orders on ship station using order_id? Thanks -- View this message in context: http://

Re: [Openerp-community] Usability features branches

2014-01-21 Thread shazz0020
Well its resolved now. -- View this message in context: http://openerp-community.2306076.n4.nabble.com/Openerp-community-Usability-features-branches-tp4642941p4644292.html Sent from the OpenERP Community mailing list archive at Nabble.com. ___ Mailin

[Openerp-community] export data into csv using python script.

2014-01-22 Thread shazz0020
Hello I have seen importing data from csv file into OpenERP. But is their python script which allows me to export existing openerp data into csv file or in plain format? Thanks -- View this message in context: http://openerp-community.2306076.n4.nabble.com/export-data-into-csv-using-pytho

[Openerp-community] Quickbook & Openerp integration

2014-01-27 Thread shazz0020
I want to buy quickbook openerp integration module for desktop app. Any source u can suggest? -- View this message in context: http://openerp-community.2306076.n4.nabble.com/Quickbook-Openerp-integration-tp4644390.html Sent from the OpenERP Community mailing list archive at Nabble.com. ___

[Openerp-community] openerp 6.1 to 7 migration

2014-02-12 Thread shazz0020
Hello I am migrating my 6.1 database into 7 version with help of csv files. After importing csv by default all sale orders are in quotation/draft state. But there is a scenario where out of 50 sale order, 10 are in drafts,20 are in progress and remaining are done with invoices. How i can migrate

[Openerp-community] Access rights on relational field such as one2many , many2many

2014-02-21 Thread shazz0020
Hello I have tried & its quite frustrating that iam not able to assign access rights to my customized module. Iam inheriting stock.picking module. Following code- class stock_picking(osv.osv): _inherit = 'stock.picking' _description = "Picking List" _columns = { 'ads':fields.one2many('stock.p

[Openerp-community] quickbook desktop application integration

2014-03-12 Thread shazz0020
Hello Any idea how i can integrate my quickbook DESKTOP application with openerp? -- View this message in context: http://openerp-community.2306076.n4.nabble.com/quickbook-desktop-application-integration-tp4644991.html Sent from the OpenERP Community mailing list archive at Nabble.com.

[Openerp-community] qweb templating documentation

2014-04-01 Thread shazz0020
Hello At the moment i am refering https://doc.openerp.com/trunk/web/qweb/ for learning qweb templating. But its a very brief documentation . Is there any other qweb documentaion ,tutorials or videos which can help to learn more about qweb templating. Thanks -- View this message in con

[Openerp-community] quality control in manufacture

2014-04-03 Thread shazz0020
Hello Is their any module available for quality control for Manufacturing (MRP)? -- View this message in context: http://openerp-community.2306076.n4.nabble.com/quality-control-in-manufacture-tp4645136.html Sent from the OpenERP Community mailing list archive at Nabble.com. __

[Openerp-community] attribute exception in database

2014-04-11 Thread shazz0020
Hello , I deleted few entries directly from pgadmin . Now when i restart my server with -u all -d database command , it throws following error: How i can resolve this critical issue? Server Traceback (most recent call last): File "/home/shazz/erp/openerp-7.0-20140113-001013/openerp/addons/web/s

[Openerp-community] Affiliate program functionality in OpenERP

2014-04-21 Thread shazz0020
Hello Folks, Is their any module available for affiliates? -- View this message in context: http://openerp-community.2306076.n4.nabble.com/Affiliate-program-functionality-in-OpenERP-tp4645277.html Sent from the OpenERP Community mailing list archive at Nabble.com.