From 2bdd74c1176e2ed28e892db8b25b8788f4434240 Mon Sep 17 00:00:00 2001 From: Daniel Mendieta Date: Sun, 5 Feb 2017 06:34:54 -0500 Subject: [PATCH 1/2] [FIX] Change the version number to 9 and make module installable. --- .idea/vcs.xml | 6 ++++++ pos_product_template/__openerp__.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..94a25f7f --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/pos_product_template/__openerp__.py b/pos_product_template/__openerp__.py index b9cb2b26..33833fb5 100644 --- a/pos_product_template/__openerp__.py +++ b/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, } From 1985e3f5df3fb2972d4bbc5a8652589dce52179c Mon Sep 17 00:00:00 2001 From: Daniel Mendieta Date: Sun, 5 Feb 2017 06:39:29 -0500 Subject: [PATCH 2/2] [FIX] Remove the .idea directory added by mistake. --- .idea/vcs.xml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7f..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file