-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm using the saasier_shipping module in openerp v7. #1
Comments
After running some command now it is successfully installed in v7. But how to use this now for integration. Please be sure to set the required data and informations about your source location address: name, address, city, state, zip code and Phone Number ! Please help me! |
Hi Raj, Nice to hear from you...sorry for late reply... The shipping calculator module is using Easypost.com api and the configuration for the api is under settings menu and inside company. I guess you don't have api access you must request one from them...the module request to easypost server and based on the request the calculation is done on the server and bring the results to ODOO (OpenERP).. Hope this will help,,let me know if you need more help.. Regards, |
I have already easypost api key. I think it's not setted correctly in company setting. In general setting only one setting for schedulers and i make it checked. |
Hello Raj, Please for any request of Migrations to V8 or more functionalities, please contact first Mr. Chris : [email protected] Thanks, |
Hi YounessMaafi, Please be sure to set the required data and informations about your source location address: name, address, city, state, zip code and Phone Number ! |
Hi Raj, Based on your message i guess from the customer you are trying to calculate postage is not having proper address set, set some real USA address and then try again it will surely work... Hope this will help... Regards, |
Hi Raj, Yes, we have tried to make the system Verbose, so as explained in the message, the From Address is used from the address of source location, which should be set and have all the fields described on that message : name, address, city, state, zip code and Phone Number ! These are required data ! Regards,Youness MAAFI |
Hi Jaydev, |
Hi YounessMaafi, I'm first setting the value in these fields.Then I will back, Thanks. |
Hi Raj, Let me know if you have any issue after setting the correct values...I hope that will work... Regards, |
Hello Jaydev, when i use USPS then it create Tracking no. and URL. but when i select FEDEX and UPS then it not create labels and In Error note it says- There is no rate proposed corresponding to your packages and parameters. |
Hi YounessMaafi, |
On Mon, Dec 14, 2015, 11:06 PM raj15feb [email protected] wrote:
Chris Jones |
Hello YounessMaafi, when i select USPS for shipping then it create Tracking no. and URL. But when i use FEDEX and UPS then it raise warning in Error note like- There is no rate proposed corresponding to your packages and parameters. |
Hi All, I have provided the box dimensions (defined in the pack in the delivery order) and weight (which is calculated from the weight of the products in the delivery order plus the weight of the empty box). |
Did you setup a UPS account with Easypost and configure it under
|
Hi Raj, Actually if you activated all the Carriers you need in your easypost account, and under OpenERP's Administration, and made full configurations of Addresses, Packs, Dimensions,....etc and it shows you that "no rate for an X carrier is available", then it's True, that with the addresses and configurations you have made, the Carrier don't provide a such service for that specific delivery. Regards, |
Thanks to all. Now it's working. |
Hi Raj, Happy that it's working for you. Please consider this was a great effort and investment from SaaSier.com company, and it gets published very earlier by the Owner before getting much revenues, so if you worked on the migration please think to publish your code on this branch, or contact Chris to handle it. If this going to be published and OpenSourced, i'm ready to personally help you when you have technical issues or questions, you can use this same GitHub Project to report issues, and push codes, and you are most welcome. Best Regards, |
Hello YounessMaafi, I have issues on stock_view.xml and stock_email_view.xml file. Now In py file there is no any error. If you can help ? Then Please help me in these file. Because i have change stock.picking.in or out class as stock.picking. now it's running. Can you provide me your skype or other personal email? |
I would like to help in the migration too. We are working on Odoo 9.0 though... I think migrating from 8.0 to 9.0 wouldn't be that difficult... The inventory module changed a lot from 7.0 to 8.0. From 8.0 to 9.0 they added the carrier integration. |
Hello, I 'm using the code of saasier_shipping module. It raises issues when installing, for from pyPdf import PdfFileMerger, PdfFileReader. I have successfully installed pyPdf. After comenting some code in the file now it is installed. But now i'm not understanding the working of this module, i think the parameter thats require to set for shipping services like fedex, UPS etc is not correctly set.
So, anyone can please help me to how to use this code. Also I want to use this code on Odoo v8.
The text was updated successfully, but these errors were encountered: