mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 15:12:02 +02:00
add rpc addon and fix 19.0 compatibility issues
- add missing rpc addon (auto_install, required by server_wide_modules)
- add __init__.py -> init.py symlink for odoo package importability
- re-export image_process from odoo.tools (needed by web_editor)
- add backward-compatible slug/unslug functions in http_routing
🤖 assisted by claude
This commit is contained in:
parent
2d3ee4855a
commit
3037cab43e
11 changed files with 629 additions and 0 deletions
|
|
@ -18,3 +18,4 @@ from .translate import _, html_translate, xml_translate, LazyTranslate
|
|||
from .xml_utils import cleanup_xml_node, load_xsd_files_from_url, validate_xml_from_attachment
|
||||
from .convert import convert_csv_import, convert_file, convert_sql_import, convert_xml_import
|
||||
from .set_expression import SetDefinitions
|
||||
from .image import image_process, image_data_uri, base64_to_image, image_to_base64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue