Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][MIG] shopinvader_search_engine_product_stock: Migration to 16.0 #1431

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,9 @@ exclude: |
^shopinvader_product_new/|
^shopinvader_product_order/|
^shopinvader_product_price_tax/|
^shopinvader_product_stock/|
^shopinvader_product_stock_assortment/|
^shopinvader_product_stock_forecast/|
^shopinvader_product_stock_forecast_expiry/|
^shopinvader_product_stock_state/|
^shopinvader_product_template_multi_link/|
^shopinvader_product_template_multi_link_date_span/|
^shopinvader_product_template_tags/|
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ fastapi
openupgradelib
pydantic>=2.0.0
python-slugify
slugify
unidecode
6 changes: 6 additions & 0 deletions setup/shopinvader_search_engine_product_stock/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
6 changes: 6 additions & 0 deletions setup/shopinvader_search_engine_product_stock_state/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
10 changes: 0 additions & 10 deletions shopinvader_product_stock/data/ir_export_product.xml

This file was deleted.

8 changes: 0 additions & 8 deletions shopinvader_product_stock/models/__init__.py

This file was deleted.

62 changes: 0 additions & 62 deletions shopinvader_product_stock/models/product_product.py

This file was deleted.

46 changes: 0 additions & 46 deletions shopinvader_product_stock/models/shopinvader_variant.py

This file was deleted.

9 changes: 0 additions & 9 deletions shopinvader_product_stock/readme/HISTORY.rst

This file was deleted.

131 changes: 0 additions & 131 deletions shopinvader_product_stock/tests/test_product.py

This file was deleted.

18 changes: 0 additions & 18 deletions shopinvader_product_stock/views/shopinvader_backend.xml

This file was deleted.

64 changes: 0 additions & 64 deletions shopinvader_product_stock_state/README.rst

This file was deleted.

1 change: 0 additions & 1 deletion shopinvader_product_stock_state/__init__.py

This file was deleted.

Loading
Loading