~mentis-openerp/openerpsl/7.0

« back to all changes in this revision

Viewing changes to intrastat/__openerp__.py

  • Committer: laznik
  • Date: 2014-07-03 12:24:28 UTC
  • mfrom: (426.1.1 openerpsl_04_29)
  • Revision ID: laznik@mentis.si-20140703122428-om5h3yh0p2rnyj4m
[ADD] intrastat (export to intrastat xml format added)
[FIX] intrastat (intrastat product price calculated from purchase order)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    - intrastat codes
30
30
    - intrastat transaction types
31
31
    - intrastat reports
 
32
    - export intrastat to XML
32
33
    
33
34
This module gives the details of the goods traded between the countries of European Union. 
34
35
    """,
43
44
        'intrastat_view.xml',
44
45
        'report/intrastat_report.xml',
45
46
        'security/ir.model.access.csv',
 
47
        'wizard/intrastat_export_view.xml',
46
48
    ],
47
49
    'demo_xml': [],
48
50
    'installable': True,