Browse Source

[MIG] base_technical_user to V11

pull/1560/head
Hugo Santos 6 years ago
committed by Florian da Costa
parent
commit
d4654dbced
  1. 8
      base_technical_user/README.rst
  2. 1
      base_technical_user/__init__.py
  3. 3
      base_technical_user/__manifest__.py
  4. 1
      base_technical_user/models/__init__.py
  5. 1
      base_technical_user/models/res_company.py

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

1
base_technical_user/__init__.py

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

3
base_technical_user/__manifest__.py

@ -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',

1
base_technical_user/models/__init__.py

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

1
base_technical_user/models/res_company.py

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

Loading…
Cancel
Save