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

[15.0][MIG] base_business_document_import #492

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
1faa7ee
Add module base_business_document_import and start to move some code …
alexis-via Aug 17, 2016
029743b
Better/cleaner pivot invoice dict format (no more IDs in the pivot in…
alexis-via Aug 18, 2016
5bfb59a
Add module base_ubl (common methods to generate and parse UBL files)
alexis-via Aug 21, 2016
802067e
Parse customer/supplier ref in UBL and allow to match partner on 'ref'
alexis-via Aug 21, 2016
6577589
Add matching of delivery partner
alexis-via Aug 23, 2016
43a0319
Add module base_phone_business_document_import
alexis-via Aug 24, 2016
b163def
Add unitest on partner matching and update code of partner matching
alexis-via Aug 24, 2016
302dfaf
Add a unittest on _match_uom
alexis-via Aug 25, 2016
37232d3
Add module base_business_document_import_stock
alexis-via Aug 26, 2016
35d5a68
Fix code + PEP8
alexis-via Aug 30, 2016
279dcd4
handle the case where the xml file is generated with mime type 'text/…
adrienpeiffer Oct 4, 2016
f49d72c
Add support for extraction + matching on website
alexis-via Oct 4, 2016
9d0c91e
8.0 Add support for partner bank matching on invoice update (#6)
Oct 18, 2016
18efdab
8.0 Use try/except when importing external libs (#8)
Oct 19, 2016
e663109
Make modules uninstallable
hbrunn Nov 12, 2016
cfdabad
migration of account_invoice_import_invoice2data and dependencies
hbrunn Dec 29, 2016
cbd1fde
Fix wrong class name
alexis-via Jan 6, 2017
b200e10
product.product#ean13 was renamed to barcode
hbrunn Jan 9, 2017
7fb58a6
tests
hbrunn Jan 9, 2017
bd957ec
Prepare v10 branch
alexis-via Feb 15, 2017
39bbcb6
Port base_business_document_import to v10
alexis-via Feb 15, 2017
9e77ac7
Add match on analytic accounts
alexis-via Feb 15, 2017
d01d2cb
Port base_business_document_import* to v10
alexis-via Feb 19, 2017
5223454
First working version of account_invoice_import
alexis-via Feb 27, 2017
6b00283
Continue port of modules for v10.0, in particular sale_order_import_*…
alexis-via Feb 27, 2017
e75359d
Port account_invoice_import_factur-x and account_invoice_import_ubl t…
alexis-via Feb 28, 2017
7ac9ea7
Smarter account code matching + add unittests
alexis-via Mar 22, 2017
f5d8c8e
FIX xmlid in tests
alexis-via Mar 26, 2017
8d92ce6
FIX crash when pivot format had a 'note' key (and no attachment)
alexis-via Mar 31, 2017
0022856
Update test suite
alexis-via Jun 1, 2017
59a886a
Add first support for the import of Factur-X invoices
alexis-via Aug 10, 2017
ec18189
Fix bug #16 : add support for adjustment lines (per line and global)
alexis-via Aug 13, 2017
2f3eccd
base_business_document_import migrate to 11.0
Jan 27, 2018
207f57b
OCA Transbot updated translations from Transifex
oca-transbot Nov 29, 2016
95cced0
use SQL to change company
Apr 13, 2018
f197508
Fix for multicompany
astirpe May 18, 2018
bac8ee4
include some of the fixes proposed in #64
Aug 15, 2018
647b0a3
Check the VAT number of the destination partner, to make sure the bus…
alexis-via Aug 25, 2018
6d73380
[MIG] base_business_document_import from 11 to 12
alexis-via Feb 20, 2019
e4badc2
Module product_uom_unece renamed to uom_unece
alexis-via Feb 24, 2019
12d0abe
Use limit=1 where relevant
alexis-via Jul 3, 2019
67199c7
[UPD] README.rst
OCA-git-bot Dec 31, 2019
f0b1d13
[ADD] icon.png
OCA-git-bot Dec 31, 2019
adf4e25
[FIX] base_business_document_import: flake8
astirpe Jan 3, 2020
bfc80c0
[MIG] account_invoice_import_facturx to v12
alexis-via Apr 14, 2020
8e89de6
Update base_business_document_import.pot
oca-travis Jul 4, 2018
7edd4e9
Update translation files
oca-transbot Dec 9, 2018
573866d
[IMP] base_business_document_import: black, isort, prettier
sebalix May 13, 2020
490282b
[MIG] base_business_document_import: Migration to 13.0
sebalix May 13, 2020
0e6defe
[UPD] README.rst
sebalix May 13, 2020
b641ba5
[UPD] Update base_business_document_import.pot
oca-travis Jun 10, 2020
63f25c2
[UPD] README.rst
OCA-git-bot Jun 10, 2020
bdf193c
base_business_document_import 13.0.1.1.0
OCA-git-bot Jun 10, 2020
9a28f5f
Update translation files
oca-transbot Jul 9, 2020
c4caf08
[13.0][IMP] base_business_document_import partner search
TDu Aug 3, 2020
d8bc883
base_business_document_import 13.0.1.1.1
OCA-git-bot Aug 10, 2020
3314c7e
Update translation files
oca-transbot Aug 16, 2020
ef18d92
Refactor partner matching
jbaudoux Sep 18, 2020
ccb14fe
Allow to make parsing hook based on PartyIdentification/ID
jbaudoux Sep 18, 2020
e6fc072
Improve partner contact matching
jbaudoux Oct 4, 2020
df1d197
Parse and import Sales Order Invoicing Partner. Refactor shipping par…
jbaudoux Oct 4, 2020
467ee94
[UPD] Update base_business_document_import.pot
oca-travis Nov 4, 2020
39d043f
base_business_document_import 13.0.2.0.0
OCA-git-bot Nov 4, 2020
1b79163
Update translation files
oca-transbot Nov 4, 2020
40b8ac7
[MIG] base_business_document_import: Migration to 14.0
phuctranfxvn Apr 1, 2021
7421491
[UPD] Update base_business_document_import.pot
oca-travis Apr 13, 2021
e6f34be
[UPD] README.rst
OCA-git-bot Apr 13, 2021
aed370d
base_business_document_import: Improve tests on taxes
alexis-via Apr 9, 2021
df06b4e
[UPD] Update base_business_document_import.pot
oca-travis Apr 15, 2021
7194d7a
[UPD] README.rst
OCA-git-bot Apr 15, 2021
8dc5280
base_business_document_import 14.0.2.0.0
OCA-git-bot Apr 15, 2021
f9a49ea
Update translation files
oca-transbot Apr 15, 2021
e58ad61
Added translation using Weblate (French (France))
Yvesldff Apr 15, 2021
a586ed8
Translated using Weblate (French (France))
Yvesldff Apr 15, 2021
5bf3092
Added translation using Weblate (Dutch)
bosd Apr 17, 2021
a77ab39
Translated using Weblate (Dutch)
bosd Apr 17, 2021
c49c725
Translated using Weblate (Dutch)
bosd Apr 19, 2021
70c6ac1
Translated using Weblate (French)
Yvesldff Jun 17, 2021
5eff333
[FIX] base_business_document_import: email should be taken into accou…
phuctranfxvn May 13, 2021
23b74d5
base_business_document_import: FIX wrong arg name in _hook_match_part…
alexis-via Apr 21, 2021
dd232f9
base_business_document_import 14.0.2.1.0
OCA-git-bot Aug 5, 2021
73f19ca
[REF] base_business_document_import: matching
yvaucher Feb 3, 2021
e088e51
base_business_document_import 14.0.2.1.1
OCA-git-bot Nov 5, 2021
47eeb0c
[15.0-mig-base] [IMP] base_business_document_import: black, isort, pr…
koenloodts Dec 8, 2021
8c4403b
[15.0-mig-base] [MIG] base_business_document_import: Migration to 15.0
koenloodts Dec 8, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
90 changes: 90 additions & 0 deletions base_business_document_import/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
=============================
Base Business Document Import
=============================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fedi-lightgray.png?logo=github
:target: https://github.com/OCA/edi/tree/14.0/base_business_document_import
:alt: OCA/edi
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-base_business_document_import
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/226/14.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

This is a technical module ; it doesn't bring any useful feature by itself. This module is the base modules for 2 other modules :

* *account_invoice_import* which imports supplier invoices as PDF or XML files (this module also requires some additional modules such as *account_invoice_import_invoice2data*, *account_invoice_import_ubl*, etc... to support specific invoice formats),

* *sale_invoice_import* which imports sale orders as CSV, XML or PDF files (this module also requires some additional modules such as *sale_invoice_import_csv* or *sale_invoice_import_ubl* to support specific order formats)

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/edi/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/edi/issues/new?body=module:%20base_business_document_import%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Akretion
* Nicolas JEUDY

Contributors
~~~~~~~~~~~~

* Alexis de Lattre <alexis.delattre@akretion.com>
* Nicolas JEUDY <https://github.com/njeudy>
* Jacques-Etienne Baudoux <je@bcim.be>
* Phuc (Tran Thanh) <phuc@trobz.com>
* Koen Loodts <koen.loodts@dynapps.be>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

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.

.. |maintainer-alexis-via| image:: https://github.com/alexis-via.png?size=40px
:target: https://github.com/alexis-via
:alt: alexis-via

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-alexis-via|

This module is part of the `OCA/edi <https://github.com/OCA/edi/tree/14.0/base_business_document_import>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions base_business_document_import/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
20 changes: 20 additions & 0 deletions base_business_document_import/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 2016-2021 Akretion France (http://www.akretion.com/)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Base Business Document Import",
"version": "15.0.1.0.0",
"category": "Tools",
"license": "AGPL-3",
"summary": "Provides technical tools to import sale orders or supplier invoices",
"author": "Akretion, Nicolas JEUDY, Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/edi",
"depends": [
# OCA/community-data-files
pedrobaeza marked this conversation as resolved.
Show resolved Hide resolved
"account_tax_unece",
"uom_unece",
],
"external_dependencies": {"python": ["PyPDF2"]},
}