[MIG] base_technical_user to V11

pull/2510/head
Hugo Santos 2018-02-07 18:13:20 +01:00 committed by Daniel Duque
parent b509990996
commit 191ea81491
5 changed files with 7 additions and 7 deletions

View File

@ -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
=======

View File

@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import models

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2017 ACSONE SA/NV (<http://acsone.eu>)
# 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',

View File

@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import res_company

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2017 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models, fields