Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Import company invoices #24

Closed
booo opened this issue Aug 4, 2017 · 6 comments
Closed

[Question] Import company invoices #24

booo opened this issue Aug 4, 2017 · 6 comments

Comments

@booo
Copy link

booo commented Aug 4, 2017

I have a bunch of invoices from my company and want to use the account_invoice_import module to import these old invoices of my company.

Is this possible with the current app? What is needed to make this possible? Can someone point me in the right direction?

Thanks for your help.

Best Philipp

@alexis-via
Copy link
Contributor

This is currently not possible, because the module account_invoice_import only creates supplier invoices, and you want to create customer invoices. But with some modifications it could be possible.

@booo
Copy link
Author

booo commented Aug 4, 2017

Do you have some hints on what needs some modifications?

@booo
Copy link
Author

booo commented Aug 5, 2017

Do you think it's enough to set the invoice type to 'invoice_out' after I imported the invoice as supplier invoice to transform it to a customer invoice?

alexis-via added a commit to akretion/edi that referenced this issue Aug 15, 2017
Add basic unit-tests in account_invoice_import
@alexis-via
Copy link
Contributor

@booo it should work well now with my branch akretion/10-factur-x
You have an example that create a customer invoice in account_invoice_import/tests/test_invoice_import.py, method test_import_out_invoice(). It only works with "nline" invoice import methods.

@alexis-via
Copy link
Contributor

@booo Are you happy with the implementation I made in my branch, cf my PR #22 I did that for you, so I'd be glad to get your feedback.

@booo
Copy link
Author

booo commented Sep 11, 2017

Thanks for all your work! I will try to take a closer look as soon as possible but I'm right now covered in other projects :/

In the meantime I implemented a "simple" and hackie solution with invoice2data and the xml api. I will try to post the code later on.

njeudy pushed a commit to njeudy/edi that referenced this issue Jan 27, 2018
Add basic unit-tests in account_invoice_import
astirpe pushed a commit to njeudy/edi that referenced this issue Oct 12, 2018
Add basic unit-tests in account_invoice_import
rubdos pushed a commit to rubdos/edi that referenced this issue Mar 9, 2019
Add basic unit-tests in account_invoice_import
astirpe pushed a commit to onesteinbv/edi that referenced this issue Jan 3, 2020
Add basic unit-tests in account_invoice_import
alexis-via added a commit that referenced this issue Jan 22, 2020
Add basic unit-tests in account_invoice_import
yvaucher pushed a commit to yvaucher/edi that referenced this issue Aug 12, 2020
Add basic unit-tests in account_invoice_import
NL66278 pushed a commit to NL66278/edi that referenced this issue Dec 9, 2020
Add basic unit-tests in account_invoice_import
yvaucher pushed a commit to yvaucher/edi that referenced this issue Feb 2, 2021
Add basic unit-tests in account_invoice_import
yvaucher pushed a commit to yvaucher/edi that referenced this issue Feb 23, 2021
Add basic unit-tests in account_invoice_import
alexis-via added a commit to akretion/edi that referenced this issue May 25, 2021
Add basic unit-tests in account_invoice_import
dsolanki-initos pushed a commit to initOS/edi that referenced this issue Jun 10, 2021
Add basic unit-tests in account_invoice_import
koenloodts pushed a commit to koenloodts/edi that referenced this issue Dec 14, 2021
Add basic unit-tests in account_invoice_import
wpichler pushed a commit to Callino/edi that referenced this issue Jun 29, 2022
Add basic unit-tests in account_invoice_import
alexis-via added a commit to akretion/edi that referenced this issue Oct 2, 2022
Add basic unit-tests in account_invoice_import
kevinxdev pushed a commit to kevinxdev/edi that referenced this issue Dec 26, 2022
Add basic unit-tests in account_invoice_import
kevinxdev pushed a commit to kevinxdev/edi that referenced this issue Dec 26, 2022
Add basic unit-tests in account_invoice_import
yvaucher pushed a commit to yvaucher/edi that referenced this issue Feb 21, 2023
Add basic unit-tests in account_invoice_import
rjocoleman pushed a commit to etailer/edi that referenced this issue Mar 22, 2023
Add basic unit-tests in account_invoice_import
acsonefho pushed a commit to acsone/edi that referenced this issue Apr 25, 2023
Add basic unit-tests in account_invoice_import
alexis-via added a commit to akretion/edi that referenced this issue May 4, 2023
Add basic unit-tests in account_invoice_import
njeudy pushed a commit to Alusage/edi that referenced this issue May 8, 2023
Add basic unit-tests in account_invoice_import
thienvh332 referenced this issue in thienvh332/edi Dec 19, 2023
Signed-off-by dreispt
JaumeBforgeFlow pushed a commit to ForgeFlow/edi that referenced this issue Jan 22, 2024
Add basic unit-tests in account_invoice_import
gurneyalex pushed a commit to gurneyalex/edi that referenced this issue Feb 20, 2024
Add basic unit-tests in account_invoice_import
V3st1g3 pushed a commit to V3st1g3/oca-edi that referenced this issue Nov 7, 2024
Add basic unit-tests in account_invoice_import
V3st1g3 pushed a commit to V3st1g3/oca-edi that referenced this issue Nov 7, 2024
Add basic unit-tests in account_invoice_import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants