Search 1.9 billion lines of Odoo code on GitHub

account_move_stripe_import

Author: Akretion,Odoo Community Association (OCA)
License: AGPL-3
Branch: 12.0-mig-account_move_stripe_import
Repository: akretion/account-reconcile
Dependencies: account_move_base_import, and base_transaction_id
Languages: Python (183, 64.4%), XML (46, 16.2%), and reStructuredText (55, 19.4%)
Other branches: 10.0-stripe-move-import, and 10.0-stripe-move-import-reconcile
Other repositories: 0yik/ak-odoo-incubator, EBII/ak-odoo-incubator, RL-OtherApps/ak-odoo-incubator, acsone/account-reconcile, akretion/ak-odoo-incubator, camptocamp/ak-odoo-incubator, fcayre/account-reconcile, florian-dacosta/ak-odoo-incubator, hadjerBachiri/ak-odoo-incubator, iamyeonhan/ak-odoo-incubator, kevinkhao/ak-odoo-incubator, magnuscolors/ak-odoo-incubator, sc4you/ak-odoo-incubator, vidtsin/ak-odoo-incubator, and westlyou/ak-odoo-incubator

<a class="reference external image-reference" href="https://www.gnu.org/licenses/agpl"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a name="account-move-stripe-import"></a> <h2>Account Move Stripe Import</h2> <p>This module will import your stripe payout in order to process the reconciliation with the invoice. You can import it manually or automatically</p> <a name="installation"></a> <h3>Installation</h3> <p>Installation will required to have the module keychain installed with a key configured. See keychain module for installation and configuration : <a class="reference external" href="https://github.com/OCA/server-tools/blob/10.0/keychain/README.rst">https://github.com/OCA/server-tools/blob/10.0/keychain/README.rst</a></p> <a name="configuration"></a> <h3>Configuration</h3> <p>Setup your stripe information in a keychain account:</p> <ol class="arabic simple"> <li>Go to Setting &gt; Technical &gt; Keychain</li> </ol> <div class="figure"> <img alt="." src="static/description/configure_keychain.png" style="width: 600px;" /> </div> <div class="figure"> <img alt="." src="account_move_stripe_import/static/description/configure_keychain.png" style="width: 600px;" /> </div> <p>Then create a new journal for importing the payment:</p> <ol class="arabic simple"> <li>Go to Accounting &gt; Configuration &gt; Accounting &gt; Journals</li> </ol> <div class="figure"> <img alt="." src="static/description/create_journal.png" style="width: 600px;" /> </div> <div class="figure"> <img alt="." src="account_move_stripe_import/static/description/create_journal.png" style="width: 600px;" /> </div> <p>You can also configure a task to import the payout automatically</p> <ol class="arabic simple"> <li>Go to Setting &gt; Technical &gt; Automation &gt; Scheduled Actions and active the cron &quot;Import Stripe Deposit/Payout&quot;</li> </ol> <a name="usage"></a> <h3>Usage</h3> <p>To use this module, you need to:</p> <ol class="arabic simple"> <li>Go to Accounting &gt; Adviser &gt; Import Batch File</li> </ol> <div class="figure"> <img alt="." src="static/description/import_move.png" style="width: 600px;" /> </div> <div class="figure"> <img alt="." src="account_move_stripe_import/static/description/import_move.png" style="width: 600px;" /> </div> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/98/10.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="known-issues-roadmap"></a> <h3 class="with-subtitle">Known issues / Roadmap</h3> <h3 class="section-subtitle" id="roadmap-linked-to-the-dependency"><span class="section-subtitle">Roadmap linked to the dependency</span></h3> <ul class="simple"> <li>Better interface for apikey (we should improve keychain)</li> <li>Better way to support cart deposit Maybe we should create a new type of journal with type &quot;deposit&quot; and a specific widget in the dashbord</li> </ul> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-reconcile/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smash it by providing detailed and welcomed feedback.</p> <a name="credits"></a> <h3>Credits</h3> <a name="images"></a> <h4>Images</h4> <ul class="simple"> <li>Odoo Community Association: <a class="reference external" href="https://odoo-community.org/logo.png">Icon</a>.</li> </ul> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Sébastien Beau &lt;<a class="reference external" href="mailto:sebastien.beau&#64;akretion.com">sebastien.beau&#64;akretion.com</a>&gt; (www.akretion.com)</li> </ul> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="funders"></a> <h4>Funders</h4> <p>The development of this module has been financially supported by:</p> <ul class="simple"> <li>Adaptoo</li> <li>La Cimade</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://odoo-community.org">https://odoo-community.org</a>.</p>