Guewen Baconnier 34eb589752 Use a Reconnecting TCP Client Protocol
Source is https://stackoverflow.com/a/49452683/1504003
with small adaptations (reset delay and retries when we get back a
connection)

Instead of creating the connection in the "main" method, loop and reopen
a new event loop on failures, let the Protocol class handle connections
and retries on failures.

Reduce keepalive interval and store values in attributes. As many
timeouts in systems are 60 seconds, a keepalive of 50 seconds is less
likely to be stopped.

Improve logs: the docstring of connection_lost is:

      The argument is either an exception object or None. The latter means a
      regular EOF is received, or the connection was aborted or closed by this
      side of the connection.

When it receives no exception, it should not raise an error log.
2021-08-31 11:53:04 +02:00
2021-08-20 07:26:56 +00:00
2021-02-15 14:38:04 +00:00
2021-05-09 00:02:31 +00:00
2021-02-11 11:32:42 +00:00
2020-05-28 21:08:35 +00:00
2020-03-14 12:28:39 +01:00
2021-05-16 12:49:36 +00:00
2021-02-24 12:14:03 +00:00
2021-06-26 09:37:26 +00:00
2021-04-12 12:51:55 +00:00
2020-09-08 14:06:44 +00:00
2021-08-20 07:27:11 +00:00
2021-08-20 07:26:55 +00:00
2020-03-14 12:28:39 +01:00
2020-03-14 12:28:39 +01:00
2019-10-12 12:30:40 +02:00
2019-09-29 23:49:04 +02:00
2020-03-14 12:28:39 +01:00
2020-03-14 12:28:39 +01:00
2020-11-01 23:07:25 +01:00
2020-11-01 23:07:25 +01:00
2020-03-14 12:28:39 +01:00
2019-10-12 12:30:40 +02:00
2020-03-26 13:04:05 +01:00

Build Status Coverage Status Translation Status

Odoo Stock Logistics Warehouse

This project aim to deal with modules related to the management of warehouses. You'll find modules that:

  • Ease inventory by adding various possibilities
  • Move all product from one location to another
  • Manage the product catalog (merge them,..)

Please don't hesitate to suggest one of your module to this project. Also, you may want to have a look on those other projects here:

Description
Odoo Warehouse Management Addons
Readme 142 MiB
Languages
HTML 50.9%
Python 48.2%
JavaScript 0.8%
SCSS 0.1%