-
- Downloads
[IMP] account_edi_ubl_cii: create partner at import if not retrieved
When importing a vendor bill/invoice, a matching partner is searched. If
no match is found, a new partner will created.
task-3141337
closes odoo/odoo#112412
Signed-off-by:
Laurent Smet <las@odoo.com>
Showing
- addons/account_edi_ubl_cii/models/account_edi_common.py 13 additions, 1 deletionaddons/account_edi_ubl_cii/models/account_edi_common.py
- addons/account_edi_ubl_cii/models/account_edi_xml_cii_facturx.py 6 additions, 8 deletions...account_edi_ubl_cii/models/account_edi_xml_cii_facturx.py
- addons/account_edi_ubl_cii/models/account_edi_xml_ubl_20.py 12 additions, 8 deletionsaddons/account_edi_ubl_cii/models/account_edi_xml_ubl_20.py
- addons/l10n_account_edi_ubl_cii_tests/tests/common.py 6 additions, 26 deletionsaddons/l10n_account_edi_ubl_cii_tests/tests/common.py
- addons/l10n_account_edi_ubl_cii_tests/tests/test_files/from_odoo/facturx_test_import_partner.xml 127 additions, 0 deletions...ests/test_files/from_odoo/facturx_test_import_partner.xml
- addons/l10n_account_edi_ubl_cii_tests/tests/test_files/from_odoo/ubl_test_import_partner.xml 102 additions, 0 deletions...ts/tests/test_files/from_odoo/ubl_test_import_partner.xml
- addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py 44 additions, 1 deletion...s/l10n_account_edi_ubl_cii_tests/tests/test_xml_cii_fr.py
- addons/l10n_account_edi_ubl_cii_tests/tests/test_xml_ubl_be.py 44 additions, 1 deletion...s/l10n_account_edi_ubl_cii_tests/tests/test_xml_ubl_be.py
Loading
Please register or sign in to comment