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

[16.0][MIG] account_invoice_import #753

Draft
wants to merge 151 commits into
base: 16.0
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
151 commits
Select commit Hold shift + click to select a range
af633a7
Rename module from account_invoice_pdf_import to account_invoice_import
alexis-via Dec 30, 2015
477e19b
Update FR translation
alexis-via Jan 7, 2016
fa721ef
Add instructions to use my PPA for poppler-utils on Ubuntu 14.04 LTS …
alexis-via Jan 9, 2016
0d81902
Add support for direct import of XML files (YAML test provided)
alexis-via Jan 19, 2016
ddc3217
Sometimes, it's easier to extract the total tax amount instead of the…
Jan 20, 2016
e408689
Add an explaination about date parsing in invoice2data
alexis-via Jan 22, 2016
89ac9ec
Add optional support for start/end dates
Jan 22, 2016
d485874
Adapt to latest changes in invoice2data
alexis-via Jan 27, 2016
9ef43c2
Only change name_get of invoice for our use-case, not everywhere
alexis-via Jan 28, 2016
481b388
Update README with latest changes in invoice2data lib
alexis-via Jan 28, 2016
9c857c4
Add support for partner_email to match partners
Feb 2, 2016
903b985
Update installation procedure.
alexis-via Feb 11, 2016
211d5e1
Add modules base_zugferd, account_invoice_import_zugferd and account_…
alexis-via Feb 22, 2016
fff492b
Log raw result of invoice2data (before we make modifications)
alexis-via Mar 2, 2016
3f1c599
Fix error in README spotted by Roel Adriaans
alexis-via Mar 15, 2016
05f0775
Add module account_invoice_import_ubl
alexis-via Mar 15, 2016
c798ce6
Use base_vat_sanitized
alexis-via May 13, 2016
0255077
Add support for import of e-fff invoices (Belgian standard)
alexis-via May 21, 2016
14323dc
Add support for local invoice template for invoice2data, see README
alexis-via May 25, 2016
05a566a
Small usability improvement
alexis-via Jun 21, 2016
0e27cea
Checks that the directory really exists
alexis-via Jul 3, 2016
9521b85
Extract regular PDF invoice import from account_invoice_import to a d…
alexis-via Aug 5, 2016
274744f
Adapt code to plug the module 'ovh_supplier_invoice'
alexis-via Aug 12, 2016
4589333
Fix product matching
alexis-via Aug 12, 2016
c699024
FIX PEP8 and account_invoice_import_invoice2data unittests
alexis-via Aug 15, 2016
52bf5cb
Add module base_business_document_import and start to move some code …
alexis-via Aug 17, 2016
f2cc78c
Better/cleaner pivot invoice dict format (no more IDs in the pivot in…
alexis-via Aug 18, 2016
53309e5
Add module base_ubl (common methods to generate and parse UBL files)
alexis-via Aug 21, 2016
7f1df7e
Add module base_phone_business_document_import
alexis-via Aug 24, 2016
4a8fc0c
Add a unittest on _match_uom
alexis-via Aug 25, 2016
b8f4a43
Add module base_business_document_import_stock
alexis-via Aug 26, 2016
dc75774
Update invoice lines on "Update Existing" invoice import
alexis-via Aug 27, 2016
a98e985
Fix crash
alexis-via Aug 27, 2016
2050acf
Add multi-company ir.rule on account.invoice.import.config
alexis-via Sep 14, 2016
d82ec2b
FIX Don't use _inherit = ['business.document.import']
alexis-via Sep 28, 2016
67d053f
Fix method call
alexis-via Oct 2, 2016
54d49fe
[IMP] handle the case where the xml file is generated with mime type
adrienpeiffer Oct 4, 2016
7f9ce5c
Add support for extraction + matching on website
alexis-via Oct 4, 2016
771b43e
FIX two stupid bugs
alexis-via Oct 4, 2016
063c7c7
8.0 Add support for partner bank matching on invoice update (#6)
Oct 18, 2016
2537f13
8.0 Use try/except when importing external libs (#8)
Oct 19, 2016
8714f1d
[MIG] Make modules uninstallable
hbrunn Nov 12, 2016
fb37738
OCA Transbot updated translations from Transifex
oca-transbot Nov 29, 2016
0055d0d
[ADD] migration of account_invoice_import_invoice2data and dependencies
hbrunn Dec 29, 2016
d4431cf
Add support for 'origin' field in invoice import
alexis-via Jan 6, 2017
8883dda
[FIX] product.product#ean13 was renamed to barcode
hbrunn Jan 9, 2017
6630875
[FIX] tests
hbrunn Jan 9, 2017
c3c2dce
Port base_business_document_import* to v10
alexis-via Feb 15, 2017
12db46f
Allow importing invoice without invoice_import_config on partner (use…
alexis-via Mar 27, 2017
63671b2
Several fixes in account_invoice_import
alexis-via Apr 11, 2017
947fa81
Improve XML for Factur-X
alexis-via Jul 28, 2017
190f9a7
Add first support for the import of Factur-X invoices
alexis-via Aug 10, 2017
1310ee6
Add support for allowance and charges on Factur-X invoice import
alexis-via Aug 11, 2017
e0e3e1b
Fix bug #16 : add support for adjustment lines (per line and global)
alexis-via Aug 13, 2017
2c4fb4a
account_invoice_factur-x: now generate refunds with document type = 3…
alexis-via Aug 15, 2017
080c67e
Pre-process parsed_inv even when calling directly _create_invoice()
alexis-via Aug 15, 2017
6e0e571
Add support for importing customer invoices (bug #24)
alexis-via Aug 15, 2017
5b4eeb1
Improve + modularize generation of UBL (up-port from v8 PR)
alexis-via Aug 23, 2017
736d66f
Finalise the use of the FacturX lib
alexis-via Sep 6, 2017
aa6b47e
account_invoice_import: workaround a framework bug
alexis-via Oct 4, 2017
7182c78
account_invoice_import: Add partner_type to _match_partner method for…
alexis-via Oct 14, 2017
f83e0fa
OCA Transbot updated translations from Transifex
oca-transbot Feb 10, 2018
2d503ef
[10.0] Update to work with latest version of invoice2data (#51)
Mar 11, 2018
3c166cb
OCA Transbot updated translations from Transifex
oca-transbot Mar 31, 2018
b919dfd
[10.0] Several fixes + import invoices with VAT in a company that can…
Jul 31, 2018
46bfaae
[UPD] Update account_invoice_import.pot
oca-travis Jul 31, 2018
ba510ec
Fix import of sale order with price_source='pricelist' when pricelist…
alexis-via Aug 14, 2018
b6ff39d
Partner <-> Invoice import config : switch M2O <-> O2M
alexis-via Jan 18, 2018
28c5bb9
Add migration script
alexis-via Jan 19, 2018
273050b
Add support for multiple invoice import configs in invoice import wizard
alexis-via Aug 14, 2018
ef96980
Add O2M field from import config to download config
alexis-via Aug 14, 2018
394a542
Finalize the development account_invoice_download
alexis-via Aug 18, 2018
570d90f
Add support for additional module-specific weboob config parameters
alexis-via Aug 19, 2018
7b1b6de
account_invoice_import: add a mail gateway
alexis-via Aug 22, 2018
136a78f
Add ability to run cron invoice download from admin for all companies…
alexis-via Aug 23, 2018
9d1ddaf
Add multi-company support in the invoice import mail gateway
alexis-via Aug 24, 2018
eaeae51
Check the VAT number of the destination partner, to make sure the bus…
alexis-via Aug 25, 2018
782b854
[UPD] Update account_invoice_import.pot
oca-travis Sep 16, 2018
9964d52
[FIX] include some of the fixes proposed in #64
Aug 15, 2018
61e1029
[11.0][MIG] account_invoice_import
Oct 2, 2018
09d8aea
[FIX] clean rebase from V10 that where wrong ...
Oct 2, 2018
d7fff67
[FIX] utf8 comment in python3
Oct 2, 2018
88df106
Fix base64 encode/decode + remove supplier_invoice_number + code review
astirpe Oct 12, 2018
61b5c0a
[UPD] Update account_invoice_import.pot
oca-travis Oct 17, 2018
d3e3202
Update translation files
oca-transbot Dec 29, 2018
876ef24
[ADD] icon.png
OCA-git-bot Apr 3, 2019
35423f1
[UPD] Update account_invoice_import.pot
oca-travis Apr 3, 2019
e1e57f0
Update translation files
oca-transbot May 20, 2019
18e6e71
[UPD] README.rst
OCA-git-bot Jul 29, 2019
ff410e8
[12.0][MIG] account_invoice_import
astirpe Jan 3, 2020
21a56e3
[UPD] README.rst
OCA-git-bot Jan 22, 2020
883f605
[UPD] Update account_invoice_import.pot
oca-travis Jan 22, 2020
13363a2
Update translation files
oca-transbot Feb 10, 2020
1e9ff83
account_invoice_download: start OCA import bill wizard when using the…
alexis-via Feb 13, 2020
7d45e43
Added translation using Weblate (German)
tv-openbig Mar 16, 2020
fa41b35
Translated using Weblate (German)
tv-openbig Mar 16, 2020
4ea7c52
[MIG] account_invoice_import_facturx to v12
alexis-via Apr 14, 2020
8964ebb
[UPD] Update account_invoice_import.pot
oca-travis Apr 29, 2020
ad2bf68
Update translation files
oca-transbot Apr 29, 2020
15ac653
Translated using Weblate (German)
marylla May 27, 2020
1ddb7c5
[IMP] account_invoice_import: black, isort, prettier
yvaucher Jun 23, 2020
4f18601
[MIG] account_invoice_import: Migration to 13.0
yvaucher Jun 23, 2020
e3f06ae
[IMP] account_invoice_import: parsed invoice hook
yvaucher Jun 23, 2020
dae0408
[IMP] account_invoice_import: Missing partner hook
yvaucher Jun 24, 2020
d64b1ce
Add a quick import invoice button
yvaucher Jun 25, 2020
f91be9a
Restore dashboard button overwrite
yvaucher Jun 27, 2020
1f6d81b
[RM] invoice line doesn't exist on V13
vrenaville Jan 21, 2021
73d3410
[FIX] account_invoice_import: fix headers
NL66278 Dec 2, 2020
ef55626
[FIX] account_invoice_import: Reduce method complexity.
NL66278 Dec 2, 2020
e313a17
[FIX] account_invoice_import. Do not shadow config module with variable.
NL66278 Dec 3, 2020
6911c92
[MIG] account_invoice_import to v14
alexis-via May 25, 2021
4ac770f
[FIX] account_invoice_import: mail gateway exception
StefanRijnhart May 26, 2021
c982120
account_invoice_import: Add USAGE.rst
alexis-via May 31, 2021
9f8c435
[UPD] Update account_invoice_import.pot
oca-travis Jun 2, 2021
9034e2c
[UPD] README.rst
OCA-git-bot Jun 2, 2021
d36e499
account_invoice_import: fix analytic account field name
alexis-via Jun 7, 2021
96cce56
account_invoice_import: FIX import config creation from partner
alexis-via Jun 7, 2021
e7874ef
invoice_import: add button box div in account.invoice.import.config f…
alexis-via Jun 9, 2021
b4f032b
account_invoice_import 14.0.1.1.0
OCA-git-bot Jun 11, 2021
9b0a934
Translated using Weblate (French)
Yvesldff Jun 17, 2021
34ab096
Added translation using Weblate (Dutch)
bosd Jan 27, 2022
e29ca2e
Translated using Weblate (Dutch)
bosd Jan 27, 2022
f4db259
[FIX] Fix access right issues when using actions
sebalix Jan 31, 2022
ec3c076
account_invoice_import 14.0.1.1.1
OCA-git-bot Jan 31, 2022
2a445f8
[FIX] access to form view of partners for users who are not accountants
alexis-via Feb 13, 2022
5206623
account_invoice_import 14.0.2.0.0
OCA-git-bot Feb 14, 2022
47243a8
Translated using Weblate (Dutch)
bosd May 15, 2022
bc2f8bc
account_invoice_import: tests use setUpClass
simahawk May 26, 2022
327b3c5
account_invoice_import: fix error logging
simahawk May 26, 2022
3d8b977
account_invoice_import: more tests for mail gateway
simahawk May 26, 2022
c3cfc40
[UPD] README.rst
OCA-git-bot May 27, 2022
73c6dd7
account_invoice_import 14.0.2.0.1
OCA-git-bot May 27, 2022
7676287
account_invoice_import: Set a specific journal
alexis-via May 20, 2022
37ff485
[FIX] account_invoice_import: force tax amount on supplier refunds
alexis-via Jun 2, 2022
7eac57e
[UPD] Update account_invoice_import.pot
Jul 13, 2022
e7e8e05
[UPD] README.rst
OCA-git-bot Jul 13, 2022
d0f63d8
account_invoice_import 14.0.2.1.0
OCA-git-bot Jul 13, 2022
31e31e5
account_invoice_import: improve handling of simple PDF invoices
alexis-via Jul 14, 2022
875529c
Update translation files
oca-transbot Jul 16, 2022
13f703e
account_invoice_import: skip mail attachments that are not PDF nor XML
alexis-via Aug 3, 2022
3626a8d
Translated using Weblate (French)
klodr Aug 7, 2022
a195ce5
[UPD] Update account_invoice_import.pot
Sep 27, 2022
dfc58f3
account_invoice_import 14.0.3.0.0
OCA-git-bot Sep 27, 2022
9dadc0c
Update translation files
oca-transbot Sep 27, 2022
c58fd47
[MIG] account_invoice_import to v15
alexis-via Oct 2, 2022
9024a05
[FIX] account_invoice_import: string remplacement in chatter and erro…
alexis-via Nov 22, 2022
5e732e3
[FIX] account_invoice_import: crash due to missing method
alexis-via Mar 23, 2023
a3fed79
account_invoice_import: update multi-string code to recommended way
alexis-via Mar 23, 2023
99957c4
account_invoice_import: minor update of pivot format doc
alexis-via Mar 23, 2023
8a62d64
[MIG] account_invoice_import to v16
alexis-via May 4, 2023
aa2f60a
[IMP] account_invoice_import: add support for discount
alexis-via Sep 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
account_invoice_import 14.0.2.1.0
OCA-git-bot authored and alexis-via committed Mar 23, 2023
commit d0f63d8ee3ad602fbd9cfd10596c295287b94394
2 changes: 1 addition & 1 deletion account_invoice_import/__manifest__.py
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

{
"name": "Account Invoice Import",
"version": "14.0.2.0.1",
"version": "14.0.2.1.0",
"category": "Accounting & Finance",
"license": "AGPL-3",
"summary": "Import supplier invoices/refunds as PDF or XML files",