Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
a7e570d
[IMP] Handling DespatchAdvice files in order to modify stock pickings
lmarion-source Feb 11, 2021
dc1a7d7
[IMP] Multiple PO in one dspatchAdvice : PO is at the line level
lmarion-source Mar 26, 2021
10a75a0
[IMP] Take lots into account
lmarion-source Apr 21, 2021
ea92774
[FIX] assign stock moves after confirmation
lmarion-source Apr 23, 2021
af4f2ee
[IMP] despatch_advice_import: pre-commit stuff
thienvh332 Nov 30, 2023
7389440
[MIG] despatch_advice_import: Migration to 16.0
thienvh332 Dec 1, 2023
9085265
[IMP] despatch_advice_import: add handling for context
thienvh332 Dec 6, 2023
c7cdfb9
[IMP] despatch_advice_import: add raise error
thienvh332 Dec 8, 2023
880de95
[UDP] despatch_advice_import: update unit test
thienvh332 Dec 1, 2023
5c63117
[IMP] despatch_advice_import: update readme
thienvh332 Dec 4, 2023
ae426ab
Added translation using Weblate (Spanish)
Ivorra78 Feb 14, 2024
fcd1c16
[IMP] despatch_advice_import_ubl: collect package (logistic transport…
Feb 26, 2024
f63319e
[IMP] despatch_advice_import: allow to validate picking with quantity…
tuantrantg Mar 20, 2024
ec3aa6a
Added translation using Weblate (French)
didierdonze Apr 22, 2024
b2e4a07
Added translation using Weblate (Italian)
mymage May 13, 2024
eebf711
Translated using Weblate (Italian)
mymage Aug 23, 2024
50166a8
despatch_advice_import: fix processing
jbaudoux Jan 17, 2025
8bae415
[IMP] despatch_advice_import: pre-commit auto fixes
yankinmax Apr 24, 2026
e14ad39
[MIG] despatch_advice_import: Migration to 19.0
yankinmax May 4, 2026
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
102 changes: 102 additions & 0 deletions despatch_advice_import/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

======================
Despatch Advice Import
======================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:6ca80319c1f9790b27e5685c5eb372aa2f61b0570f467f49e81d28c3c2abf77a
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/license-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/19.0/despatch_advice_import
:alt: OCA/edi
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/edi-19-0/edi-19-0-despatch_advice_import
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/edi&target_branch=19.0
:alt: Try me on Runboat

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

This module will support import despatch advice file

**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 to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/edi/issues/new?body=module:%20despatch_advice_import%0Aversion:%2019.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
-------

* ACSONE SA/NV
* BCIM

Contributors
------------

- Laurent Mignon <laurent.mignon@acsone.eu>

- `Trobz <https://trobz.com>`__:

- Thien <thienvh@trobz.com>

- Simone Orsi <simone.orsi@camptocamp.com>

- Jacques-Etienne Baudoux <je@bcim.be>

Other credits
-------------



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-jbaudoux| image:: https://github.com/jbaudoux.png?size=40px
:target: https://github.com/jbaudoux
:alt: jbaudoux

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

|maintainer-jbaudoux|

This module is part of the `OCA/edi <https://github.com/OCA/edi/tree/19.0/despatch_advice_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 despatch_advice_import/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import wizard
22 changes: 22 additions & 0 deletions despatch_advice_import/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 2020 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Despatch Advice Import",
"summary": "Despatch Advice import",
"version": "19.0.1.0.0",
"website": "https://github.com/OCA/edi",
"license": "AGPL-3",
"author": "ACSONE SA/NV, BCIM, Odoo Community Association (OCA)",
"maintainers": ["jbaudoux"],
"depends": [
# Odoo/core
"purchase_stock",
# OCA/edi
"base_business_document_import",
# OCA/reporting-engine
"pdf_xml_attachment",
],
"data": ["security/ir.model.access.csv", "wizard/despatch_advice_import.xml"],
"installable": True,
}
232 changes: 232 additions & 0 deletions despatch_advice_import/i18n/despatch_advice_import.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,232 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * despatch_advice_import
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: despatch_advice_import
#: model:ir.model.fields,field_description:despatch_advice_import.field_despatch_advice_import__allow_validate_over_qty
msgid "Allow Validate Over Quantity"
msgstr ""

#. module: despatch_advice_import
#: model_terms:ir.ui.view,arch_db:despatch_advice_import.despatch_advice_import_form_view
msgid "Cancel"
msgstr ""

#. module: despatch_advice_import
#: model:ir.model.fields,field_description:despatch_advice_import.field_despatch_advice_import__create_uid
msgid "Created by"
msgstr ""

#. module: despatch_advice_import
#: model:ir.model.fields,field_description:despatch_advice_import.field_despatch_advice_import__create_date
msgid "Created on"
msgstr ""

#. module: despatch_advice_import
#. odoo-python
#: code:addons/despatch_advice_import/wizard/despatch_advice_import.py:0
#, python-format
msgid "Delivery cancelled by the supplier."
msgstr ""

#. module: despatch_advice_import
#. odoo-python
#: code:addons/despatch_advice_import/wizard/despatch_advice_import.py:0
#, python-format
msgid "Delivery confirmed by the supplier."
msgstr ""

#. module: despatch_advice_import
#. odoo-python
#: code:addons/despatch_advice_import/wizard/despatch_advice_import.py:0
#, python-format
msgid "Delivery confirmed with amendment by the supplier."
msgstr ""

#. module: despatch_advice_import
#: model_terms:ir.ui.view,arch_db:despatch_advice_import.despatch_advice_import_form_view
msgid "Despatch Advice Import"
msgstr ""

#. module: despatch_advice_import
#: model:ir.model,name:despatch_advice_import.model_despatch_advice_import
msgid "Despatch Advice Import from Files"
msgstr ""

#. module: despatch_advice_import
#: model:ir.model.fields,field_description:despatch_advice_import.field_despatch_advice_import__display_name
msgid "Display Name"
msgstr ""

#. module: despatch_advice_import
#: model:ir.model.fields,field_description:despatch_advice_import.field_despatch_advice_import__filename
msgid "File Name"
msgstr ""

#. module: despatch_advice_import
#: model:ir.model.fields,field_description:despatch_advice_import.field_despatch_advice_import__id
msgid "ID"
msgstr ""

#. module: despatch_advice_import
#: model_terms:ir.ui.view,arch_db:despatch_advice_import.despatch_advice_import_form_view
msgid ""
"If it is a PDF file, Odoo will try to find an XML file in the attachments of"
" the PDF file and then use this XML file."
msgstr ""

#. module: despatch_advice_import
#: model_terms:ir.ui.view,arch_db:despatch_advice_import.despatch_advice_import_form_view
msgid ""
"If it is an XML file, Odoo will parse it if the module that adds support for"
" this XML format is installed. For the"
msgstr ""

#. module: despatch_advice_import
#: model:ir.actions.act_window,name:despatch_advice_import.despatch_advice_import_action
msgid "Import"
msgstr ""

#. module: despatch_advice_import
#: model_terms:ir.ui.view,arch_db:despatch_advice_import.despatch_advice_import_form_view
msgid "Import document"
msgstr ""

#. module: despatch_advice_import
#: model:ir.model.fields,field_description:despatch_advice_import.field_despatch_advice_import____last_update
msgid "Last Modified on"
msgstr ""

#. module: despatch_advice_import
#: model:ir.model.fields,field_description:despatch_advice_import.field_despatch_advice_import__write_uid
msgid "Last Updated by"
msgstr ""

#. module: despatch_advice_import
#: model:ir.model.fields,field_description:despatch_advice_import.field_despatch_advice_import__write_date
msgid "Last Updated on"
msgstr ""

#. module: despatch_advice_import
#. odoo-python
#: code:addons/despatch_advice_import/wizard/despatch_advice_import.py:0
#, python-format
msgid "Missing document file"
msgstr ""

#. module: despatch_advice_import
#. odoo-python
#: code:addons/despatch_advice_import/wizard/despatch_advice_import.py:0
#, python-format
msgid "Missing document filename"
msgstr ""

#. module: despatch_advice_import
#. odoo-python
#: code:addons/despatch_advice_import/wizard/despatch_advice_import.py:0
#: code:addons/despatch_advice_import/wizard/despatch_advice_import.py:0
#, python-format
msgid "No purchase order found for name %s."
msgstr ""

#. module: despatch_advice_import
#. odoo-python
#: code:addons/despatch_advice_import/tests/test_despatch_advice_import.py:0
#, python-format
msgid "No purchase order found for name 123456."
msgstr ""

#. module: despatch_advice_import
#. odoo-python
#: code:addons/despatch_advice_import/wizard/despatch_advice_import.py:0
#, python-format
msgid "The product quantity is greater than the original product quantity"
msgstr ""

#. module: despatch_advice_import
#. odoo-python
#: code:addons/despatch_advice_import/wizard/despatch_advice_import.py:0
#, python-format
msgid "There are no embedded XML file in this PDF file."
msgstr ""

#. module: despatch_advice_import
#. odoo-python
#: code:addons/despatch_advice_import/wizard/despatch_advice_import.py:0
#, python-format
msgid "This XML file is not XML-compliant"
msgstr ""

#. module: despatch_advice_import
#. odoo-python
#: code:addons/despatch_advice_import/wizard/despatch_advice_import.py:0
#, python-format
msgid ""
"This file '%s' is not recognised as XML nor PDF file. Please check the file "
"and it's extension."
msgstr ""

#. module: despatch_advice_import
#. odoo-python
#: code:addons/despatch_advice_import/wizard/despatch_advice_import.py:0
#, python-format
msgid ""
"This type of XML Order Document is not supported. Did you install the module"
" to support this XML format?"
msgstr ""

#. module: despatch_advice_import
#. odoo-python
#: code:addons/despatch_advice_import/wizard/despatch_advice_import.py:0
#, python-format
msgid ""
"This type of XML Order Response is not supported. Did you install the module"
" to support this XML format?"
msgstr ""

#. module: despatch_advice_import
#: model:ir.ui.menu,name:despatch_advice_import.despatch_advice_import_importer_menu
msgid "UBL Despatch Advice Importer"
msgstr ""

#. module: despatch_advice_import
#: model_terms:ir.ui.view,arch_db:despatch_advice_import.despatch_advice_import_form_view
msgid "Universal Business Language"
msgstr ""

#. module: despatch_advice_import
#: model:ir.model.fields,help:despatch_advice_import.field_despatch_advice_import__document
msgid ""
"Upload an Despatch Advice file that you received from your supplier. "
"Supported formats: XML and PDF (PDF with an embeded XML file)."
msgstr ""

#. module: despatch_advice_import
#: model_terms:ir.ui.view,arch_db:despatch_advice_import.despatch_advice_import_form_view
msgid ""
"Upload below the DespatchAdvice you received from your supplier. When you "
"click on the import button:"
msgstr ""

#. module: despatch_advice_import
#: model:ir.model.fields,field_description:despatch_advice_import.field_despatch_advice_import__document
msgid "XML or PDF Despatch Advice"
msgstr ""

#. module: despatch_advice_import
#: model_terms:ir.ui.view,arch_db:despatch_advice_import.despatch_advice_import_form_view
msgid ""
"format (UBL), you should install the module "
"<em>despatch_advice_import_ubl</em>."
msgstr ""
Loading
Loading