Skip to content

Commit

Permalink
[MIG] account_move_line_product: Migration to 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MiquelRForgeFlow committed Aug 30, 2018
1 parent 93bb6bf commit bebd0e0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
12 changes: 6 additions & 6 deletions account_move_line_product/README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. image:: https://img.shields.io/badge/license-AGPLv3-blue.svg
:target: https://www.gnu.org/licenses/agpl.html
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
:target: https://www.gnu.org/licenses/agpl
:alt: License: AGPL-3

=========================
Expand All @@ -17,23 +17,23 @@ 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/10.0
:target: https://runbot.odoo-community.org/runbot/92/11.0

Bug Tracker
===========

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/account-financial-tools/issues>`_. In case of trouble, please
<https://github.com/OCA/stock-logistics-warehouse/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smashing it by providing a detailed and welcomed feedback.
help us smash it by providing detailed and welcomed feedback.

Credits
=======

Images
------

* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
* Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.

Contributors
------------
Expand Down
3 changes: 0 additions & 3 deletions account_move_line_product/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# -*- coding: utf-8 -*-
# © 2016 Eficent Business and IT Consulting Services, S.L.
# (<http://www.eficent.com>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
4 changes: 1 addition & 3 deletions account_move_line_product/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# -*- coding: utf-8 -*-
# © 2016-17 Eficent Business and IT Consulting Services, S.L.
# (<http://www.eficent.com>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

{
"name": "Account Move Line Product",
"version": "10.0.1.0.0",
"version": "11.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",
Expand All @@ -16,5 +15,4 @@
"views/account_move_line_view.xml",
],
'installable': True,
'active': False,
}
1 change: 1 addition & 0 deletions account_move_line_product/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Jordi Ballester Alomar <jordi.ballester@eficent.com>
5 changes: 5 additions & 0 deletions account_move_line_product/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This module enhances the views associated to account moves and account move
lines to display the product that is associated to the move line.

This will be relevant in perpetual inventory, for inventory-related account
moves.

0 comments on commit bebd0e0

Please sign in to comment.