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

« back to all changes in this revision

Viewing changes to account_move_nonzero/__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:
19
19
#    You should have received a copy of the GNU Affero General Public License
20
20
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
21
21
##############################################################################
22
 
 
 
22
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
23
23
{
24
 
    "name" : "Account Move Nonzero",
25
 
    "version" : "0.1",
26
 
    "depends" : ["account"],
27
 
    "author" : "Vauxoo",
28
 
    "description" : """
 
24
    "name": "Account Move Nonzero", 
 
25
    "version": "0.1", 
 
26
    "author": "Vauxoo", 
 
27
    "category": "Localization", 
 
28
    "description": """
29
29
    Check that the entry balance is greater than zero
30
 
 """     ,
31
 
    "website" : "http://vauxoo.com",
32
 
    "category" : "Localization",
33
 
    "init_xml" : [
34
 
    ],
35
 
    "demo_xml" : [
36
 
    ],
37
 
    "update_xml" : [
38
 
    ],
39
 
    "active": False,
40
 
    "installable": True,
41
 
}
42
 
 
43
 
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
30
 """, 
 
31
    "website": "http://vauxoo.com", 
 
32
    "license": "", 
 
33
    "depends": [
 
34
        "account"
 
35
    ], 
 
36
    "demo": [], 
 
37
    "data": [], 
 
38
    "test": [], 
 
39
    "js": [], 
 
40
    "css": [], 
 
41
    "qweb": [], 
 
42
    "installable": True, 
 
43
    "auto_install": False, 
 
44
    "active": False
 
45
}
 
 
b'\\ No newline at end of file'