From 246060dc085a8ed8d971f4da0ac9b928f54cc5c1 Mon Sep 17 00:00:00 2001 From: lreficent Date: Thu, 16 Mar 2017 10:56:32 +0100 Subject: [PATCH] [MIG] account_move_line_product to v10 --- account_move_line_product/README.rst | 4 +- .../{__openerp__.py => __manifest__.py} | 4 +- .../views/account_move_line_view.xml | 125 +++++++++--------- 3 files changed, 68 insertions(+), 65 deletions(-) rename account_move_line_product/{__openerp__.py => __manifest__.py} (85%) diff --git a/account_move_line_product/README.rst b/account_move_line_product/README.rst index 2967ea352..43669c7bc 100644 --- a/account_move_line_product/README.rst +++ b/account_move_line_product/README.rst @@ -12,16 +12,16 @@ lines to display the product that is associated to the move line. This will be relevant in perpetual inventory, for inventory-related account moves. - Usage ===== .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/92/9.0 + :target: https://runbot.odoo-community.org/runbot/92/10.0 Bug Tracker =========== + Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, diff --git a/account_move_line_product/__openerp__.py b/account_move_line_product/__manifest__.py similarity index 85% rename from account_move_line_product/__openerp__.py rename to account_move_line_product/__manifest__.py index 200fee93a..04ef5225f 100644 --- a/account_move_line_product/__openerp__.py +++ b/account_move_line_product/__manifest__.py @@ -1,11 +1,11 @@ # -*- coding: utf-8 -*- -# © 2016 Eficent Business and IT Consulting Services, S.L. +# © 2016-17 Eficent Business and IT Consulting Services, S.L. # () # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "Account Move Line Product", - "version": "9.0.1.0.0", + "version": "10.0.1.0.0", "summary": "Displays the product in the journal entries and items", "author": "Eficent, Odoo Community Association (OCA)", "website": "http://www.eficent.com", diff --git a/account_move_line_product/views/account_move_line_view.xml b/account_move_line_product/views/account_move_line_view.xml index 14d4ba5d4..7989f6959 100644 --- a/account_move_line_product/views/account_move_line_view.xml +++ b/account_move_line_product/views/account_move_line_view.xml @@ -1,72 +1,75 @@ + + - - account.move.line.form - account.move.line - - - - - - - False - - + + account.move.line.form + account.move.line + + + + - - - - account.move.line.form2 - account.move.line - - - - - - - False - + + False - - - account.move.line.tree - account.move.line - - - - - - - - + + - - Journal Items - account.move.line - - - - - - - - + + account.move.line.form2 + account.move.line + + + + - + + False + + + - - account.move.form - account.move - - - - - - + + account.move.line.tree + account.move.line + + + + + - + + + + + Journal Items + account.move.line + + + + + + + + + + + + + account.move.form + account.move + + + + + + + +