~opencrea/+junk/aprobio

« back to all changes in this revision

Viewing changes to base_optional_quick_create/__manifest__.py

  • Committer: joannes
  • Date: 2017-05-17 09:40:42 UTC
  • Revision ID: joannes@debian-20170517094042-47q3j6on72w2h1il
community module

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
# © 2013 Agile Business Group sagl (<http://www.agilebg.com>)
 
3
# © 2016 ACSONE SA/NA (<http://acsone.eu>)
 
4
 
 
5
{
 
6
    'name': "Optional quick create",
 
7
    'version': '10.0.1.0.0',
 
8
    'category': 'Tools',
 
9
    'summary': "Avoid 'quick create' on m2o fields, on a 'by model' basis",
 
10
    'author': "Agile Business Group,Odoo Community Association (OCA)",
 
11
    'website': 'http://www.agilebg.com',
 
12
    'license': 'AGPL-3',
 
13
    "depends": ['base'],
 
14
    "data": [
 
15
        'views/model_view.xml',
 
16
    ],
 
17
    'installable': True,
 
18
}