-
- Downloads
[FIX] l10n_fr_pos_cert: Allow price modification
Currently, the module l10n_fr_pos_cert (France - VAT Anti-Fraud Certification):
Prevent price modification
Prevent from inserting negative lines while decreasing quantity
Hash links between orders
Print the hash onto the ticket
This commit allows the price modification of the products.
To be compliant with the law, we track any price modification on the ticket and on the product screen.
closes odoo/odoo#104429
Task-id: 2610576
Signed-off-by:
Masereel Pierre <pim@odoo.com>
Showing
- addons/l10n_fr_pos_cert/static/src/js/NumpadWidget.js 0 additions, 20 deletionsaddons/l10n_fr_pos_cert/static/src/js/NumpadWidget.js
- addons/l10n_fr_pos_cert/static/src/xml/OrderReceipt.xml 15 additions, 0 deletionsaddons/l10n_fr_pos_cert/static/src/xml/OrderReceipt.xml
- addons/l10n_fr_pos_cert/static/src/xml/Orderline.xml 19 additions, 0 deletionsaddons/l10n_fr_pos_cert/static/src/xml/Orderline.xml
- addons/point_of_sale/static/src/js/models.js 2 additions, 0 deletionsaddons/point_of_sale/static/src/js/models.js
Loading
Please register or sign in to comment