-
- Downloads
[FIX] account_edi_ubl_cii: allow the import of Customer Invoices
Before this commit: - Go to Accounting / Customer Invoices - Upload a PDF with Factur-X XML embedded - The document is uploaded as a Vendor Bill This should not be the case anymore since we want to allow the import of customer invoices (that can be generated elsewhere) This commit makes sure that we check from where we import the PDF (Upload button of Customer Invoices or Vendor Bills) to determine in which journal the generated invoice should go via the context. task-id 2961932 Part-of: odoo/odoo#99247
Showing
- addons/account_edi_ubl_cii/models/account_edi_common.py 3 additions, 2 deletionsaddons/account_edi_ubl_cii/models/account_edi_common.py
- addons/account_edi_ubl_cii/models/account_edi_format.py 1 addition, 5 deletionsaddons/account_edi_ubl_cii/models/account_edi_format.py
- addons/account_edi_ubl_cii/models/account_edi_xml_cii_facturx.py 3 additions, 3 deletions...account_edi_ubl_cii/models/account_edi_xml_cii_facturx.py
- addons/account_edi_ubl_cii/models/account_edi_xml_ubl_20.py 3 additions, 3 deletionsaddons/account_edi_ubl_cii/models/account_edi_xml_ubl_20.py
Loading
Please register or sign in to comment