diff --git a/account_move_line_product/README.rst b/account_move_line_product/README.rst new file mode 100644 index 000000000..c18c12381 --- /dev/null +++ b/account_move_line_product/README.rst @@ -0,0 +1,60 @@ +.. image:: https://img.shields.io/badge/license-AGPLv3-blue.svg + :target: https://www.gnu.org/licenses/agpl.html + :alt: License: AGPL-3 + +========================= +Account Move Line Product +========================= + +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. + + +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/7.0 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. + +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, +help us smashing it by providing a detailed and welcomed feedback. + +Credits +======= + +Images +------ + +* Odoo Community Association: `Icon `_. + +Contributors +------------ + +* Jordi Ballester Alomar + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/account_move_line_product/__init__.py b/account_move_line_product/__init__.py new file mode 100644 index 000000000..d50fa8138 --- /dev/null +++ b/account_move_line_product/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- +# © 2016 Eficent (http://www.eficent.com) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). diff --git a/account_move_line_product/__openerp__.py b/account_move_line_product/__openerp__.py new file mode 100644 index 000000000..67c1806a4 --- /dev/null +++ b/account_move_line_product/__openerp__.py @@ -0,0 +1,22 @@ +# -*- coding: utf-8 -*- +# © 2016 Eficent (http://www.eficent.com) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +{ + "name": "Account Move Line Product", + "version": "8.0.1.0.0", + "author": "Eficent, Odoo Community Association (OCA)", + "website": "http://www.eficent.com", + "category": "Generic", + "depends": ["account"], + "description": """ +Account Move Line Product +========================= + """, + "license": "AGPL-3", + "data": [ + "views/account_move_line_view.xml", + ], + 'installable': True, + 'active': False, +} diff --git a/account_move_line_product/static/description/icon.png b/account_move_line_product/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/account_move_line_product/static/description/icon.png differ diff --git a/account_move_line_product/views/account_move_line_view.xml b/account_move_line_product/views/account_move_line_view.xml new file mode 100644 index 000000000..e11d9d601 --- /dev/null +++ b/account_move_line_product/views/account_move_line_view.xml @@ -0,0 +1,93 @@ + + + + + + + account.move.line.form + account.move.line + + + + + + + False + + + + + + + account.move.line.form2 + account.move.line + + + + + + + False + + + + + + account.move.line.tree + account.move.line + + + + + + + + + + + Journal Items + account.move.line + + + + + + + + + + + + + account.move.line + + + + + + + + + + + account.move.form + account.move + + + + + + + + + + + + + + +