mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[IMP] stock_picking_product_kit_helper: black, isort, prettier
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
../../../../stock_picking_product_kit_helper
|
||||||
6
setup/stock_picking_product_kit_helper/setup.py
Normal file
6
setup/stock_picking_product_kit_helper/setup.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Stock Picking Product Kit Helper",
|
"name": "Stock Picking Product Kit Helper",
|
||||||
"summary": "Set quanity in picking line based on product kit quantity",
|
"summary": "Set quanity in picking line based on product kit quantity",
|
||||||
"version": "13.0.1.0.0",
|
"version": "14.0.1.0.0",
|
||||||
"category": "Stock",
|
"category": "Stock",
|
||||||
"website": "https://github.com/OCA/manufacture",
|
"website": "https://github.com/OCA/manufacture",
|
||||||
"author": "Ecosoft, Odoo Community Association (OCA)",
|
"author": "Ecosoft, Odoo Community Association (OCA)",
|
||||||
|
|||||||
Reference in New Issue
Block a user