Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3)

Unified Diff: __tryton__.py

Issue 4217043: New module carrier (Closed)
Patch Set: Fix typo Created 13 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « __init__.py ('k') | carrier.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: __tryton__.py
===================================================================
new file mode 100644
--- /dev/null
+++ b/__tryton__.py
@@ -0,0 +1,22 @@
+# -*- coding: utf-8 -*-
+#This file is part of Tryton. The COPYRIGHT file at the top level of
+#this repository contains the full copyright notices and license terms.
+{
+ 'name' : 'Carrier',
+ 'version' : '0.0.1',
+ 'author' : 'B2CK',
+ 'email': 'info@b2ck.com',
+ 'website': 'http://www.tryton.org/',
+ 'description': 'Define carriers.',
+ 'depends' : [
+ 'ir',
+ 'res',
+ 'party',
+ 'product',
+ ],
+ 'xml' : [
+ 'carrier.xml',
+ ],
+ 'translation': [
+ ],
+}
« no previous file with comments | « __init__.py ('k') | carrier.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b