Skip to content

Commit

Permalink
[ADD] Add the server-tools in the oca_dependencies.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
George Daramouskas committed Nov 30, 2018
1 parent 704f900 commit 6a69771
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 12 deletions.
4 changes: 2 additions & 2 deletions l10n_nl_partner_name/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © 2017 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# Copyright 2017 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
'name': 'Dutch partner names',
'version': '11.0.0.0.0',
Expand Down
4 changes: 2 additions & 2 deletions l10n_nl_partner_name/model/res_partner.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © 2017 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# Copyright 2017 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from mako.template import Template
from odoo import models, fields, api

Expand Down
4 changes: 2 additions & 2 deletions l10n_nl_partner_name/scripts/guess_names.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python
# © 2017 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# Copyright 2017 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

import argparse
import xmlrpclib
Expand Down
3 changes: 0 additions & 3 deletions l10n_nl_partner_name/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# -*- coding: utf-8 -*-
# © 2016 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import test_l10n_nl_partner_name
5 changes: 2 additions & 3 deletions l10n_nl_partner_name/tests/test_l10n_nl_partner_name.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
# © 2016 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# Copyright 2016 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from odoo.tests.common import TransactionCase


Expand Down
1 change: 1 addition & 0 deletions oca_dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ account-financial-reporting
server-ux
community-data-files
partner-contact
server-tools https://github.com/Tecnativa/server-tools.git 11.0-mig-base_view_inheritance_extension

0 comments on commit 6a69771

Please sign in to comment.