diff --git a/account_credit_hold/__manifest__.py b/account_credit_hold/__manifest__.py index 0212a4d..b5cc33a 100644 --- a/account_credit_hold/__manifest__.py +++ b/account_credit_hold/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Account Credit Hold', - 'version': '16.0.1.0.0', + 'version': '17.0.1.0.0', 'summary': 'Allows setting clients on credit hold, blocking the ability confirm a new sales order.', 'description': 'Allows setting clients on hold, blocking the ability confirm a new sales order.', 'category': 'Accounting/Accounting', diff --git a/bemade_add_follower_no_sendmail_default/__manifest__.py b/bemade_add_follower_no_sendmail_default/__manifest__.py index 9f654d9..68ec78f 100644 --- a/bemade_add_follower_no_sendmail_default/__manifest__.py +++ b/bemade_add_follower_no_sendmail_default/__manifest__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- { "name": "Change default when adding follower", - "version": "15.0.0.0.1", + "version": "17.0.0.0.1", "category": "Extra Tools", 'summary': 'Change default when adding follower', "description": """ diff --git a/bemade_add_follower_no_sendmail_default/models/mail_wizard_invite.py b/bemade_add_follower_no_sendmail_default/models/mail_wizard_invite.py index 986fde3..fb352d8 100644 --- a/bemade_add_follower_no_sendmail_default/models/mail_wizard_invite.py +++ b/bemade_add_follower_no_sendmail_default/models/mail_wizard_invite.py @@ -5,4 +5,7 @@ from odoo import models, fields, api class MailWizardInviteDefault(models.TransientModel): _inherit = 'mail.wizard.invite' - send_mail = fields.Boolean(default=False, help="If true, an invitation email will be sent to the recipient") + send_mail = fields.Boolean( + default=False, + help="If true, an invitation email will be sent to the recipient" + ) diff --git a/bemade_fetchmail_only_production/__manifest__.py b/bemade_fetchmail_only_production/__manifest__.py index 200ad44..9ea7f91 100644 --- a/bemade_fetchmail_only_production/__manifest__.py +++ b/bemade_fetchmail_only_production/__manifest__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- { "name": "Fetchmail Only on production environment", - "version": "15.0.0.0.1", + "version": "17.0.0.0.1", "category": "Extra Tools", 'summary': 'Fetchmail Only on production environment', "description": """ diff --git a/bemade_full_formview_from_modal/__manifest__.py b/bemade_full_formview_from_modal/__manifest__.py index 2427ab3..cbd38db 100644 --- a/bemade_full_formview_from_modal/__manifest__.py +++ b/bemade_full_formview_from_modal/__manifest__.py @@ -18,7 +18,7 @@ # { 'name': 'Full Form from Dialog', - 'version': '16.0.1.0.0', + 'version': '17.0.1.0.0', 'summary': 'Allows opening the full form view from the dialog (modal) view.', 'description': 'Adds a button to open the full form view when viewing the form view for a record in a dialog.', 'category': 'Technical', diff --git a/bemade_helpdesk_one_ticket_per_email/__manifest__.py b/bemade_helpdesk_one_ticket_per_email/__manifest__.py index fee505a..c5cf9e7 100644 --- a/bemade_helpdesk_one_ticket_per_email/__manifest__.py +++ b/bemade_helpdesk_one_ticket_per_email/__manifest__.py @@ -18,7 +18,7 @@ # { 'name': 'Helpdesk One Ticket Per Email', - 'version': '15.0.1.0.0', + 'version': '17.0.1.0.0', 'summary': 'Restrict ticket creation to a single ticket per email received.', 'category': 'Helpdesk', 'author': 'Bemade Inc.', diff --git a/bemade_hide_decimal_on_unit/__manifest__.py b/bemade_hide_decimal_on_unit/__manifest__.py index ca800a1..493b51c 100644 --- a/bemade_hide_decimal_on_unit/__manifest__.py +++ b/bemade_hide_decimal_on_unit/__manifest__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- { "name": "Hide Decimal on unit", - "version": "15.0.0.1.1", + "version": "17.0.0.1.1", "category": "Extra Tools", 'summary': 'Hide decimal on Qty when there is no decimal', "description": """ diff --git a/bemade_margin_vendor_pricelist/__manifest__.py b/bemade_margin_vendor_pricelist/__manifest__.py index c4cdbc9..d38621a 100644 --- a/bemade_margin_vendor_pricelist/__manifest__.py +++ b/bemade_margin_vendor_pricelist/__manifest__.py @@ -18,7 +18,7 @@ # { 'name': 'Sales Margin on Vendor Price', - 'version': '15.0.0.0.1', + 'version': '17.0.0.0.1', 'summary': 'Enables calculation of sales margins based on vendor pricelists.', 'description': """Adds a new method for calculating """, 'author': 'Bemade Inc.', diff --git a/bemade_multiple_billing_contacts/__manifest__.py b/bemade_multiple_billing_contacts/__manifest__.py index 8dd875e..7c903b2 100644 --- a/bemade_multiple_billing_contacts/__manifest__.py +++ b/bemade_multiple_billing_contacts/__manifest__.py @@ -18,7 +18,7 @@ # { 'name': 'bemade_multiple_billing_contacts', - 'version': '15.0.1.0.1', + 'version': '17.0.1.0.1', 'summary': 'Send invoices to multiple contacts by default.', 'description': """By default, newly created invoices add all invoice addresses for the given partner as followers on the invoice. If billing contacts are set manually on the sales order, those billing diff --git a/bemade_packing_wizard/__manifest__.py b/bemade_packing_wizard/__manifest__.py index 124c309..b0b1cb9 100644 --- a/bemade_packing_wizard/__manifest__.py +++ b/bemade_packing_wizard/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Packing wizard', - 'version': '16.0.1.0.0', + 'version': '17.0.1.0.0', 'category': 'Extra Tools', 'summary': 'Allow automated packing type creation', 'description': """ diff --git a/bemade_partner_email_domain/__manifest__.py b/bemade_partner_email_domain/__manifest__.py index 9f8fbe9..c4f3d87 100644 --- a/bemade_partner_email_domain/__manifest__.py +++ b/bemade_partner_email_domain/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Automated Partner Association by Email Domain', - 'version': '16.0.0.0.0', + 'version': '17.0.0.0.0', 'category': 'Extra Tools', 'summary': 'Automatically associates partners with companies using matching email domains', 'description': """ diff --git a/bemade_partner_root_ancestor/__manifest__.py b/bemade_partner_root_ancestor/__manifest__.py index a92819b..7879444 100644 --- a/bemade_partner_root_ancestor/__manifest__.py +++ b/bemade_partner_root_ancestor/__manifest__.py @@ -18,7 +18,7 @@ # { 'name': 'Partner Root Ancestor', - 'version': '15.0.1.0.0', + 'version': '17.0.1.0.0', 'summary': 'Technical module to add the field root_ancestor to res.partner.', 'category': 'Generic Modules/Base', 'author': 'Bemade Inc.', diff --git a/bemade_reordering_rules_chatter/__manifest__.py b/bemade_reordering_rules_chatter/__manifest__.py index df72a54..21aad81 100644 --- a/bemade_reordering_rules_chatter/__manifest__.py +++ b/bemade_reordering_rules_chatter/__manifest__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- { "name": "Chatter on the Reordering Rules", - "version": "15.0.0.0.1", + "version": "17.0.0.0.1", "category": "Extra Tools", 'license': 'GPL-3', 'summary': 'Add chatter on the reordering rules', diff --git a/bemade_so_and_po_only_company/__manifest__.py b/bemade_so_and_po_only_company/__manifest__.py index 5cc5617..c6e9252 100644 --- a/bemade_so_and_po_only_company/__manifest__.py +++ b/bemade_so_and_po_only_company/__manifest__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- { "name": "Force Partner to be a company on SO and PO", - "version": "15.0.0.0.1", + "version": "17.0.0.0.1", "category": "Extra Tools", 'summary': 'Force Partner to be a company on SO and PO', "description": """ diff --git a/bemade_so_followers_to_picking/__manifest__.py b/bemade_so_followers_to_picking/__manifest__.py index 7e714b6..12f3c62 100644 --- a/bemade_so_followers_to_picking/__manifest__.py +++ b/bemade_so_followers_to_picking/__manifest__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- { "name": "Add SO Followers to Picking", - "version": "15.0.0.0.1", + "version": "17.0.0.0.1", "category": "Extra Tools", 'summary': 'Add SO Followers to Picking', "description": """ diff --git a/bemade_sports_clinic/__manifest__.py b/bemade_sports_clinic/__manifest__.py index 81b355f..d9c1ade 100644 --- a/bemade_sports_clinic/__manifest__.py +++ b/bemade_sports_clinic/__manifest__.py @@ -18,7 +18,7 @@ # { 'name': 'Sports Clinic Management', - 'version': '16.0.1.5.2', + 'version': '17.0.1.5.2', 'summary': 'Manage the patients of a sports medicine clinic.', 'description': """ Adds the notion of sports teams, players (patients), coaches and treatment diff --git a/bemade_stock_quant_valuation/__manifest__.py b/bemade_stock_quant_valuation/__manifest__.py index 05a8fca..c6a2afb 100644 --- a/bemade_stock_quant_valuation/__manifest__.py +++ b/bemade_stock_quant_valuation/__manifest__.py @@ -18,7 +18,7 @@ # { 'name': 'Stock Quant Valuation', - 'version': '16.0.1.0.0', + 'version': '17.0.1.0.0', 'summary': 'Adds valuation to stock quant for better inventory adjustment management', 'description': '', 'category': 'Inventory', diff --git a/bemade_time_off_follower/__manifest__.py b/bemade_time_off_follower/__manifest__.py index 76eea2d..1cb95c3 100644 --- a/bemade_time_off_follower/__manifest__.py +++ b/bemade_time_off_follower/__manifest__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- { "name": "Time Off Alternative Follower", - "version": "15.0.0.0.1", + "version": "17.0.0.0.1", "category": "Extra Tools", 'summary': 'Add Alternative Follower When Receiving Message While On Time Off', "description": """ diff --git a/temporary_change_image_size/__manifest__.py b/temporary_change_image_size/__manifest__.py index 611f8cf..3f5b617 100644 --- a/temporary_change_image_size/__manifest__.py +++ b/temporary_change_image_size/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Temporary Change for Image Full Size', - 'version': '16.0.0.0.0', + 'version': '17.0.0.0.0', 'category': 'Extra Tools', 'summary': 'Temporary Change for Image Full Size', 'description': """