Skip to content

Commit

Permalink
[IMP]manifest change
Browse files Browse the repository at this point in the history
  • Loading branch information
gediminasvenc committed Nov 30, 2017
1 parent 711f491 commit 782e8cc
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 28 deletions.
51 changes: 31 additions & 20 deletions so_timestamp_on_confirm/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,25 +1,36 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Odoo, Open Source Management Solution
# Copyright (C) 2016-TODAY Linserv Aktiebolag, Sweden (<http://www.linserv.se>).
#
##############################################################################
{
'name': "so_timestamp_on_confirm",

'summary': """
so_timestamp_on_confirm""",

"name": "Time Stamp On Sale Order Confirm",
"version": "1.0",
"author": "Linserv AB",
"category": "Sales Management",
"summary": "Time Stamp On Sale Order Confirm",
"website": "www.linserv.se",
"contributors": [
'Gediminas Venclova <[email protected]>'
],
"license": "",
"depends": [
'base', 'sale'
],
'description': """
so_timestamp_on_confirm
""",
'author': "UAB Pralo",
'website': "http://www.pralo.eu",
Time Stamp On Sale Order Confirm
# Categories can be used to filter modules in modules listing
# Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
# for the full list
'category': 'Uncategorized',
'version': '0.1',

'depends': ['base', 'sale'],

'data': [
],
}
This module updates order date on order confirmation action
""",
"demo": [],
"data": [],
"test": [],
"js": [],
"css": [],
"qweb": [],
"installable": True,
"auto_install": False,
}
8 changes: 0 additions & 8 deletions so_timestamp_on_confirm/models.py

This file was deleted.

0 comments on commit 782e8cc

Please sign in to comment.