mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
[REF] product_harmonized_system_stock: Black python code
This commit is contained in:
committed by
Andreu Orensanz
parent
ab2cd4a9b7
commit
81930efcb8
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user