-
-
Notifications
You must be signed in to change notification settings - Fork 303
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] mgmtsystem_audit #590
Conversation
23f828a
to
3e6e88a
Compare
/ocabot migration mgmtsystem_audit |
@m1k3lm Can you rebase to get the dependency? |
…he model and the views + #5119 - Grouped the list by procedure.
* [FIX] group_mgmtsystem_manager XML ID * [IMP] mgmtsystem_kpi * [FIX] Group references. Reported by michaelgiesbrecht on the forum. * [ADD] Icons * [IMP] Move audittrail dependency from mgmtsystem to requiring modules
…with addons modules from v7
… + Selections use words instead of letters; fixed AGPL-3 reference
…ded 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.
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.
* [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.
* [CHG] Making audit trail rules an option. They will be automatically installed if the audittrail module is installed. * [FIX] Bug 1137555 * [FIX] let the orm handle m2m fields; updating to new orm.Model notation.
…creating an Audit Verification Line
…language + Use built-in "user" report variable instead of a custom one.
* module manifest and views to v7 format * Add company_id and its default value * Add company_id in views * mgmtsystem_*_security.xml files
* Adapted audit to use openchatter * Adding Audit Manager field * Automatically add the Auditors, Auditees and Audit Manager to the follow list when creating Audit * Audit closing posts to chatter; fix to autosub * Added email templates that send one a week before and one 2 weeks before audit. * Added object's direct link to emails.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: management-system-16.0/management-system-16.0-mgmtsystem_audit Translate-URL: https://translation.odoo-community.org/projects/management-system-16-0/management-system-16-0-mgmtsystem_audit/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: management-system-16.0/management-system-16.0-mgmtsystem_audit Translate-URL: https://translation.odoo-community.org/projects/management-system-16-0/management-system-16-0-mgmtsystem_audit/
Currently translated at 100.0% (111 of 111 strings) Translation: management-system-16.0/management-system-16.0-mgmtsystem_audit Translate-URL: https://translation.odoo-community.org/projects/management-system-16-0/management-system-16-0-mgmtsystem_audit/it/
Currently translated at 100.0% (111 of 111 strings) Translation: management-system-16.0/management-system-16.0-mgmtsystem_audit Translate-URL: https://translation.odoo-community.org/projects/management-system-16-0/management-system-16-0-mgmtsystem_audit/es/
defaeab
to
565de4c
Compare
@max3903 Done! |
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
@max3903 The merge process could not be finalized, because command
|
565de4c
to
03f3ae8
Compare
03f3ae8
to
d6e3184
Compare
@max3903 removed .rst files. |
/ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at c5e8e0b. Thanks a lot for contributing to OCA. ❤️ |
Started the PR again to get rid of the mess at #561
Depends on: