From c88a1b199db35f7185a51a9823b49743114fb082 Mon Sep 17 00:00:00 2001 From: Enrique Barcelli Date: Thu, 7 Dec 2023 20:40:17 +0800 Subject: [PATCH] Improve documentation about how to use the comment_product feature --- config-sample.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config-sample.py b/config-sample.py index 7ae86cb..3630c67 100644 --- a/config-sample.py +++ b/config-sample.py @@ -12,7 +12,10 @@ userpass_b64 = base64.b64encode((ob_user+':'+ob_pass).encode('ascii')).decode('a # 2) you may enter the user:password base64 encoded #userpass_b64 = "your-ob-user:your-ob-password-base64-encoded" -# You may use this one product as a 'comment' in order to print the invoice line description instead of the product description +# You may use a special product as a 'comment flag' in order to print the invoice line description instead of the product description. +# To take advantage of this feature, first create a product for this purpose in the Master Data of Openbravo, and then update +# the line below to match the 'Search Key' of that specific product: +# comment_product = 'search-key-of-your-comment-product' comment_product = 'Comment/Note' # Banqup API parameters