Skip to content

Commit

Permalink
[IMP] stock_picking_type_shipping_policy: black, isort, prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
phuctranfxvn authored and sebalix committed Aug 13, 2021
1 parent a15ebb1 commit 3aa82c3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ exclude: |
^stock_available_to_promise_release_dynamic_routing/|
^stock_move_source_relocate/|
^stock_move_source_relocate_dynamic_routing/|
^stock_picking_type_shipping_policy/|
^stock_reception_screen/|
^stock_storage_type_putaway_abc/|
# END NOT INSTALLABLE ADDONS
Expand Down
6 changes: 6 additions & 0 deletions setup/stock_picking_type_shipping_policy/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 stock_picking_type_shipping_policy/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": False,
"installable": True,
"depends": ["stock"],
"data": ["views/stock_picking_type.xml"],
}

0 comments on commit 3aa82c3

Please sign in to comment.