Improve documentation about how to use the comment_product feature

This commit is contained in:
Enrique Barcelli 2023-12-07 20:40:17 +08:00
parent 825af6b8d2
commit c88a1b199d
Signed by: kikobar
GPG key ID: 006C13A68E25D3B7

View file

@ -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 # 2) you may enter the user:password base64 encoded
#userpass_b64 = "your-ob-user:your-ob-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' comment_product = 'Comment/Note'
# Banqup API parameters # Banqup API parameters