Browse Source

Fix version.

pull/23/head
Nikolina Todorova 8 years ago
parent
commit
2f7495bed9
  1. 2
      pdf_form_fill/__openerp__.py
  2. 2
      pdf_form_fill_test/__openerp__.py

2
pdf_form_fill/__openerp__.py

@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Pdf form fill',
'version': '7.0.1.0',
'version': '7.0.1.0.0',
'author': 'initOS GmbH, Odoo Community Association (OCA)',
'description': """
The user should be able to fill .pdf form by mapping the fields from a record.

2
pdf_form_fill_test/__openerp__.py

@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Pdf Form Fill Test",
"version": "7.0.1.0",
"version": "7.0.1.0.0",
"depends": [
"base",
"pdf_form_fill"

Loading…
Cancel
Save