change manifest version for all
This commit is contained in:
parent
55743bbfeb
commit
0fde311ee9
19 changed files with 22 additions and 19 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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": """
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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": """
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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.',
|
||||
|
|
|
|||
|
|
@ -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": """
|
||||
|
|
|
|||
|
|
@ -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.',
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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': """
|
||||
|
|
|
|||
|
|
@ -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': """
|
||||
|
|
|
|||
|
|
@ -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.',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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": """
|
||||
|
|
|
|||
|
|
@ -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": """
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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": """
|
||||
|
|
|
|||
|
|
@ -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': """
|
||||
|
|
|
|||
Loading…
Reference in a new issue