[REF] product_harmonized_system_stock: Black python code

This commit is contained in:
Guewen Baconnier
2020-01-09 08:19:33 +01:00
committed by Andreu Orensanz
parent ab2cd4a9b7
commit 81930efcb8

View File

@@ -3,16 +3,14 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Product Harmonized System (menu entry)',
'version': '12.0.1.0.0',
'category': 'Reporting',
'license': 'AGPL-3',
'summary': 'Adds a menu entry for H.S. codes',
'author': 'Akretion, Odoo Community Association (OCA)',
'depends': ['product_harmonized_system', 'stock'],
'data': [
'views/hs_code_menu.xml',
],
'installable': True,
'auto_install': True,
"name": "Product Harmonized System (menu entry)",
"version": "12.0.1.0.0",
"category": "Reporting",
"license": "AGPL-3",
"summary": "Adds a menu entry for H.S. codes",
"author": "Akretion, Odoo Community Association (OCA)",
"depends": ["product_harmonized_system", "stock"],
"data": ["views/hs_code_menu.xml"],
"installable": True,
"auto_install": True,
}