Initial commit: OCA Technical packages (595 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:03 +02:00
commit 2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions

View file

@ -0,0 +1,23 @@
if you want to display in the main screen some important buttons:
* Go to 'Point of Sale > Configuration > Settings'
* Edit the field 'Important Buttons' and write the technical name of the buttons.
.. image:: ../static/img/configure_important_buttons.png
Here are for the official modules, the following possibles values:
* ``point_of_sale`` : ProductInfoButton, SetFiscalPositionButton, OrderlineCustomerNoteButton, SetPricelistButton, RefundButton
* ``pos_sale``: SetSaleOrderButton
* ``pos_discount``: DiscountButton
* ``pos_loyalty``: RewardButton, ResetProgramsButton, eWalletButton, PromoCodeButton
* ``pos_restaurant``: SplitBillButton, SubmitOrderButton, TransferOrderButton, PrintBillButton, TableGuestsButton, OrderlineNoteButton
As a result, selected buttons will be displayed in the main screen:
.. image:: ../static/img/important_buttons_displayed.png