Eficent -> ForgeFlow
parent
70cd2d4ba3
commit
b277da04d0
|
@ -23,7 +23,7 @@ Fuzzy Search
|
||||||
:target: https://runbot.odoo-community.org/runbot/149/13.0
|
:target: https://runbot.odoo-community.org/runbot/149/13.0
|
||||||
:alt: Try me on Runbot
|
:alt: Try me on Runbot
|
||||||
|
|
||||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||||
|
|
||||||
This addon provides the ability to create GIN or GiST indexes of char and text
|
This addon provides the ability to create GIN or GiST indexes of char and text
|
||||||
fields and also to use the search operator `%` in search domains. Currently
|
fields and also to use the search operator `%` in search domains. Currently
|
||||||
|
@ -116,14 +116,14 @@ Authors
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
* bloopark systems GmbH & Co. KG
|
* bloopark systems GmbH & Co. KG
|
||||||
* Eficent
|
* ForgeFlow
|
||||||
* Serpent CS
|
* Serpent CS
|
||||||
|
|
||||||
Contributors
|
Contributors
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
* Christoph Giesel <https://github.com/christophlsa>
|
* Christoph Giesel <https://github.com/christophlsa>
|
||||||
* Jordi Ballester <jordi.ballester@eficent.com>
|
* Jordi Ballester <jordi.ballester@forgeflow.com>
|
||||||
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
|
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
|
||||||
* Dave Lasley <dave@laslabs.com>
|
* Dave Lasley <dave@laslabs.com>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 2016 Eficent Business and IT Consulting Services S.L.
|
# Copyright 2016 ForgeFlow S.L.
|
||||||
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
from . import models
|
from . import models
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 2016 Eficent Business and IT Consulting Services S.L.
|
# Copyright 2016 ForgeFlow S.L.
|
||||||
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
{
|
{
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
"version": "13.0.1.0.0",
|
"version": "13.0.1.0.0",
|
||||||
"website": "https://github.com/OCA/server-tools",
|
"website": "https://github.com/OCA/server-tools",
|
||||||
"author": "bloopark systems GmbH & Co. KG, "
|
"author": "bloopark systems GmbH & Co. KG, "
|
||||||
"Eficent, "
|
"ForgeFlow, "
|
||||||
"Serpent CS, "
|
"Serpent CS, "
|
||||||
"Odoo Community Association (OCA)",
|
"Odoo Community Association (OCA)",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 2016 Eficent Business and IT Consulting Services S.L.
|
# Copyright 2016 ForgeFlow S.L.
|
||||||
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
from . import ir_model
|
from . import ir_model
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 2016 Eficent Business and IT Consulting Services S.L.
|
# Copyright 2016 ForgeFlow S.L.
|
||||||
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
||||||
# Copyright 2017 LasLabs Inc.
|
# Copyright 2017 LasLabs Inc.
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 2016 Eficent Business and IT Consulting Services S.L.
|
# Copyright 2016 ForgeFlow S.L.
|
||||||
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
||||||
# Copyright 2017 LasLabs Inc.
|
# Copyright 2017 LasLabs Inc.
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
* Christoph Giesel <https://github.com/christophlsa>
|
* Christoph Giesel <https://github.com/christophlsa>
|
||||||
* Jordi Ballester <jordi.ballester@eficent.com>
|
* Jordi Ballester <jordi.ballester@forgeflow.com>
|
||||||
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
|
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
|
||||||
* Dave Lasley <dave@laslabs.com>
|
* Dave Lasley <dave@laslabs.com>
|
||||||
|
|
||||||
|
|
|
@ -467,7 +467,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
||||||
<h2><a class="toc-backref" href="#id8">Authors</a></h2>
|
<h2><a class="toc-backref" href="#id8">Authors</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>bloopark systems GmbH & Co. KG</li>
|
<li>bloopark systems GmbH & Co. KG</li>
|
||||||
<li>Eficent</li>
|
<li>ForgeFlow</li>
|
||||||
<li>Serpent CS</li>
|
<li>Serpent CS</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -475,7 +475,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
||||||
<h2><a class="toc-backref" href="#id9">Contributors</a></h2>
|
<h2><a class="toc-backref" href="#id9">Contributors</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Christoph Giesel <<a class="reference external" href="https://github.com/christophlsa">https://github.com/christophlsa</a>></li>
|
<li>Christoph Giesel <<a class="reference external" href="https://github.com/christophlsa">https://github.com/christophlsa</a>></li>
|
||||||
<li>Jordi Ballester <<a class="reference external" href="mailto:jordi.ballester@eficent.com">jordi.ballester@eficent.com</a>></li>
|
<li>Jordi Ballester <<a class="reference external" href="mailto:jordi.ballester@forgeflow.com">jordi.ballester@forgeflow.com</a>></li>
|
||||||
<li>Serpent Consulting Services Pvt. Ltd. <<a class="reference external" href="mailto:support@serpentcs.com">support@serpentcs.com</a>></li>
|
<li>Serpent Consulting Services Pvt. Ltd. <<a class="reference external" href="mailto:support@serpentcs.com">support@serpentcs.com</a>></li>
|
||||||
<li>Dave Lasley <<a class="reference external" href="mailto:dave@laslabs.com">dave@laslabs.com</a>></li>
|
<li>Dave Lasley <<a class="reference external" href="mailto:dave@laslabs.com">dave@laslabs.com</a>></li>
|
||||||
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
|
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 2016 Eficent Business and IT Consulting Services S.L.
|
# Copyright 2016 ForgeFlow S.L.
|
||||||
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
from . import test_query_generation
|
from . import test_query_generation
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 2016 Eficent Business and IT Consulting Services S.L.
|
# Copyright 2016 ForgeFlow S.L.
|
||||||
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
from odoo.osv import expression
|
from odoo.osv import expression
|
||||||
|
|
Loading…
Reference in New Issue