Skip to content
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

Syncing from upstream OCA/management-system (17.0) #458

Merged
merged 49 commits into from
Oct 13, 2024
Merged

Conversation

bt-admin
Copy link

bt_gitbot

Maxime Chambreuil and others added 30 commits October 11, 2024 13:52
* Initial commit. Import from extra-addons.
* cleanup
* Group references. Reported by michaelgiesbrecht on the forum.
* Icons
* Move audittrail dependency from mgmtsystem to requiring modules
…; fixed AGPL-3 reference + .py files licenses to AGPL
* [FIX] Bogus import in mgmtsystem_review.

  The wizard sub-module doesn't exist in this module and in openerp 7.0,
  it caused problems.

* [MIG] 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] 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.

* [IMP] 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.
…installed if the audittrail module is installed.
* [FIX] Migration folder names
* label Poplicy n'est pas au bonne endroit
* [UPG] module manifest and views to v7 format
* [IMP] Add company_id and its default value
* [IMP] Add company_id in views
* [FIX] Missing object : review_line
* [IMP] mgmtsystem_*_security.xml files
* [FIX] PEP8 compliance after running flake8
Fix imports and replaced survey.responses by survey.user_input
Removed vim lines
[IMP] Add README.rst and data, views and models directories
Remove executable flag on python files and xml
Moved icon
[IMP] - mgmtsystem_review: Improved view and fixed typo.
[ADD] - mgmtsystem_review: Updated pot and added spanish translation.
[FIX] - mgmtsystem_review: Fixed translation template.
[REM] Migration files
[IMP] Description, version
[IMP] Add "Try me" button
[IMP] Remove osv
[FIX] Formatting in README.rst
[FIX] import models
[IMP] Migrate to new API
[FIX] AttributeError: 'module' object has no attribute 'Many2Many'
[FIX] Trailing comma after field definition
Currently translated at 100.0% (53 of 53 strings)

Translation: management-system-12.0/management-system-12.0-mgmtsystem_review
Translate-URL: https://translation.odoo-community.org/projects/management-system-12-0/management-system-12-0-mgmtsystem_review/pt_BR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: management-system-12.0/management-system-12.0-mgmtsystem_review
Translate-URL: https://translation.odoo-community.org/projects/management-system-12-0/management-system-12-0-mgmtsystem_review/
Currently translated at 100.0% (53 of 53 strings)

Translation: management-system-12.0/management-system-12.0-mgmtsystem_review
Translate-URL: https://translation.odoo-community.org/projects/management-system-12-0/management-system-12-0-mgmtsystem_review/de/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: management-system-13.0/management-system-13.0-mgmtsystem_review
Translate-URL: https://translation.odoo-community.org/projects/management-system-13-0/management-system-13-0-mgmtsystem_review/
Tobias Zehntner and others added 19 commits October 11, 2024 13:52
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: management-system-14.0/management-system-14.0-mgmtsystem_review
Translate-URL: https://translation.odoo-community.org/projects/management-system-14-0/management-system-14-0-mgmtsystem_review/
Currently translated at 60.2% (53 of 88 strings)

Translation: management-system-14.0/management-system-14.0-mgmtsystem_review
Translate-URL: https://translation.odoo-community.org/projects/management-system-14-0/management-system-14-0-mgmtsystem_review/it/
Currently translated at 100.0% (88 of 88 strings)

Translation: management-system-15.0/management-system-15.0-mgmtsystem_review
Translate-URL: https://translation.odoo-community.org/projects/management-system-15-0/management-system-15-0-mgmtsystem_review/it/
Signed-off-by max3903
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: management-system-17.0/management-system-17.0-mgmtsystem_review
Translate-URL: https://translation.odoo-community.org/projects/management-system-17-0/management-system-17-0-mgmtsystem_review/
@bt-admin bt-admin added the 17.0 label Oct 13, 2024
@bt-admin bt-admin merged commit 46ca468 into brain-tec:17.0 Oct 13, 2024
4 checks passed
Copy link

codecov bot commented Oct 13, 2024

Codecov Report

Attention: Patch coverage is 97.82609% with 1 line in your changes missing coverage. Please review.

Project coverage is 94.72%. Comparing base (4e3a7b0) to head (2fa3faa).
Report is 63 commits behind head on 17.0.

Files with missing lines Patch % Lines
mgmtsystem_review/models/mgmtsystem_review_line.py 90.90% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             17.0     #458      +/-   ##
==========================================
+ Coverage   94.53%   94.72%   +0.18%     
==========================================
  Files          54       60       +6     
  Lines         769      815      +46     
  Branches       72       75       +3     
==========================================
+ Hits          727      772      +45     
  Misses         38       38              
- Partials        4        5       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.