diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b1d7dec --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Python cache files +__pycache__/ +*.py[cod] +*$py.class diff --git a/odoo-bringout-oca-ocb-web_editor/web_editor/__pycache__/__init__.cpython-312.pyc b/odoo-bringout-oca-ocb-web_editor/web_editor/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index d79cee8..0000000 Binary files a/odoo-bringout-oca-ocb-web_editor/web_editor/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/odoo-bringout-oca-ocb-web_editor/web_editor/__pycache__/tools.cpython-312.pyc b/odoo-bringout-oca-ocb-web_editor/web_editor/__pycache__/tools.cpython-312.pyc deleted file mode 100644 index bb2a3ce..0000000 Binary files a/odoo-bringout-oca-ocb-web_editor/web_editor/__pycache__/tools.cpython-312.pyc and /dev/null differ diff --git a/odoo-bringout-oca-ocb-web_editor/web_editor/controllers/__pycache__/__init__.cpython-312.pyc b/odoo-bringout-oca-ocb-web_editor/web_editor/controllers/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index a0e411e..0000000 Binary files a/odoo-bringout-oca-ocb-web_editor/web_editor/controllers/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/odoo-bringout-oca-ocb-web_editor/web_editor/controllers/__pycache__/main.cpython-312.pyc b/odoo-bringout-oca-ocb-web_editor/web_editor/controllers/__pycache__/main.cpython-312.pyc deleted file mode 100644 index 2910a18..0000000 Binary files a/odoo-bringout-oca-ocb-web_editor/web_editor/controllers/__pycache__/main.cpython-312.pyc and /dev/null differ diff --git a/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/__init__.cpython-312.pyc b/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index b1c773a..0000000 Binary files a/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/assets.cpython-312.pyc b/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/assets.cpython-312.pyc deleted file mode 100644 index 882cf87..0000000 Binary files a/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/assets.cpython-312.pyc and /dev/null differ diff --git a/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/ir_attachment.cpython-312.pyc b/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/ir_attachment.cpython-312.pyc deleted file mode 100644 index 94024b5..0000000 Binary files a/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/ir_attachment.cpython-312.pyc and /dev/null differ diff --git a/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/ir_http.cpython-312.pyc b/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/ir_http.cpython-312.pyc deleted file mode 100644 index f84a95d..0000000 Binary files a/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/ir_http.cpython-312.pyc and /dev/null differ diff --git a/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/ir_qweb_fields.cpython-312.pyc b/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/ir_qweb_fields.cpython-312.pyc deleted file mode 100644 index b69cc4c..0000000 Binary files a/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/ir_qweb_fields.cpython-312.pyc and /dev/null differ diff --git a/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/ir_ui_view.cpython-312.pyc b/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/ir_ui_view.cpython-312.pyc deleted file mode 100644 index 77a1378..0000000 Binary files a/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/ir_ui_view.cpython-312.pyc and /dev/null differ diff --git a/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/ir_websocket.cpython-312.pyc b/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/ir_websocket.cpython-312.pyc deleted file mode 100644 index 87f17c4..0000000 Binary files a/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/ir_websocket.cpython-312.pyc and /dev/null differ diff --git a/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/models.cpython-312.pyc b/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/models.cpython-312.pyc deleted file mode 100644 index fbf01d8..0000000 Binary files a/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/models.cpython-312.pyc and /dev/null differ diff --git a/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/test_models.cpython-312.pyc b/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/test_models.cpython-312.pyc deleted file mode 100644 index a63f0d5..0000000 Binary files a/odoo-bringout-oca-ocb-web_editor/web_editor/models/__pycache__/test_models.cpython-312.pyc and /dev/null differ diff --git a/odoo-bringout-oca-ocb-web_kanban_gauge/web_kanban_gauge/__pycache__/__init__.cpython-312.pyc b/odoo-bringout-oca-ocb-web_kanban_gauge/web_kanban_gauge/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 6de7019..0000000 Binary files a/odoo-bringout-oca-ocb-web_kanban_gauge/web_kanban_gauge/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/odoo-bringout-oca-ocb-web_tour/web_tour/__pycache__/__init__.cpython-312.pyc b/odoo-bringout-oca-ocb-web_tour/web_tour/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index f94c5a9..0000000 Binary files a/odoo-bringout-oca-ocb-web_tour/web_tour/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/odoo-bringout-oca-ocb-web_tour/web_tour/models/__pycache__/__init__.cpython-312.pyc b/odoo-bringout-oca-ocb-web_tour/web_tour/models/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index ce50fdf..0000000 Binary files a/odoo-bringout-oca-ocb-web_tour/web_tour/models/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/odoo-bringout-oca-ocb-web_tour/web_tour/models/__pycache__/ir_http.cpython-312.pyc b/odoo-bringout-oca-ocb-web_tour/web_tour/models/__pycache__/ir_http.cpython-312.pyc deleted file mode 100644 index 0d5edf5..0000000 Binary files a/odoo-bringout-oca-ocb-web_tour/web_tour/models/__pycache__/ir_http.cpython-312.pyc and /dev/null differ diff --git a/odoo-bringout-oca-ocb-web_tour/web_tour/models/__pycache__/tour.cpython-312.pyc b/odoo-bringout-oca-ocb-web_tour/web_tour/models/__pycache__/tour.cpython-312.pyc deleted file mode 100644 index f9e47e4..0000000 Binary files a/odoo-bringout-oca-ocb-web_tour/web_tour/models/__pycache__/tour.cpython-312.pyc and /dev/null differ