~camptocamp/new-report-intrastat/7.0-pending-merge

« back to all changes in this revision

Viewing changes to l10n_fr_intrastat_product/data/deb.xsd

  • Committer: Alexis de Lattre
  • Date: 2014-04-14 17:41:39 UTC
  • Revision ID: alexis@via.ecp.fr-20140414174139-9r5ibxtpanxh1rqq
Add context in on_change (to be able to use web_context_tunnel)
XSD files are now pure XSD files, not python file with the content as string.
Convert l10n_fr_intrastat_service to PEP-8
Start to convert l10n_fr_intrastat_product to PEP-8 (not finished yet)
l10n_fr_intrastat_product : Update POT file and FR translation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -*- encoding: utf-8 -*-
2
 
 
3
 
deb_xsd = '''\
4
1
<?xml version="1.0" encoding="UTF-8"?>
5
2
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
6
3
<xsd:element name="INSTAT">
140
137
<xsd:element name="date" type="xsd:date"/>
141
138
<xsd:element name="time" type="xsd:time"/>
142
139
</xsd:schema>
143
 
'''