Browse Source

[FIX] Change the version number to 9 and make module installable.

pull/149/head^2
Daniel Mendieta 8 years ago
parent
commit
2bdd74c117
  1. 6
      .idea/vcs.xml
  2. 4
      pos_product_template/__openerp__.py

6
.idea/vcs.xml

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

4
pos_product_template/__openerp__.py

@ -22,7 +22,7 @@
{
'name': 'Point Of Sale - Product Template',
'summary': 'Manage Product Template in Front End Point Of Sale',
'version': '8.0.0.2.0',
'version': '9.0.0.0.1',
'category': 'Point Of Sale',
'description': """
Manage Product Template in Front End Point Of Sale
@ -75,5 +75,5 @@ Copyright, Authors and Licence:
'images': [
'static/src/img/screenshots/pos_product_template.png',
],
'installable': False,
'installable': True,
}
Loading…
Cancel
Save