Browse Source

[IMP] b_stock: Manifest

Change the name of the module in the manifest and change description.
pull/70/head
Rémy Taymans 5 years ago
parent
commit
5a7dbfe166
  1. 4
      beesdoo_stock/__openerp__.py

4
beesdoo_stock/__openerp__.py

@ -3,7 +3,7 @@
# Nicolas Jamoulle, <nicolas@coopiteasy.be>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Action on products in receipt",
"name": "BEES coop Stock",
"version": "9.0.1.0",
"depends": [
'stock',
@ -12,7 +12,7 @@
"license": "AGPL-3",
"website": "www.coopiteasy.be",
"description": """
Enable action on multiple lines of a receipt via checkboxes
Enable action on multiple products of a stock receipt
""",
"data": [
'views/stock_view.xml',

Loading…
Cancel
Save