-
-
Notifications
You must be signed in to change notification settings - Fork 672
[18.0][MIG] pos_access_right: Migration to 18.0 #1480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
P-H-Phuc
wants to merge
16
commits into
OCA:18.0
Choose a base branch
from
P-H-Phuc:18.0-mig-pos_access_right
base: 18.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[REF] improve description; [ADD] fr translation; [ADD] new blockage; [ADD] fr translation; [IMP] description; [FIX] [FIX] display; [FIX] remove useless feature;[FIX] bug on multi order check [REF] rename fields [FIX] add missing author [REF] improve fr translation OCA Transbot updated translations from Transifex [UPD] Update pos_access_right.pot
[DOC] update README [FIX] fix variable name [REF] the pos.config model load all fields [DOC] update website link [LINT] fix lint errors [LINT] fix lint errors [UPD] README.rst [UPD] Update pos_access_right.pot
Updated by Update PO files to match POT (msgmerge) hook in Weblate. Added translation using Weblate (Russian)
Currently translated at 50.0% (10 of 20 strings) Translation: pos-12.0/pos-12.0-pos_access_right Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_access_right/ru/
[UPD] Update pos_access_right.pot [FIX] eslint [UPD] Update pos_access_right.pot
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: pos-12.0/pos-12.0-pos_access_right Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_access_right/ [UPD] README.rst
[IMP] : black, isort, prettier
[UPD] Update pos_access_right.pot [UPD] README.rst pos_access_right 14.0.1.0.1 Translated using Weblate (French) Currently translated at 100.0% (23 of 23 strings) Translation: pos-14.0/pos-14.0-pos_access_right Translate-URL: https://translation.odoo-community.org/projects/pos-14-0/pos-14-0-pos_access_right/fr/ Translated using Weblate (Catalan) Currently translated at 100.0% (23 of 23 strings) Translation: pos-14.0/pos-14.0-pos_access_right Translate-URL: https://translation.odoo-community.org/projects/pos-14-0/pos-14-0-pos_access_right/ca/ [FIX] pos_access_right : remove bad css that impact all PoS
Translated using Weblate (Italian) Currently translated at 100.0% (25 of 25 strings) Translation: pos-14.0/pos-14.0-pos_access_right Translate-URL: https://translation.odoo-community.org/projects/pos-14-0/pos-14-0-pos_access_right/it/
[UPD] Update pos_access_right.pot [BOT] post-merge updates
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: pos-16.0/pos-16.0-pos_access_right Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_access_right/ Translated using Weblate (Spanish) Currently translated at 100.0% (17 of 17 strings) Translation: pos-16.0/pos-16.0-pos_access_right Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_access_right/es/ Translated using Weblate (Italian) Currently translated at 100.0% (17 of 17 strings) Translation: pos-16.0/pos-16.0-pos_access_right Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_access_right/it/ [FIX] eslint error 'no-shadow' in all modules [BOT] post-merge updates [FIX]pos_access_right: change deleteOrder to _onDeleteOrder [BOT] post-merge updates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This module extends Odoo Point Of Sale features, restricting possibility to cashier to make some actions in the Point of Sale. This module will add the following groups to Odoo:
PoS - Negative Quantity: The cashier can sell negative quantity in
Point Of Sale (ie, can return products);
PoS - Discount: The cashier can set Discount in Point Of Sale;
PoS - Change Unit Price: The cashier can change the unit price of
a product in Point Of Sale;
PoS - Many Orders: The cashier can many orders at the same time;
PoS - Delete Order: The cashier can not delete a full order;