Skip to content

Commit

Permalink
[REF] fix incorrect description in manifest file;
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed Sep 22, 2015
1 parent b63f8bb commit 63a8346
Showing 1 changed file with 30 additions and 6 deletions.
36 changes: 30 additions & 6 deletions sale_order_mass_action/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,41 @@
'category': 'Sales',
'description': """
Sale Orders Mass Action
========================
=======================
Facilities to realize mass action on Sale Orders:
Facilities to perform mass action on Sale Orders:
* A wizard which allows on multiple Sale Orders at a time to:
* confirm Sale Orders;
Possible Improvements:
----------------------
* Possibility to create invoices for many Sale Orders at a time;
""",
Known issues / Roadmap
======================
* Possibility to create invoices for many Sale Orders at a time;
Credits
=======
Contributors
------------
* Sylvain LE GAL (https://twitter.com/legalsylvain)
Maintainer
----------
.. image:: http://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: http://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 http://odoo-community.org.
""",
'depends': [
'sale',
],
Expand Down

0 comments on commit 63a8346

Please sign in to comment.