From d4654dbcedc3b5a2885637dc2eef5fbd768a2536 Mon Sep 17 00:00:00 2001 From: Hugo Santos Date: Wed, 7 Feb 2018 18:13:20 +0100 Subject: [PATCH] [MIG] base_technical_user to V11 --- base_technical_user/README.rst | 8 ++++++-- base_technical_user/__init__.py | 1 - base_technical_user/__manifest__.py | 3 +-- base_technical_user/models/__init__.py | 1 - base_technical_user/models/res_company.py | 1 - 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/base_technical_user/README.rst b/base_technical_user/README.rst index d68044f45..cd3cbe932 100644 --- a/base_technical_user/README.rst +++ b/base_technical_user/README.rst @@ -1,5 +1,5 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html +.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png + :target: https://www.gnu.org/licenses/agpl :alt: License: AGPL-3 =================== @@ -20,6 +20,10 @@ Usage If you install the module, you will find a tab on the company form allowing to define the technical user. +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/149/11.0 + Credits ======= diff --git a/base_technical_user/__init__.py b/base_technical_user/__init__.py index a0fdc10fe..0650744f6 100644 --- a/base_technical_user/__init__.py +++ b/base_technical_user/__init__.py @@ -1,2 +1 @@ -# -*- coding: utf-8 -*- from . import models diff --git a/base_technical_user/__manifest__.py b/base_technical_user/__manifest__.py index 9f91e7618..55712e9a3 100644 --- a/base_technical_user/__manifest__.py +++ b/base_technical_user/__manifest__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2017 ACSONE SA/NV () # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { @@ -8,7 +7,7 @@ 'author': 'ACSONE SA/NV, Odoo Community Association (OCA)', 'website': "http://acsone.eu", 'category': 'Hidden/Dependency', - 'version': '10.0.1.0.0', + 'version': '11.0.1.0.0', 'license': 'AGPL-3', 'depends': [ 'base', diff --git a/base_technical_user/models/__init__.py b/base_technical_user/models/__init__.py index 88de5f995..aff44f335 100644 --- a/base_technical_user/models/__init__.py +++ b/base_technical_user/models/__init__.py @@ -1,2 +1 @@ -# -*- coding: utf-8 -*- from . import res_company diff --git a/base_technical_user/models/res_company.py b/base_technical_user/models/res_company.py index af30a3761..625e08933 100644 --- a/base_technical_user/models/res_company.py +++ b/base_technical_user/models/res_company.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2017 ACSONE SA/NV () # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo import models, fields