-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
711f491
commit 782e8cc
Showing
2 changed files
with
31 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
} |
This file was deleted.
Oops, something went wrong.