From 3175128056b13dfc701a016bf72903cf06f4c6e4 Mon Sep 17 00:00:00 2001 From: andreas Date: Wed, 16 May 2018 08:41:55 +0700 Subject: [PATCH] [MIG] sale_force_invoiced: Migration to 11.0 --- sale_force_invoiced/README.rst | 1 + sale_force_invoiced/__manifest__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sale_force_invoiced/README.rst b/sale_force_invoiced/README.rst index 6f39819041b6..d149632e7cd7 100644 --- a/sale_force_invoiced/README.rst +++ b/sale_force_invoiced/README.rst @@ -58,6 +58,7 @@ Contributors ------------ * Jordi Ballester +* Andreas Dian Sukarno Putro Maintainer diff --git a/sale_force_invoiced/__manifest__.py b/sale_force_invoiced/__manifest__.py index 35a57edb75ca..b1f6107f9d9d 100644 --- a/sale_force_invoiced/__manifest__.py +++ b/sale_force_invoiced/__manifest__.py @@ -6,7 +6,7 @@ 'name': 'Sale Force Invoiced', 'summary': 'Allows to force the invoice status of the sales order to ' 'Invoiced', - 'version': '10.0.1.0.0', + 'version': '11.0.1.0.0', "author": "Eficent," "Odoo Community Association (OCA)", 'category': 'sale',