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

Update project's branch with latest 16.0 #1440

Merged
merged 49 commits into from
Feb 2, 2024
Merged

Conversation

BT-cserra
Copy link

No description provided.

florian-dacosta and others added 30 commits November 28, 2023 12:23
Currently translated at 100.0% (50 of 50 strings)

Translation: server-tools-14.0/server-tools-14.0-autovacuum_message_attachment
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-autovacuum_message_attachment/es_AR/
Selection of attachments through inheriting model can be useful if
we want to purge attachments that are extended through another
model.

For example, shipping.label (from base_delivery_carrier_label)
inherits from ir.attachment but the attachment itself is linked to
the stock.picking model.
By using inheriting_model defined to shipping.label and setting
model_ids to stock.picking, we can safely select the attachments
linked to stock.pickings that are shipping labels and avoid deleting
any picking list or delivery note reports.
Currently translated at 100.0% (55 of 55 strings)

Translation: server-tools-14.0/server-tools-14.0-autovacuum_message_attachment
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-autovacuum_message_attachment/es_AR/
But allow it only if a file pattern is set, to avoid deleting all orphan attachments are some are auto-generated by Odoo
…mpanies

Having a product.template with taxes from multiple companies assigned, let a
user without all of these companies enabled set the taxes of that product.

Before this change, the taxes related to inaccessible companies will be
inadvertently removed.

Co-authored-by: Raf Ven <[email protected]>
Signed-off-by thomaspaulb
Signed-off-by thomaspaulb
Signed-off-by thomaspaulb
Signed-off-by thomaspaulb
oca-ci and others added 19 commits February 2, 2024 11:50
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-16.0/server-tools-16.0-attachment_synchronize
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-attachment_synchronize/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-16.0/server-tools-16.0-excel_import_export
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-16.0/server-tools-16.0-scheduler_error_mailer
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-scheduler_error_mailer/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-16.0/server-tools-16.0-iap_alternative_provider
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-iap_alternative_provider/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-16.0/server-tools-16.0-excel_import_export_unidecode
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export_unidecode/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-16.0/server-tools-16.0-excel_import_export_demo
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export_demo/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-16.0/server-tools-16.0-attachment_queue
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-attachment_queue/
If a field name into the parser definition doesn't exist into the model but is resolved by a callable, call the method. Prior to this change, it was o more possible to define computed json value for custome keys
Signed-off-by lmignon
[16.0] Update braintec's fork
Copy link

codecov bot commented Feb 2, 2024

Codecov Report

Attention: 28 lines in your changes are missing coverage. Please review.

Comparison is base (c9e3f01) 76.73% compared to head (831ed5a) 77.26%.

Files Patch % Lines
...utovacuum_message_attachment/models/vacuum_rule.py 76.47% 9 Missing and 3 partials ⚠️
...ovacuum_message_attachment/models/ir_attachment.py 65.38% 6 Missing and 3 partials ⚠️
...tovacuum_message_attachment/models/mail_message.py 80.00% 2 Missing and 3 partials ⚠️
...cuum_message_attachment/models/autovacuum_mixin.py 95.34% 2 Missing ⚠️
Additional details and impacted files
@@                   Coverage Diff                   @@
##           16.0.project_SA_690    #1440      +/-   ##
=======================================================
+ Coverage                76.73%   77.26%   +0.52%     
=======================================================
  Files                      284      294      +10     
  Lines                     8478     8756     +278     
  Branches                  1395     1427      +32     
=======================================================
+ Hits                      6506     6765     +259     
- Misses                    1700     1715      +15     
- Partials                   272      276       +4     

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

@BT-cserra BT-cserra merged commit 5c312a3 into 16.0.project_SA_690 Feb 2, 2024
14 checks passed
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.