Skip to content

Commit

Permalink
Merge pull request OCA#414 from OCA/9.0
Browse files Browse the repository at this point in the history
Syncing from upstream OCA/server-tools (9.0)
  • Loading branch information
bt-admin authored Jan 4, 2019
2 parents 77b3f8e + a332d53 commit fd07371
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 18 deletions.
6 changes: 3 additions & 3 deletions base_user_role/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3

==========
User roles
Expand Down
4 changes: 2 additions & 2 deletions base_user_role/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# -*- coding: utf-8 -*-
# Copyright 2014 ABF OSIELL <http://osiell.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

{
'name': 'User roles',
'version': '9.0.1.0.0',
'category': 'Tools',
'author': 'ABF OSIELL, Odoo Community Association (OCA)',
'license': 'AGPL-3',
'license': 'LGPL-3',
'maintainer': 'ABF OSIELL',
'website': 'http://www.osiell.com',
'depends': [
Expand Down
2 changes: 1 addition & 1 deletion base_user_role/data/ir_cron.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2016 ABF OSIELL <http://osiell.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
<odoo noupdate="1">

<record model="ir.cron" id="cron_update_users">
Expand Down
2 changes: 1 addition & 1 deletion base_user_role/data/ir_module_category.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2016 ABF OSIELL <http://osiell.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
<odoo>

<record model="ir.module.category" id="ir_module_category_role">
Expand Down
2 changes: 1 addition & 1 deletion base_user_role/models/role.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright 2014 ABF OSIELL <http://osiell.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

import datetime
import logging
Expand Down
2 changes: 1 addition & 1 deletion base_user_role/models/user.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright 2014 ABF OSIELL <http://osiell.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

from openerp import api, fields, models

Expand Down
2 changes: 1 addition & 1 deletion base_user_role/tests/test_user_role.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright 2014 ABF OSIELL <http://osiell.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

import datetime

Expand Down
2 changes: 1 addition & 1 deletion base_user_role/views/role.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2014 ABF OSIELL <http://osiell.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
<odoo>

<record id="view_res_users_role_form" model="ir.ui.view">
Expand Down
2 changes: 1 addition & 1 deletion base_user_role/views/user.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2014 ABF OSIELL <http://osiell.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
<odoo>

<record id="view_res_users_form_inherit" model="ir.ui.view">
Expand Down
10 changes: 4 additions & 6 deletions keychain/i18n/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-19 18:00+0000\n"
"PO-Revision-Date: 2018-07-03 14:05+0000\n"
"PO-Revision-Date: 2018-12-15 19:58+0000\n"
"Last-Translator: mtbochaca <[email protected]>\n"
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.0.1\n"
"X-Generator: Weblate 3.3\n"

#. module: keychain
#: code:addons/keychain/models/keychain.py:76
Expand Down Expand Up @@ -108,9 +108,8 @@ msgstr "Clauer"

#. module: keychain
#: model:ir.model.fields,field_description:keychain.field_keychain_backend_keychain_account_id
#, fuzzy
msgid "Keychain account id"
msgstr "keychain.account"
msgstr "Id de compte Keychain"

#. module: keychain
#: model:ir.model.fields,field_description:keychain.field_keychain_account___last_update
Expand Down Expand Up @@ -202,9 +201,8 @@ msgstr "keychain.account"

#. module: keychain
#: model:ir.model,name:keychain.model_keychain_backend
#, fuzzy
msgid "keychain.backend"
msgstr "keychain.account"
msgstr "keychain.backend"

#~ msgid "Accounts form"
#~ msgstr "Formularis de comptes"

0 comments on commit fd07371

Please sign in to comment.