~vauxoo/addons-vauxoo/7.0-pylint-luist

« back to all changes in this revision

Viewing changes to invoice_datetime/__openerp__.py

  • Committer: Moises Lopez
  • Date: 2014-10-03 08:22:36 UTC
  • mfrom: (1142.3.1 7.0)
  • Revision ID: moylop260@vauxoo.com-20141003082236-v5l103t231shbfog
[MERGE] Set standard in all __openerp__.py files

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
25
25
#
26
26
##############################################################################
27
 
 
28
27
{
29
 
    "name" : "invoice_datetime",
30
 
    "version" : "1.0",
31
 
    "author" : "Vauxoo",
32
 
    "category" : "Localization/Mexico",
33
 
    "description" : """Add new field invoice_datetime for electronic invoice data
 
28
    "name": "invoice_datetime", 
 
29
    "version": "1.0", 
 
30
    "author": "Vauxoo", 
 
31
    "category": "Localization/Mexico", 
 
32
    "description": """Add new field invoice_datetime for electronic invoice data
34
33
            and add hour & minute to field date_invoice
35
 
    """,
36
 
    "website" : "http://www.vauxoo.com/",
37
 
    "license" : "AGPL-3",
38
 
    "depends" : [
39
 
        "account",
40
 
 
41
 
    ],
42
 
    "demo" : [],
43
 
    "data" : [
44
 
        "account_invoice_view.xml",
 
34
    """, 
 
35
    "website": "http://www.vauxoo.com/", 
 
36
    "license": "AGPL-3", 
 
37
    "depends": [
 
38
        "account"
 
39
    ], 
 
40
    "demo": [], 
 
41
    "data": [
 
42
        "account_invoice_view.xml", 
45
43
        "res_config_acc_view.xml"
46
 
    ],
47
 
    "installable" : True,
48
 
    "active" : False,
49
 
}
 
44
    ], 
 
45
    "test": [], 
 
46
    "js": [], 
 
47
    "css": [], 
 
48
    "qweb": [], 
 
49
    "installable": True, 
 
50
    "auto_install": False, 
 
51
    "active": False
 
52
}
 
 
b'\\ No newline at end of file'