mirror of
https://github.com/odoo/documentation.git
synced 2026-03-27 14:10:23 +07:00
The odoo.http module is a huge file with thousands of lines. In this work we split it in many smaller chunks. The desire to split odoo.http has been in the air for quite some time, notably with the introduction of the many facade objects. This work only moves the constants, functions and classes in new dedicated odoo.http-submodules. For the documentation it means that a few reference had to be updated. closes odoo/documentation#15908 Related: odoo/odoo#240683 Related: odoo/enterprise#102506 Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>