diff --git a/account_move_line_product/__manifest__.py b/account_move_line_product/__manifest__.py index 5f0111791..081cedc7b 100644 --- a/account_move_line_product/__manifest__.py +++ b/account_move_line_product/__manifest__.py @@ -4,15 +4,13 @@ { "name": "Account Move Line Product", - "version": "12.0.1.0.0", + "version": "13.0.1.0.0", "summary": "Displays the product in the journal entries and items", "author": "Eficent, Odoo Community Association (OCA)", "website": "http://www.github.com/OCA/stock-logistics-warehouse", "category": "Generic", "depends": ["account"], "license": "AGPL-3", - "data": [ - "views/account_move_line_view.xml", - ], - 'installable': True, + "data": ["views/account_move_line_view.xml"], + "installable": True, }