-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
[17.0][MIG] sign_oca: Migration to 17.0 #70
Draft
victoralmau
wants to merge
69
commits into
OCA:17.0
Choose a base branch
from
Tecnativa:17.0-mig-sign_oca
base: 17.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.
Draft
Conversation
This file contains 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
[BOT] post-merge updates
[UPD] Update sign_oca.pot
Translated using Weblate (Italian) Currently translated at 28.2% (48 of 170 strings) Translation: sign-16.0/sign-16.0-sign_oca Translate-URL: https://translation.odoo-community.org/projects/sign-16-0/sign-16-0-sign_oca/it/ Translated using Weblate (Italian) Currently translated at 100.0% (170 of 170 strings) Translation: sign-16.0/sign-16.0-sign_oca Translate-URL: https://translation.odoo-community.org/projects/sign-16-0/sign-16-0-sign_oca/it/
[UPD] Update sign_oca.pot [BOT] post-merge updates Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sign-16.0/sign-16.0-sign_oca Translate-URL: https://translation.odoo-community.org/projects/sign-16-0/sign-16-0-sign_oca/
Currently translated at 100.0% (170 of 170 strings) Translation: sign-16.0/sign-16.0-sign_oca Translate-URL: https://translation.odoo-community.org/projects/sign-16-0/sign-16-0-sign_oca/it/ Translated using Weblate (Italian) Currently translated at 100.0% (170 of 170 strings) Translation: sign-16.0/sign-16.0-sign_oca Translate-URL: https://translation.odoo-community.org/projects/sign-16-0/sign-16-0-sign_oca/it/
[UPD] Update sign_oca.pot [BOT] post-merge updates Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sign-16.0/sign-16.0-sign_oca Translate-URL: https://translation.odoo-community.org/projects/sign-16-0/sign-16-0-sign_oca/
1. Add Sign button in request form (it was only in tree view). 2. Fix configure template action when it is created from a request.
… any user access to sign page TT41745
…expression) TT41745
- Load 'required' field in configure dialog - Show 'required' fields in red in configure mode - Load 'role_id' field in configure dialog
Unify to_sign and signer_is_allow_signature fields which had the same purpose
[BOT] post-merge updates
Currently translated at 100.0% (197 of 197 strings) Translation: sign-16.0/sign-16.0-sign_oca Translate-URL: https://translation.odoo-community.org/projects/sign-16-0/sign-16-0-sign_oca/it/
When we click 'Horizontal Tab' character we would expect to move the focus to the next item. Correctly filtering the next_items we will be able to do so.
Once the request is completely signed, all the signers should receive a copy of the final document. [UPD] Update sign_oca.pot [BOT] post-merge updates Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sign-16.0/sign-16.0-sign_oca Translate-URL: https://translation.odoo-community.org/projects/sign-16-0/sign-16-0-sign_oca/ [BOT] post-merge updates
Currently translated at 100.0% (204 of 204 strings) Translation: sign-16.0/sign-16.0-sign_oca Translate-URL: https://translation.odoo-community.org/projects/sign-16-0/sign-16-0-sign_oca/it/
[BOT] post-merge updates
Before this commit ------------------ Internal user cannot sign a document if this user's partner is a child of some other partner. Example: User "Pepe Frog" has a partner "Meme Inc, Pepe Frog" set as `user.partner_id`. This is because partner "Meme Inc" is set as a company for the partner "Pepe Frog". So when user Pepe Frog is assigned to a sign request he cannot see the "Sign" button. After this commit ----------------- User can see the "Sign" button and sign documents even if related partner has a parent partner set. [BOT] post-merge updates
Only "advanced" users have read access to ir.model, for this reason, we need to apply .sudo() [BOT] post-merge updates
[BOT] post-merge updates
Currently translated at 100.0% (204 of 204 strings) Translation: sign-16.0/sign-16.0-sign_oca Translate-URL: https://translation.odoo-community.org/projects/sign-16-0/sign-16-0-sign_oca/it/
[UPD] Update sign_oca.pot [BOT] post-merge updates Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sign-16.0/sign-16.0-sign_oca Translate-URL: https://translation.odoo-community.org/projects/sign-16-0/sign-16-0-sign_oca/
…igner_id [BOT] post-merge updates
Currently translated at 100.0% (209 of 209 strings) Translation: sign-16.0/sign-16.0-sign_oca Translate-URL: https://translation.odoo-community.org/projects/sign-16-0/sign-16-0-sign_oca/it/
Add ("signed_on", "=", False) to sign_oca_request_user_count domain - Ensures only unsigned documents are counted - Improves accuracy of pending signature notifications - Prevents signed documents from appearing in user's to-sign list [BOT] post-merge updates
WARNING devel odoo.addons.base.models.ir_model: Two fields (signer_id, signer_ids) of sign.oca.request() have the same label: Signer. [Modules: sign_oca and sign_oca] [UPD] Update sign_oca.pot Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sign-16.0/sign-16.0-sign_oca Translate-URL: https://translation.odoo-community.org/projects/sign-16-0/sign-16-0-sign_oca/
TT41745 [UPD] Update sign_oca.pot [BOT] post-merge updates Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sign-16.0/sign-16.0-sign_oca Translate-URL: https://translation.odoo-community.org/projects/sign-16-0/sign-16-0-sign_oca/
Currently translated at 100.0% (211 of 211 strings) Translation: sign-16.0/sign-16.0-sign_oca Translate-URL: https://translation.odoo-community.org/projects/sign-16-0/sign-16-0-sign_oca/it/
Currently translated at 93.8% (198 of 211 strings) Translation: sign-16.0/sign-16.0-sign_oca Translate-URL: https://translation.odoo-community.org/projects/sign-16-0/sign-16-0-sign_oca/es/
[UPD] Update sign_oca.pot [BOT] post-merge updates Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sign-16.0/sign-16.0-sign_oca Translate-URL: https://translation.odoo-community.org/projects/sign-16-0/sign-16-0-sign_oca/
> > Co-authored-by: Bernat Puig <[email protected]>
/ocabot migration sign_oca |
victoralmau
force-pushed
the
17.0-mig-sign_oca
branch
from
October 31, 2024 16:53
8af5cc7
to
802230a
Compare
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.
Supersedes #33
Migration to 17.0
@Tecnativa TT51500