-
- Downloads
[IMP] ipoint_of_sale,l10n_in_pos: customer and HSN code on receipt
To be compliant with the indian law, some informations should be
displayed on the receipt in the POS.
So we've added the customer name and phone nulber if any. We've also
added the HSN code of products for each line.
closes odoo/odoo#36590
Task-id: 2000231
Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
Showing
- addons/l10n_in_pos/__manifest__.py 4 additions, 0 deletionsaddons/l10n_in_pos/__manifest__.py
- addons/l10n_in_pos/static/src/js/receipt.js 17 additions, 0 deletionsaddons/l10n_in_pos/static/src/js/receipt.js
- addons/l10n_in_pos/static/src/xml/pos_receipt.xml 22 additions, 0 deletionsaddons/l10n_in_pos/static/src/xml/pos_receipt.xml
- addons/l10n_in_pos/views/point_of_sale.xml 8 additions, 0 deletionsaddons/l10n_in_pos/views/point_of_sale.xml
- addons/point_of_sale/static/src/js/models.js 1 addition, 1 deletionaddons/point_of_sale/static/src/js/models.js
Loading
Please register or sign in to comment