Mail Shipment Tracking Details

by
Odoo
v 10.0 Third Party 135
Download for v 10.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Sales (sale)
Invoicing (account)
Inventory Management (stock)
Technical Name delivery_mail_tracking
LicenseLGPL-3
Websitehttps://www.steigendit.com
You bought this module and need support? Click here!

Send mails to customers regarding the shipment tracking details

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
That Fixed It
by
Andrew
on 12/1/17, 10:37 AM

Looks like tha fixed it Thanks!


Getting an Error Object
by
Ramon Fernandez
on 5/31/18, 3:08 AM

Traceback (most recent call last): File "/opt/odoo/v10/server/odoo/http.py", line 640, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo/v10/server/odoo/http.py", line 677, in dispatch result = self._call_function(**self.params) File "/opt/odoo/v10/server/odoo/http.py", line 333, in _call_function return checked_call(self.db, *args, **kwargs) File "/opt/odoo/v10/server/odoo/service/model.py", line 101, in wrapper return f(dbname, *args, **kwargs) File "/opt/odoo/v10/server/odoo/http.py", line 326, in checked_call result = self.endpoint(*a, **kw) File "/opt/odoo/v10/server/odoo/http.py", line 935, in __call__ return self.method(*args, **kw) File "/opt/odoo/v10/server/odoo/http.py", line 506, in response_wrap response = f(*args, **kw) File "/opt/odoo/v10/server/addons/web/controllers/main.py", line 889, in call_button action = self._call_kw(model, method, args, {}) File "/opt/odoo/v10/server/addons/web/controllers/main.py", line 877, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/opt/odoo/v10/server/odoo/api.py", line 677, in call_kw method = getattr(type(model), name) AttributeError: type object 'stock.picking' has no attribute 'action_tracking_sent'


by
Steigend
on 12/1/17, 2:08 AM Author

Resolved the issue. Thanks and Regards, Steigend IT Solutions


by
Steigend
on 11/30/17, 12:39 AM Author

Dear Andrew, let us check and will update here once the issue got resolved.. Thanks, Steigend.


Getting an Error
by
Andrew
on 11/29/17, 6:22 PM

I downloaded your module off Odoo.com and I'm getting an error: Failed to render template using values {'format_amount': at 0x7fe1633e2b18>, 'object': stock.picking(1,), 'ctx': {u'lang': u'en_US', u'tz': u'US/Mountain', u'uid': 7, u'active_model': u'mail.template', 'safe': False, u'params': {u'action': 99}, u'search_disable_custom_filters': True, u'active_ids': [28], u'template_id': 28, u'active_id': 28}, 'format_tz': at 0x7fe1633e2668>, 'user': res.users(7,), 'format_date': at 0x7fe1633e22a8>} It looks like it is tied to the tracking Url portion. If I remove these two lines the error goes away, but then the tacking url button does not work correctly. % set tracking_action = object.open_website_url() % set tracking_url = tracking_action['url'] or None Any Ideas how to fix it?