Skip to content

Commit a83c8a9

Browse files
committed
[BOT] post-merge updates
1 parent 4ad1be9 commit a83c8a9

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ addon | version | maintainers | summary
3030
[account_edi_ubl_cii_check_total](account_edi_ubl_cii_check_total/) | 16.0.1.0.0 | <a href='https://github.com/sbejaoui'><img src='https://github.com/sbejaoui.png' width='32' height='32' style='border-radius:50%;' alt='sbejaoui'/></a> | This addon extends the UBL invoice import process to automatically populate the suppliers check total field based on the value found in the XML file.
3131
[account_edi_ubl_cii_invoice_line_name_enhance](account_edi_ubl_cii_invoice_line_name_enhance/) | 16.0.1.0.0 | | This module improves invoice line label generation when importing UBL vendor bills by including the product name when it is not already present.
3232
[account_edi_ubl_cii_purchase_match](account_edi_ubl_cii_purchase_match/) | 16.0.1.0.0 | <a href='https://github.com/sbejaoui'><img src='https://github.com/sbejaoui.png' width='32' height='32' style='border-radius:50%;' alt='sbejaoui'/></a> | Extend UBL vendor bill import to automatically match and link bill lines to purchase order lines using the OrderReference and product label.
33+
[account_edi_ubl_cii_purchase_match_product_packaging](account_edi_ubl_cii_purchase_match_product_packaging/) | 16.0.1.0.0 | <a href='https://github.com/sbejaoui'><img src='https://github.com/sbejaoui.png' width='32' height='32' style='border-radius:50%;' alt='sbejaoui'/></a> | Allows retrieving the correct UoM and packaging from UNECE codes when matching invoice lines with purchase orders
3334
[account_edi_ubl_cii_retrieve_tax](account_edi_ubl_cii_retrieve_tax/) | 16.0.1.0.0 | <a href='https://github.com/sbejaoui'><img src='https://github.com/sbejaoui.png' width='32' height='32' style='border-radius:50%;' alt='sbejaoui'/></a> <a href='https://github.com/jbaudoux'><img src='https://github.com/jbaudoux.png' width='32' height='32' style='border-radius:50%;' alt='jbaudoux'/></a> | Match taxes on UBL import using UNECE tax codes
3435
[account_edi_ubl_cii_supplier_invoice_number](account_edi_ubl_cii_supplier_invoice_number/) | 16.0.1.0.0 | | This addon extends the UBL invoice import process to automatically populate the suppliers invoice number based on the value found in the XML file.
3536
[account_edi_ubl_move_line_uom_and_packaging_unece](account_edi_ubl_move_line_uom_and_packaging_unece/) | 16.0.1.0.0 | | Adds UNECE-based detection of UoM and packaging on invoice lines during UBL import.

setup/_metapackage/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20260608.0
1+
16.0.20260608.1

setup/_metapackage/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
'odoo-addon-account_edi_ubl_cii_check_total>=16.0dev,<16.1dev',
1717
'odoo-addon-account_edi_ubl_cii_invoice_line_name_enhance>=16.0dev,<16.1dev',
1818
'odoo-addon-account_edi_ubl_cii_purchase_match>=16.0dev,<16.1dev',
19+
'odoo-addon-account_edi_ubl_cii_purchase_match_product_packaging>=16.0dev,<16.1dev',
1920
'odoo-addon-account_edi_ubl_cii_retrieve_tax>=16.0dev,<16.1dev',
2021
'odoo-addon-account_edi_ubl_cii_supplier_invoice_number>=16.0dev,<16.1dev',
2122
'odoo-addon-account_edi_ubl_move_line_uom_and_packaging_unece>=16.0dev,<16.1dev',

0 commit comments

Comments
 (0)