Skip to content

[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

Conversation

flachica
Copy link
Contributor

@flachica flachica mentioned this pull request Mar 17, 2020
21 tasks
@max3903 max3903 added this to the 13.0 milestone Mar 17, 2020
OCA-git-bot and others added 25 commits March 21, 2020 20:08
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.
"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
@flachica flachica force-pushed the 13.0-mig-document_page_environment_manual branch from 471f945 to 18fe18e Compare March 21, 2020 19:10
Copy link
Member

@dreispt dreispt left a 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.

@flachica flachica closed this Apr 2, 2020
@flachica flachica deleted the 13.0-mig-document_page_environment_manual branch April 2, 2020 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.