-
-
Notifications
You must be signed in to change notification settings - Fork 334
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] document_page_approval: Migration to 17.0 #509
[17.0][MIG] document_page_approval: Migration to 17.0 #509
Commits on Nov 12, 2024
-
create document_page_approval module
(../7.0pageapproval/ rev 1) fix status bar in page approval (../7.0pageapproval/ rev 2) change approval workflow in page history and started to add showing approved page in normal page (../7.0pageapproval/ rev 3) show last approved content and aproved by (../7.0pageapproval/ rev 4) Fix bug on page creation (../7.0pageapproval/ rev 5) add status in history tree view (../7.0pageapproval/ rev 6) add a need approval field and hide the workflow when no approval needed (../7.0pageapproval/ rev 7) add access validation to approval (../7.0pageapproval/ rev 8) give rigth to Page aprover group on the page_history model and hide the button for unallowed group thought the security isn't enforced a the orm level (../7.0pageapproval/ rev 9) made invisible the prover group when not needed (../7.0pageapproval/ rev 10) add email to aprovers group's members (../7.0pageapproval/ rev 11)
Configuration menu - View commit details
-
Copy full SHA for 7844730 - Browse repository at this point
Copy the full SHA 7844730View commit details -
[ADD] Translation file + french [FIX] employee_id field does not exist [FIX] user_email field deprecated [IMP] Split long lines [ADD] Images
Configuration menu - View commit details
-
Copy full SHA for 75b25fa - Browse repository at this point
Copy the full SHA 75b25faView commit details -
Configuration menu - View commit details
-
Copy full SHA for df5c849 - Browse repository at this point
Copy the full SHA df5c849View commit details -
fix act_draft and minor ui fix remove unused variables change order of xml data files
Configuration menu - View commit details
-
Copy full SHA for 1b562a6 - Browse repository at this point
Copy the full SHA 1b562a6View commit details -
Comment workflow that cause the error
It should work but further errors could help understand what's going Commented other necessary part Add back workflow Add dependency to knowledge
Configuration menu - View commit details
-
Copy full SHA for e110881 - Browse repository at this point
Copy the full SHA e110881View commit details -
[IMP] - Changed string from email template.
[IMP] - Improved views to match document_page improvements. [IMP] - Added notification to followers when a new version is approved. [ADD] - Updated document_page_approval pot and added es translations. [IMP] - document_page_approval: Updated spanish translation.
Configuration menu - View commit details
-
Copy full SHA for 9a499b9 - Browse repository at this point
Copy the full SHA 9a499b9View commit details -
[FIX] - document-page-approval: Fixes OCA#60 url not valid when websi…
…te module is installed.
Configuration menu - View commit details
-
Copy full SHA for 1497f2d - Browse repository at this point
Copy the full SHA 1497f2dView commit details -
[MIG] document_page_approval: Migration to 9.0
* Lint error corrected * test improved * lint error corrected in test file * readme corrected * test improved * test of document page history workflow added * CI error corrected * dreipst comment * Migration to new api improved in model's file and data tag remove in xml file * code totally migrate to odoo 9.0 api * test bug fixed * test error fixed * Lint error improved
Configuration menu - View commit details
-
Copy full SHA for 7c74b68 - Browse repository at this point
Copy the full SHA 7c74b68View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5fea1f - Browse repository at this point
Copy the full SHA c5fea1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7a1424 - Browse repository at this point
Copy the full SHA a7a1424View commit details -
[IMP][10.0][document_page_approval] Change Requests and workflow impr…
…ovements on documents (OCA#155)
Configuration menu - View commit details
-
Copy full SHA for c3bb2e0 - Browse repository at this point
Copy the full SHA c3bb2e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99bace0 - Browse repository at this point
Copy the full SHA 99bace0View commit details -
[FIX+IMP] document_page_approval:
* Rename classes and files to match model names, and removed workflow engine. * Some fields should be readonly if not in draft. * Allow Knowledge / Manager to edit previous history names and summary * Improve ux by adding user_has_drafts to document pages. * Changes because of implementation of active field on document_page * Add ir.rules for document.page.history * Allow to quickly cancel&draft from 'to approve' state * FIX BUG: am_i_approver was being run as sudo(), hence always giving the user Approving rights. * FIX hooks Because of default='draft' on the state field, state IS NULL wasn't selecting anything. Left the condition in case this is changed in the future.
Configuration menu - View commit details
-
Copy full SHA for 0915ea6 - Browse repository at this point
Copy the full SHA 0915ea6View commit details -
[ADD] icon.png
Configuration menu - View commit details
-
Copy full SHA for a0910c6 - Browse repository at this point
Copy the full SHA a0910c6View commit details -
[FIX] document_page_aproval: Modify in records rules
Add the the group eployee to the rule "Change Request Global" to allow to the user with the rule "Change Request Approver" to create pages
Configuration menu - View commit details
-
Copy full SHA for 3c038cf - Browse repository at this point
Copy the full SHA 3c038cfView commit details -
[MIG] document_page_approval: Migration to v12
[UPD] Update document_page_approval.pot
Configuration menu - View commit details
-
Copy full SHA for b885671 - Browse repository at this point
Copy the full SHA b885671View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2653fc - Browse repository at this point
Copy the full SHA b2653fcView commit details -
Migrate to 13.0 document_page_approval
To pass test is necesary set approval required to False in demo data
Configuration menu - View commit details
-
Copy full SHA for 4257dd7 - Browse repository at this point
Copy the full SHA 4257dd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for af56fba - Browse repository at this point
Copy the full SHA af56fbaView commit details -
[MIG] document_page_approval: Migration to 14.0
[UPD] Update document_page_approval.pot [UPD] README.rst
Configuration menu - View commit details
-
Copy full SHA for 0db8877 - Browse repository at this point
Copy the full SHA 0db8877View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21c3bab - Browse repository at this point
Copy the full SHA 21c3babView commit details -
[MIG] document_page_approval: Migration to 15.0
TT36950 [UPD] Update document_page_approval.pot [UPD] README.rst
Configuration menu - View commit details
-
Copy full SHA for 9a203c4 - Browse repository at this point
Copy the full SHA 9a203c4View commit details -
[16.0][MIG] document_page_approval: Migration to 16.0
[UPD] Update document_page_approval.pot [UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/
Configuration menu - View commit details
-
Copy full SHA for 855ada5 - Browse repository at this point
Copy the full SHA 855ada5View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (61 of 61 strings) Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/it/ Translated using Weblate (Italian) Currently translated at 100.0% (61 of 61 strings) Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/it/
Configuration menu - View commit details
-
Copy full SHA for a8534ab - Browse repository at this point
Copy the full SHA a8534abView commit details -
Translated using Weblate (Croatian)
Currently translated at 83.6% (51 of 61 strings) Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/hr/ Translated using Weblate (Croatian) Currently translated at 96.7% (59 of 61 strings) Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/hr/
Configuration menu - View commit details
-
Copy full SHA for 1138d05 - Browse repository at this point
Copy the full SHA 1138d05View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (61 of 61 strings) Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/it/
Configuration menu - View commit details
-
Copy full SHA for 37b8da5 - Browse repository at this point
Copy the full SHA 37b8da5View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (61 of 61 strings) Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/it/
Configuration menu - View commit details
-
Copy full SHA for a91aeb6 - Browse repository at this point
Copy the full SHA a91aeb6View commit details -
[FIX] document_page_approval: Change mail template expressions
[UPD] Update document_page_approval.pot document_page_approval 16.0.1.1.0 Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/
Configuration menu - View commit details
-
Copy full SHA for 012c735 - Browse repository at this point
Copy the full SHA 012c735View commit details -
Translated using Weblate (Italian)
Currently translated at 96.7% (59 of 61 strings) Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/it/ Translated using Weblate (Italian) Currently translated at 96.7% (59 of 61 strings) Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/it/ [UPD] Update document_page_approval.pot Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/
Configuration menu - View commit details
-
Copy full SHA for 77c573c - Browse repository at this point
Copy the full SHA 77c573cView commit details -
Translated using Weblate (Italian)
Currently translated at 96.7% (59 of 61 strings) Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/it/
Configuration menu - View commit details
-
Copy full SHA for 06e5f42 - Browse repository at this point
Copy the full SHA 06e5f42View commit details -
Translated using Weblate (Spanish)
Currently translated at 95.0% (58 of 61 strings) Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/es/
Configuration menu - View commit details
-
Copy full SHA for 4ea8772 - Browse repository at this point
Copy the full SHA 4ea8772View commit details -
Translated using Weblate (Italian)
Currently translated at 96.7% (59 of 61 strings) Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/it/
Configuration menu - View commit details
-
Copy full SHA for 70e9353 - Browse repository at this point
Copy the full SHA 70e9353View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (61 of 61 strings) Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/it/
Configuration menu - View commit details
-
Copy full SHA for c4fe172 - Browse repository at this point
Copy the full SHA c4fe172View commit details -
Translated using Weblate (Spanish)
Currently translated at 100.0% (61 of 61 strings) Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/es/ [UPD] Update document_page_approval.pot [UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/
Configuration menu - View commit details
-
Copy full SHA for 41b2029 - Browse repository at this point
Copy the full SHA 41b2029View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (61 of 61 strings) Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/it/
Configuration menu - View commit details
-
Copy full SHA for 48c055e - Browse repository at this point
Copy the full SHA 48c055eView commit details -
Translated using Weblate (Spanish)
Currently translated at 100.0% (61 of 61 strings) Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/es/ [UPD] Update document_page_approval.pot Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/
Configuration menu - View commit details
-
Copy full SHA for be906f7 - Browse repository at this point
Copy the full SHA be906f7View commit details -
Translated using Weblate (Portuguese)
Currently translated at 100.0% (60 of 60 strings) Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/pt/ [UPD] Update document_page_approval.pot Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/
Configuration menu - View commit details
-
Copy full SHA for d426437 - Browse repository at this point
Copy the full SHA d426437View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (62 of 62 strings) Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/it/
Configuration menu - View commit details
-
Copy full SHA for 89bf406 - Browse repository at this point
Copy the full SHA 89bf406View commit details -
[FIX] document_page_approval: Add correct followers in history pages
[BOT] post-merge updates
Configuration menu - View commit details
-
Copy full SHA for 91564a5 - Browse repository at this point
Copy the full SHA 91564a5View commit details -
Translated using Weblate (Spanish)
Currently translated at 100.0% (62 of 62 strings) Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/es/
Configuration menu - View commit details
-
Copy full SHA for 41da8c7 - Browse repository at this point
Copy the full SHA 41da8c7View commit details -
Translated using Weblate (Swedish)
Currently translated at 100.0% (62 of 62 strings) Translation: knowledge-16.0/knowledge-16.0-document_page_approval Translate-URL: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_approval/sv/
Configuration menu - View commit details
-
Copy full SHA for 9684a7a - Browse repository at this point
Copy the full SHA 9684a7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b919f6b - Browse repository at this point
Copy the full SHA b919f6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74660f1 - Browse repository at this point
Copy the full SHA 74660f1View commit details -
[MIG] document_page_approval: Finish migration
Changes done: - Squash administrative commits - Purge translations - Remove ir.model.access.csv file - Improve tests (change to setUpClass) - Replace name_get() to _compute_display_name() (document_page) - Remove readonly=1 (redudant, it already is) defined in approved_uid and approved_date fields in views - Restore readonly=1 to the state field - Remove duplicate Back to draft button TT51529
Configuration menu - View commit details
-
Copy full SHA for 6438cd2 - Browse repository at this point
Copy the full SHA 6438cd2View commit details