diff --git a/README.md b/README.md index 3408ecf0109..c95b7ddc366 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ addon | version | maintainers | summary [product_supplierinfo_for_customer_elaboration](product_supplierinfo_for_customer_elaboration/) | 14.0.1.0.0 | | Allows to define default elaborations and elaboration notes on product customerinfos [product_supplierinfo_for_customer_sale](product_supplierinfo_for_customer_sale/) | 14.0.1.2.0 | | Loads in every sale order line the customer code defined in the product [product_supplierinfo_for_customer_sale_blanket_order](product_supplierinfo_for_customer_sale_blanket_order/) | 14.0.1.0.0 | [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) [![renda-dev](https://github.com/renda-dev.png?size=30px)](https://github.com/renda-dev) [![PicchiSeba](https://github.com/PicchiSeba.png?size=30px)](https://github.com/PicchiSeba) | Product Supplierinfo for Customer Sale Blanket Order +[product_supplierinfo_for_customer_sale_quick](product_supplierinfo_for_customer_sale_quick/) | 14.0.1.0.0 | [![toita86](https://github.com/toita86.png?size=30px)](https://github.com/toita86) | Adapts the new fields added by Product Supplierinfo for Customer Salewith the Sale Quick module. [sale_advance_payment](sale_advance_payment/) | 14.0.1.1.4 | | Allow to add advance payments on sales and then use them on invoices [sale_amount_payment_link](sale_amount_payment_link/) | 14.0.1.0.1 | | Reduce Amount to be paid while Payment Link is generated on Sale Order, depending on done Transactions. [sale_automatic_workflow](sale_automatic_workflow/) | 14.0.1.4.0 | | Sale Automatic Workflow diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 52a82f17355..14f8caac5fe 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20240518.0 \ No newline at end of file +14.0.20241018.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index c41e7c01b5a..51f77d1aed8 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -15,6 +15,7 @@ 'odoo14-addon-product_supplierinfo_for_customer_elaboration', 'odoo14-addon-product_supplierinfo_for_customer_sale', 'odoo14-addon-product_supplierinfo_for_customer_sale_blanket_order', + 'odoo14-addon-product_supplierinfo_for_customer_sale_quick', 'odoo14-addon-sale_advance_payment', 'odoo14-addon-sale_amount_payment_link', 'odoo14-addon-sale_automatic_workflow',