Skip to content

Commit

Permalink
[IMP] stock_reception_screen: black, isort, prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dzungtran89 committed Sep 24, 2021
1 parent 4059b8a commit ad9e13b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ exclude: |
(?x)
# NOT INSTALLABLE ADDONS
^shopfloor_batch_automatic_creation/|
^stock_reception_screen/|
# END NOT INSTALLABLE ADDONS
# Files and folders generated by bots, to avoid loops
^setup/|/static/description/index\.html$|
Expand Down
6 changes: 6 additions & 0 deletions setup/stock_reception_screen/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,
)
4 changes: 2 additions & 2 deletions stock_reception_screen/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Stock - Reception screen",
"summary": "Dedicated screen to receive/scan goods.",
"version": "13.0.1.6.2",
"version": "14.0.1.0.0",
"category": "Stock",
"license": "AGPL-3",
"author": "Camptocamp, Odoo Community Association (OCA)",
Expand All @@ -27,6 +27,6 @@
"views/stock_reception_screen.xml",
"views/manual_barcode.xml",
],
"installable": False,
"installable": True,
"development_status": "Alpha",
}

0 comments on commit ad9e13b

Please sign in to comment.