2
0

[UPD] Eficent -> ForgeFlow

This commit is contained in:
mreficent 2020-09-30 10:27:56 +02:00 committed by Abraham Anes
parent 37b0f0b1c1
commit cc076af197
5 changed files with 8 additions and 8 deletions

View File

@ -23,7 +23,7 @@ Account Move Template
:target: https://runbot.odoo-community.org/runbot/92/13.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
|badge1| |badge2| |badge3| |badge4| |badge5|
The user can configure journal entries templates, useful for recurring entries.
The amount of each template line can be computed (through python code)
@ -76,7 +76,7 @@ Authors
* Agile Business Group
* Aurium Technologies
* Vauxoo
* Eficent
* ForgeFlow
* Akretion
Contributors
@ -98,7 +98,7 @@ Module Contributors
* Alex Comba <alex.comba@agilebg.com> (Port to V8)
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
* Raf Ven <raf.ven@dynapps.be> (port to v11)
* Jordi Ballester <jordi.ballester@eficent.com> (EFICENT)
* Jordi Ballester <jordi.ballester@forgeflow.com> (ForgeFlow)
* `Sygel <https://www.sygel.es>`_:
* Harald Panten <harald.panten@sygel.es>

View File

@ -8,7 +8,7 @@
"version": "13.0.1.0.0",
"category": "Accounting",
"summary": "Templates for recurring Journal Entries",
"author": "Agile Business Group, Aurium Technologies, Vauxoo, Eficent, "
"author": "Agile Business Group, Aurium Technologies, Vauxoo, ForgeFlow, "
"Akretion, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-tools",
"license": "AGPL-3",

View File

@ -14,7 +14,7 @@ Module Contributors
* Alex Comba <alex.comba@agilebg.com> (Port to V8)
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
* Raf Ven <raf.ven@dynapps.be> (port to v11)
* Jordi Ballester <jordi.ballester@eficent.com> (EFICENT)
* Jordi Ballester <jordi.ballester@forgeflow.com> (ForgeFlow)
* `Sygel <https://www.sygel.es>`_:
* Harald Panten <harald.panten@sygel.es>

View File

@ -425,7 +425,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<li>Agile Business Group</li>
<li>Aurium Technologies</li>
<li>Vauxoo</li>
<li>Eficent</li>
<li>ForgeFlow</li>
<li>Akretion</li>
</ul>
</div>
@ -448,7 +448,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<li>Alex Comba &lt;<a class="reference external" href="mailto:alex.comba&#64;agilebg.com">alex.comba&#64;agilebg.com</a>&gt; (Port to V8)</li>
<li>Guewen Baconnier &lt;<a class="reference external" href="mailto:guewen.baconnier&#64;camptocamp.com">guewen.baconnier&#64;camptocamp.com</a>&gt;</li>
<li>Raf Ven &lt;<a class="reference external" href="mailto:raf.ven&#64;dynapps.be">raf.ven&#64;dynapps.be</a>&gt; (port to v11)</li>
<li>Jordi Ballester &lt;<a class="reference external" href="mailto:jordi.ballester&#64;eficent.com">jordi.ballester&#64;eficent.com</a>&gt; (EFICENT)</li>
<li>Jordi Ballester &lt;<a class="reference external" href="mailto:jordi.ballester&#64;forgeflow.com">jordi.ballester&#64;forgeflow.com</a>&gt; (ForgeFlow)</li>
<li><a class="reference external" href="https://www.sygel.es">Sygel</a>:<ul>
<li>Harald Panten &lt;<a class="reference external" href="mailto:harald.panten&#64;sygel.es">harald.panten&#64;sygel.es</a>&gt;</li>
<li>Valentin Vinagre &lt;<a class="reference external" href="mailto:valentin.vinagre&#64;sygel.es">valentin.vinagre&#64;sygel.es</a>&gt;</li>

View File

@ -1,4 +1,4 @@
# Copyright 2018-2019 Eficent Business and IT Consulting Services, S.L.
# Copyright 2018-2019 ForgeFlow, S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
import logging