version bumps from 15 to 17
This commit is contained in:
parent
30b3e2910d
commit
be924fa776
7 changed files with 7 additions and 7 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
{
|
{
|
||||||
'name': 'Documents Portal Base',
|
'name': 'Documents Portal Base',
|
||||||
'version': '15.0.1.0.0',
|
'version': '17.0.1.0.0',
|
||||||
'summary': 'Adds documents to the front-end portal.',
|
'summary': 'Adds documents to the front-end portal.',
|
||||||
'category': 'Document Management',
|
'category': 'Document Management',
|
||||||
'author': 'Bemade Inc.',
|
'author': 'Bemade Inc.',
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
{
|
{
|
||||||
'name': 'Fix Quality Worksheet',
|
'name': 'Fix Quality Worksheet',
|
||||||
'version': '15.0.1.0.0',
|
'version': '17.0.1.0.0',
|
||||||
'summary': 'Fix Quality worksheet bug from Odoo Enterprise',
|
'summary': 'Fix Quality worksheet bug from Odoo Enterprise',
|
||||||
'description': '',
|
'description': '',
|
||||||
'category': 'Quality Control',
|
'category': 'Quality Control',
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
{
|
{
|
||||||
'name': 'Bemade Geo Distance',
|
'name': 'Bemade Geo Distance',
|
||||||
'version': '15.0.1.0.0',
|
'version': '17.0.1.0.0',
|
||||||
'summary': 'Utility module for calculating the distance driving between addresses.',
|
'summary': 'Utility module for calculating the distance driving between addresses.',
|
||||||
'description': """Module for calculating the driving distance between addresses using the Google Route API.
|
'description': """Module for calculating the driving distance between addresses using the Google Route API.
|
||||||
**IMPORTANT NOTE:** You must have an active Google Route API key configured in the Geo Localization
|
**IMPORTANT NOTE:** You must have an active Google Route API key configured in the Geo Localization
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
{
|
{
|
||||||
'name': 'Mailcow Integration',
|
'name': 'Mailcow Integration',
|
||||||
'version': '15.0.1.0.1',
|
'version': '17.0.1.0.1',
|
||||||
'category': 'Administration',
|
'category': 'Administration',
|
||||||
'summary': 'Module for integrating Mailcow email server with Odoo.',
|
'summary': 'Module for integrating Mailcow email server with Odoo.',
|
||||||
'description': """
|
'description': """
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
# Check https://github.com/odoo/odoo/blob/15.0/odoo/addons/base/data/ir_module_category_data.xml
|
# Check https://github.com/odoo/odoo/blob/15.0/odoo/addons/base/data/ir_module_category_data.xml
|
||||||
# for the full list
|
# for the full list
|
||||||
'category': 'Uncategorized',
|
'category': 'Uncategorized',
|
||||||
'version': '0.1',
|
'version': '17.0.1.0.0',
|
||||||
|
|
||||||
# any module necessary for this one to work correctly
|
# any module necessary for this one to work correctly
|
||||||
'depends': [
|
'depends': [
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
{
|
{
|
||||||
'name': 'Show Currency in total',
|
'name': 'Show Currency in total',
|
||||||
'version': '15.0.0.0.1',
|
'version': '17.0.0.0.1',
|
||||||
'summary': 'Show Currency in total',
|
'summary': 'Show Currency in total',
|
||||||
'description': """
|
'description': """
|
||||||
This module adds the ability to view currency in total in all pdf.
|
This module adds the ability to view currency in total in all pdf.
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
{
|
{
|
||||||
'name': 'Bemade App Utilities',
|
'name': 'Bemade App Utilities',
|
||||||
'version': '15.0.1.0.0',
|
'version': '17.0.1.0.0',
|
||||||
'summary': 'Utilities commonly used in Bemade modules.',
|
'summary': 'Utilities commonly used in Bemade modules.',
|
||||||
'description': 'Adds utilities such as an annotation for patching tests when modifying Odoo behaviour.',
|
'description': 'Adds utilities such as an annotation for patching tests when modifying Odoo behaviour.',
|
||||||
'category': 'Technical',
|
'category': 'Technical',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue