diff --git a/pos_edit_order_line/README.rst b/pos_edit_order_line/README.rst index 976a844e21..1ab4dfb8a5 100644 --- a/pos_edit_order_line/README.rst +++ b/pos_edit_order_line/README.rst @@ -7,7 +7,7 @@ POS Edit Order Line !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:44dde903de0f82d6771fb69606890611023369cf3690d38548eb877a494144cc + !! source digest: sha256:0e5cf2f4c94745193bdc0f18714083d841767d40fc17bd62dd8ea5011d230fc3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pos_edit_order_line/__manifest__.py b/pos_edit_order_line/__manifest__.py index ead354b40a..09a4cc70f3 100644 --- a/pos_edit_order_line/__manifest__.py +++ b/pos_edit_order_line/__manifest__.py @@ -15,6 +15,7 @@ "depends": ["point_of_sale"], "external_dependencies": {}, "demo": [], + "images": ["static/description/banner.png"], "data": ["views/res_config_settings_view.xml"], "assets": { "point_of_sale.assets": [ diff --git a/pos_edit_order_line/static/description/banner.png b/pos_edit_order_line/static/description/banner.png new file mode 100755 index 0000000000..6290f0b5f1 Binary files /dev/null and b/pos_edit_order_line/static/description/banner.png differ diff --git a/pos_edit_order_line/static/description/index.html b/pos_edit_order_line/static/description/index.html index dd47932ad4..dd65741fdc 100644 --- a/pos_edit_order_line/static/description/index.html +++ b/pos_edit_order_line/static/description/index.html @@ -367,7 +367,7 @@

POS Edit Order Line

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:44dde903de0f82d6771fb69606890611023369cf3690d38548eb877a494144cc +!! source digest: sha256:0e5cf2f4c94745193bdc0f18714083d841767d40fc17bd62dd8ea5011d230fc3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/pos Translate me on Weblate Try me on Runboat

This module adds a button “Edit order lines” in main POS interface to allow an easier UX for cashier when editing product price, qty and discount.