Skip to content

Commit

Permalink
[16.0][MIG] - shopfloor_mobile_base
Browse files Browse the repository at this point in the history
  • Loading branch information
sbejaoui committed Jul 28, 2023
1 parent 9d209f7 commit a269e97
Show file tree
Hide file tree
Showing 20 changed files with 107,028 additions and 18,623 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ repos:
rev: v8.24.0
hooks:
- id: eslint
# Useless for external libs
exclude: ^shopfloor_mobile_base/static/wms/src/.*
verbose: true
args:
- --color
Expand Down
6 changes: 6 additions & 0 deletions setup/shopfloor_mobile_base/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,
)
2 changes: 1 addition & 1 deletion shopfloor_mobile_base/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Shopfloor mobile",
"summary": "Mobile frontend for WMS Shopfloor app",
"version": "14.0.3.16.0",
"version": "16.0.1.0.0",
"development_status": "Beta",
"depends": ["shopfloor_base"],
"author": "Camptocamp, BCIM, Akretion, Odoo Community Association (OCA)",
Expand Down
Loading

0 comments on commit a269e97

Please sign in to comment.