mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[REBRAND] account_bank_statement_import_paypal
This commit is contained in:
committed by
Carlos Roca
parent
4391989865
commit
3f21c763e4
@@ -92,7 +92,7 @@ Authors
|
|||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
* Akretion
|
* Akretion
|
||||||
* Brainbean Apps
|
* CorporateHub
|
||||||
|
|
||||||
Contributors
|
Contributors
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
@@ -105,7 +105,7 @@ Contributors
|
|||||||
* Victor M.M. Torres <victor.martin@tecnativa.com>
|
* Victor M.M. Torres <victor.martin@tecnativa.com>
|
||||||
* Carlos Roca
|
* Carlos Roca
|
||||||
|
|
||||||
* Alexey Pelykh <alexey.pelykh@brainbeanapps.com>
|
* Alexey Pelykh <alexey.pelykh@corphub.eu> (`CorporateHub <https://corporatehub.eu/>`__)
|
||||||
|
|
||||||
Maintainers
|
Maintainers
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# Copyright 2014-2017 Akretion (http://www.akretion.com).
|
# Copyright 2014-2017 Akretion (http://www.akretion.com).
|
||||||
# Copyright 2019 Tecnativa - Vicent Cubells
|
# Copyright 2019 Tecnativa - Vicent Cubells
|
||||||
# Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com)
|
# Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com)
|
||||||
|
# Copyright 2020 CorporateHub (https://corporatehub.eu)
|
||||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -9,7 +10,7 @@
|
|||||||
"version": "13.0.1.0.0",
|
"version": "13.0.1.0.0",
|
||||||
"category": "Accounting",
|
"category": "Accounting",
|
||||||
"website": "https://github.com/OCA/bank-statement-import",
|
"website": "https://github.com/OCA/bank-statement-import",
|
||||||
"author": "Akretion, " "Brainbean Apps, " "Odoo Community Association (OCA)",
|
"author": "Akretion, CorporateHub, Odoo Community Association (OCA)",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"installable": True,
|
"installable": True,
|
||||||
"depends": [
|
"depends": [
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright 2019 Tecnativa - Vicent Cubells
|
Copyright 2019 Tecnativa - Vicent Cubells
|
||||||
Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com)
|
Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com)
|
||||||
|
Copyright 2020 CorporateHub (https://corporatehub.eu)
|
||||||
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
-->
|
-->
|
||||||
<odoo noupdate="1">
|
<odoo noupdate="1">
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# Copyright 2014-2017 Akretion (http://www.akretion.com).
|
# Copyright 2014-2017 Akretion (http://www.akretion.com).
|
||||||
# Copyright 2019 Tecnativa - Vicent Cubells
|
# Copyright 2019 Tecnativa - Vicent Cubells
|
||||||
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
|
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
|
||||||
|
# Copyright 2020 CorporateHub (https://corporatehub.eu)
|
||||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
# Copyright 2019 Tecnativa - Vicent Cubells
|
# Copyright 2019 Tecnativa - Vicent Cubells
|
||||||
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
|
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
|
||||||
|
# Copyright 2020 CorporateHub (https://corporatehub.eu)
|
||||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
from odoo import api, fields, models
|
from odoo import api, fields, models
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
# Copyright 2019 Tecnativa - Vicent Cubells
|
# Copyright 2019 Tecnativa - Vicent Cubells
|
||||||
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
|
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
|
||||||
|
# Copyright 2020 CorporateHub (https://corporatehub.eu)
|
||||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
import itertools
|
import itertools
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
# Copyright 2019 Tecnativa - Vicent Cubells
|
# Copyright 2019 Tecnativa - Vicent Cubells
|
||||||
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
|
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
|
||||||
|
# Copyright 2020 CorporateHub (https://corporatehub.eu)
|
||||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
from odoo import models
|
from odoo import models
|
||||||
|
|||||||
@@ -6,4 +6,4 @@
|
|||||||
* Victor M.M. Torres <victor.martin@tecnativa.com>
|
* Victor M.M. Torres <victor.martin@tecnativa.com>
|
||||||
* Carlos Roca
|
* Carlos Roca
|
||||||
|
|
||||||
* Alexey Pelykh <alexey.pelykh@brainbeanapps.com>
|
* Alexey Pelykh <alexey.pelykh@corphub.eu> (`CorporateHub <https://corporatehub.eu/>`__)
|
||||||
|
|||||||
@@ -445,7 +445,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>Akretion</li>
|
<li>Akretion</li>
|
||||||
<li>Brainbean Apps</li>
|
<li>CorporateHub</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="contributors">
|
<div class="section" id="contributors">
|
||||||
@@ -459,7 +459,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
|||||||
<li>Carlos Roca</li>
|
<li>Carlos Roca</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>Alexey Pelykh <<a class="reference external" href="mailto:alexey.pelykh@brainbeanapps.com">alexey.pelykh@brainbeanapps.com</a>></li>
|
<li>Alexey Pelykh <<a class="reference external" href="mailto:alexey.pelykh@corphub.eu">alexey.pelykh@corphub.eu</a>> (<a class="reference external" href="https://corporatehub.eu/">CorporateHub</a>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="maintainers">
|
<div class="section" id="maintainers">
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
# Copyright 2019 Tecnativa - Vicent Cubells
|
# Copyright 2019 Tecnativa - Vicent Cubells
|
||||||
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
|
# Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
|
||||||
|
# Copyright 2020 CorporateHub (https://corporatehub.eu)
|
||||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
from base64 import b64encode
|
from base64 import b64encode
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
Copyright 2014-2017 Akretion (http://www.akretion.com).
|
Copyright 2014-2017 Akretion (http://www.akretion.com).
|
||||||
Copyright 2019 Tecnativa - Vicent Cubells
|
Copyright 2019 Tecnativa - Vicent Cubells
|
||||||
Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
|
Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
|
||||||
|
Copyright 2020 CorporateHub (https://corporatehub.eu)
|
||||||
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
-->
|
-->
|
||||||
<odoo>
|
<odoo>
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright 2019 Tecnativa - Vicent Cubells
|
Copyright 2019 Tecnativa - Vicent Cubells
|
||||||
Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
|
Copyright 2019 Brainbean Apps (https://brainbeanapps.com)
|
||||||
|
Copyright 2020 CorporateHub (https://corporatehub.eu)
|
||||||
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
-->
|
-->
|
||||||
<odoo>
|
<odoo>
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
# Copyright 2019 Tecnativa - Vicent Cubells
|
# Copyright 2019 Tecnativa - Vicent Cubells
|
||||||
# Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com)
|
# Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com)
|
||||||
|
# Copyright 2020 CorporateHub (https://corporatehub.eu)
|
||||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
import json
|
import json
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
<!--
|
<!--
|
||||||
Copyright 2019 Tecnativa - Vicent Cubells
|
Copyright 2019 Tecnativa - Vicent Cubells
|
||||||
Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com)
|
Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com)
|
||||||
|
Copyright 2020 CorporateHub (https://corporatehub.eu)
|
||||||
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
-->
|
-->
|
||||||
<odoo>
|
<odoo>
|
||||||
|
|||||||
Reference in New Issue
Block a user