Metadata-Version: 2.0
Name: odoo8-addon-account-invoice-force-number
Version: 8.0.0.1.0.99.dev17
Summary: Allows to force invoice numbering on specific invoices
Home-page: http://www.agilebg.com
Author: Agile Business Group,Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: ~=2.7
Requires-Dist: odoo (<9.0a,>=8.0a)

This module allows to force the invoice numbering.
It displays the internal_number field. If user fills that field, the typed
value will be used as invoice (and move) number.
Otherwise, the next sequence number will be retrieved and saved.
So, the new field has to be used when user doesn't want to use the default
invoice numbering for a specific invoice.


