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

« back to all changes in this revision

Viewing changes to ifrs_report/__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:
22
22
#    You should have received a copy of the GNU Affero General Public License
23
23
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
24
24
################################################################################
25
 
 
26
25
{
27
 
    "name" : "IFRS",
28
 
    "version" : "0.2",
29
 
    "author" : "Vauxoo",
30
 
    "category" : "Generic Modules",
31
 
    "website": "http://www.vauxoo.com",
32
 
    "description": ''' International Financial Reporting Standards Module
 
26
    "name": "IFRS", 
 
27
    "version": "0.2", 
 
28
    "author": "Vauxoo", 
 
29
    "category": "Generic Modules", 
 
30
    "description": """ International Financial Reporting Standards Module
33
31
Instructions:
34
32
=============
35
 
How to print the report in PDF or spreadsheet in the following video: http://www.youtube.com/watch?v=zcxS9zO04FQ''',
36
 
    "depends" : ['base','account_periods_initial','account','report_webkit'],
37
 
    "data" : [
38
 
        'security/security.xml',
39
 
        'security/ir.model.access.csv',
40
 
        'data/data.xml',
41
 
        'data/data1.xml',
42
 
        'view/ifrs_view.xml',
43
 
        'report/report_ifrs.xml',
44
 
        'wizard/ifrs_report_wizard_view.xml',
45
 
        'data/data_ifrs.xml',
46
 
        ],
47
 
    "active": False,
48
 
    "installable": True
49
 
}
 
33
How to print the report in PDF or spreadsheet in the following video: http://www.youtube.com/watch?v=zcxS9zO04FQ""", 
 
34
    "website": "http://www.vauxoo.com", 
 
35
    "license": "", 
 
36
    "depends": [
 
37
        "base", 
 
38
        "account_periods_initial", 
 
39
        "account", 
 
40
        "report_webkit"
 
41
    ], 
 
42
    "demo": [], 
 
43
    "data": [
 
44
        "security/security.xml", 
 
45
        "security/ir.model.access.csv", 
 
46
        "data/data.xml", 
 
47
        "data/data1.xml", 
 
48
        "view/ifrs_view.xml", 
 
49
        "report/report_ifrs.xml", 
 
50
        "wizard/ifrs_report_wizard_view.xml", 
 
51
        "data/data_ifrs.xml"
 
52
    ], 
 
53
    "test": [], 
 
54
    "js": [], 
 
55
    "css": [], 
 
56
    "qweb": [], 
 
57
    "installable": True, 
 
58
    "auto_install": False, 
 
59
    "active": False
 
60
}
 
 
b'\\ No newline at end of file'