mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[IMP] account_bank_statement_import_paypal: create paypal maps
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
In the menu Accounting > Configuration > Accounting > Bank Accounts,
|
||||
make sure that you have your Paypal bank account with the following parameters:
|
||||
* Bank Account Type: Normal Bank Account
|
||||
* Account Number: the email address associated with your Paypal account
|
||||
* Account Journal: the journal associated to your Paypal account
|
||||
* Create or go to a bank journal where you want to import Paypal statement.
|
||||
* Edit that journal and set a Paypal map in **Paypal Map** section in **Advanced
|
||||
Settings** tab.
|
||||
|
||||
TIPS
|
||||
~~~~
|
||||
For now only French and English report are supported.
|
||||
For adding new support you just need to add your header in
|
||||
model/account_bank_statement_import_paypal.py in the variables HEADERS.
|
||||
Please help us and do a PR for adding new header ! Thanks
|
||||
* Now you can import Paypal statements in that journal.
|
||||
|
||||
Note: if existent Paypal Map does not fit to your file to import, you can
|
||||
create another map in **Invoicing > Configuration > Accounting > Paypal
|
||||
Mapping**.
|
||||
|
||||
You can import headers from any Paypal file in **Action > Create Paypal Map
|
||||
Lines** and set every line with which field of statement have to match.
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
This module allows you to import the Paypal CSV files in Odoo as bank statements.
|
||||
This module allows you to import the Paypal CSV files in Odoo as bank
|
||||
statements.
|
||||
|
||||
Reference in New Issue
Block a user