-
-
Notifications
You must be signed in to change notification settings - Fork 320
[13.0][MIG] document_page_environment_manual #302
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
Closed
flachica
wants to merge
448
commits into
OCA:13.0
from
flachica:13.0-mig-document_page_environment_manual
Closed
[13.0][MIG] document_page_environment_manual #302
flachica
wants to merge
448
commits into
OCA:13.0
from
flachica:13.0-mig-document_page_environment_manual
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
max3903
approved these changes
Mar 17, 2020
Currently translated at 100.0% (117 of 117 strings) Translation: management-system-12.0/management-system-12.0-mgmtsystem_action Translate-URL: https://translation.odoo-community.org/projects/management-system-12-0/management-system-12-0-mgmtsystem_action/pt_BR/
Currently translated at 88.0% (103 of 117 strings) Translation: management-system-12.0/management-system-12.0-mgmtsystem_action Translate-URL: https://translation.odoo-community.org/projects/management-system-12-0/management-system-12-0-mgmtsystem_action/de/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: management-system-13.0/management-system-13.0-mgmtsystem Translate-URL: https://translation.odoo-community.org/projects/management-system-13-0/management-system-13-0-mgmtsystem/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: management-system-13.0/management-system-13.0-mgmtsystem_survey Translate-URL: https://translation.odoo-community.org/projects/management-system-13-0/management-system-13-0-mgmtsystem_survey/
…ons. [IMP] [#9439] Added the system reference field to the model and the views. [IMP] efficiency -> effectiveness [FIX] group_mgmtsystem_manager XML ID [IMP] mgmtsystem_kpi [FIX] Group references. Reported by michaelgiesbrecht on the forum. [ADD] Icons [IMP] Views [ADD] NC : Workflow, actions_ids [ADD] Action : Review fields [REM] NC : Effectiveness fields [IMP] Use workflow and improve filters. [FIX] button_cancel invisible and system_id readonly on closed state. [FIX] Can't group by procedure_ids
* ADD workflow reset option. ADD workflow transition from Open to Pending. CHG config tables are translatable. ADD pt translation. * CHG process sequence logic. ADD approval records for each stage. * CHG: finetunning user interface * [ADD] Actions link back to NCs. [CHG] Actions UI improvements. [DEL] Action review not necessary. [ADD] NC on_change department fills automatically responsibles. * ADD: communication & history tab for NCs * ADD: keep history record for state changes and approvals pt translations
…al module + qualification fields moved from feedback to NC; actions can be linked to projects
CHG: NC analysis is required at state 'p' CHG: added parent to group NC Causes; removed NC Category ADD: state 'analysis', between 'draft' and 'pending' CHG: NC flow logic organized according to the typical sequence CHG: small fixes and finetuning CHG: marking Apps, security review, translation pt, finetuning
* licenses and dependencies * Update hooks with addons modules from v7 * Permissions on files * Add origins and causes data
* CHG Renamed 'feedback' to 'claim', see explanation in __openerp__.py * CHG pt_pt translation * FIX Fixing fields read-only flags based on state * CHG Improving action <-> NC relationship (wip) * [FIX] fixes from review comments * [FIX] missing context; instanciation of models * [CHG] AGPL license; set verion to 1.0 * [CHG] Selections use words instead of letters; fixed AGPL-3 reference * [FIX] .py files licenses to AGPL
* NameError: global name 'context' is not defined when resetting a NC * Skeleton for migration script * openupgrade analysis
[ADD] Added migration scripts for 0.1 --> 1.0 in the modules that needed it. mgmtsystem_nonconformity: * o --> open c --> done state change. * Migrating action relations to a many2many table. * Concatening action comments in a single field mgmtsystem_audit and mgmtsystem_review: * o --> open c --> done state change. [FIX] I had accidentally broken the nonconformity/action migration shortly before commit. [FIX] Fixed "Unknown field state for domain" errors. In 7.0, it's necessary, in a view, to have the field present in a view in order to use it in a domain. I added an invisible "state" field in relevant views to fix the errors. [CHG] Adjusted mgmgsystem_nonconformity to OpenERP 7.0. Like with mgmtsystem_action, the problem comes from changes made in OpenERP's messaging system. [FIX] Broken reference to wiki's group_id. In OpenERP 7, document_page had a parent_id instead of wiki's group_id. I've fixed the broken references that we had left in nonconformity and audit. [FIX] Fixed wrongful merge. The merge of nc-extend-7.0 was incorrect. It wrongly used the 6.1 version of mgmtsystem_audit.xml and mgmtsystem_nonconformity/mgmtsystem_nonconformity.xml. Fixed this. [CHG] Updated statusbar/buttons's layout to conform to OpenERP 7.0 style. Instead of a group at the bottom of the form, it's now a <header> tag at the top. Changed Actions, Audit, Nonconformity and Review.
…ail.thread usage of notification
"osv" was mistakenly removed from imports in nc-extend.
…with orm.except_orm()+ Fixed calls to action.case_open() which were made with explicit (cr, uid, id) args. Now, these methods' arguments are implicitly set.
… replaced message history with chatter widget
* [FIX] Remaining group_id * [FIX] Update domain * [UPD] POT files * [IMP] Add company_id and its default value * [IMP] Add company_id in views * [ADD] mgmtsystem_*_security.xml files
471f945
to
18fe18e
Compare
dreispt
requested changes
Apr 2, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR should have only the module being migrated. It has 624 files including many unrelated modules.
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.
@NachoAlesLopez @guadaltech @max3903 Please, review