New trunk
authorpinky <>
Thu, 7 Dec 2006 13:41:40 +0000 (13:41 +0000)
committerpinky <>
Thu, 7 Dec 2006 13:41:40 +0000 (13:41 +0000)
commit004a0b996ff8f269451e07346f71a129a1f3fbaf
tree48f43c1fc2ca4c1f4d5648e7e73553d3f4ccae06
New trunk

bzr revid: pinky-3f10ee12cea3c4c75cef44ab04ad33ef47432907
444 files changed:
MANIFEST.in [new file with mode: 0644]
bin/PKG-INFO [new file with mode: 0644]
bin/__init__.py [new file with mode: 0644]
bin/addons/__init__.py [new file with mode: 0644]
bin/addons/base/__init__.py [new file with mode: 0644]
bin/addons/base/__terp__.py [new file with mode: 0644]
bin/addons/base/base.sql [new file with mode: 0644]
bin/addons/base/base_data.xml [new file with mode: 0644]
bin/addons/base/base_demo.xml [new file with mode: 0644]
bin/addons/base/base_menu.xml [new file with mode: 0644]
bin/addons/base/base_update.xml [new file with mode: 0644]
bin/addons/base/ir/__init__.py [new file with mode: 0644]
bin/addons/base/ir/ir.xml [new file with mode: 0644]
bin/addons/base/ir/ir_actions.py [new file with mode: 0644]
bin/addons/base/ir/ir_attachment.py [new file with mode: 0644]
bin/addons/base/ir/ir_cron.py [new file with mode: 0644]
bin/addons/base/ir/ir_default.py [new file with mode: 0644]
bin/addons/base/ir/ir_exports.py [new file with mode: 0644]
bin/addons/base/ir/ir_fields_description.py [new file with mode: 0644]
bin/addons/base/ir/ir_model.py [new file with mode: 0644]
bin/addons/base/ir/ir_report_custom.py [new file with mode: 0644]
bin/addons/base/ir/ir_sequence.py [new file with mode: 0644]
bin/addons/base/ir/ir_translation.py [new file with mode: 0644]
bin/addons/base/ir/ir_ui_menu.py [new file with mode: 0644]
bin/addons/base/ir/ir_ui_view.py [new file with mode: 0644]
bin/addons/base/ir/ir_values.py [new file with mode: 0644]
bin/addons/base/ir/workflow/__init__.py [new file with mode: 0644]
bin/addons/base/ir/workflow/instance_print.py [new file with mode: 0644]
bin/addons/base/ir/workflow/print_instance.py [new file with mode: 0644]
bin/addons/base/ir/workflow/pydot/LICENSE [new file with mode: 0755]
bin/addons/base/ir/workflow/pydot/PKG-INFO [new file with mode: 0755]
bin/addons/base/ir/workflow/pydot/README [new file with mode: 0755]
bin/addons/base/ir/workflow/pydot/__init__.py [new file with mode: 0755]
bin/addons/base/ir/workflow/pydot/dot_parser.py [new file with mode: 0755]
bin/addons/base/ir/workflow/pydot/pydot.py [new file with mode: 0755]
bin/addons/base/ir/workflow/pydot/setup.py [new file with mode: 0755]
bin/addons/base/ir/workflow/workflow.py [new file with mode: 0644]
bin/addons/base/ir/workflow/workflow_print.py [new file with mode: 0644]
bin/addons/base/ir/workflow/workflow_view.xml [new file with mode: 0644]
bin/addons/base/module/__init__.py [new file with mode: 0644]
bin/addons/base/module/module.py [new file with mode: 0644]
bin/addons/base/module/module.py.old [new file with mode: 0644]
bin/addons/base/module/module_data.xml [new file with mode: 0644]
bin/addons/base/module/module_report.xml [new file with mode: 0644]
bin/addons/base/module/module_view.xml [new file with mode: 0644]
bin/addons/base/module/module_wizard.xml [new file with mode: 0644]
bin/addons/base/module/report/__init__.py [new file with mode: 0644]
bin/addons/base/module/report/ir_module_reference.rml [new file with mode: 0644]
bin/addons/base/module/report/ir_module_reference.sxw [new file with mode: 0644]
bin/addons/base/module/report/ir_module_reference_print.py [new file with mode: 0644]
bin/addons/base/module/wizard/__init__.py [new file with mode: 0644]
bin/addons/base/module/wizard/add_new.py [new file with mode: 0644]
bin/addons/base/module/wizard/wizard_export_lang.py [new file with mode: 0644]
bin/addons/base/module/wizard/wizard_import_lang.py [new file with mode: 0644]
bin/addons/base/module/wizard/wizard_install_module.py [new file with mode: 0644]
bin/addons/base/module/wizard/wizard_module_info_get.py [new file with mode: 0644]
bin/addons/base/module/wizard/wizard_module_lang_install.py [new file with mode: 0644]
bin/addons/base/module/wizard/wizard_module_upgrade.py [new file with mode: 0644]
bin/addons/base/module/wizard/wizard_update_module.py [new file with mode: 0644]
bin/addons/base/report/custom.xsl [new file with mode: 0644]
bin/addons/base/report/custom_default.xsl [new file with mode: 0644]
bin/addons/base/report/custom_new.xsl [new file with mode: 0644]
bin/addons/base/report/custom_rml.xsl [new file with mode: 0644]
bin/addons/base/report/rml_template.xsl [new file with mode: 0644]
bin/addons/base/res/__init__.py [new file with mode: 0644]
bin/addons/base/res/ir_property.py [new file with mode: 0644]
bin/addons/base/res/ir_property_view.xml [new file with mode: 0644]
bin/addons/base/res/partner/__init__.py [new file with mode: 0644]
bin/addons/base/res/partner/crm.py [new file with mode: 0644]
bin/addons/base/res/partner/crm_demo.xml [new file with mode: 0644]
bin/addons/base/res/partner/crm_view.xml [new file with mode: 0644]
bin/addons/base/res/partner/partner.py [new file with mode: 0644]
bin/addons/base/res/partner/partner_data.xml [new file with mode: 0644]
bin/addons/base/res/partner/partner_demo.xml [new file with mode: 0644]
bin/addons/base/res/partner/partner_report.xml [new file with mode: 0644]
bin/addons/base/res/partner/partner_view.xml [new file with mode: 0644]
bin/addons/base/res/partner/partner_wizard.xml [new file with mode: 0644]
bin/addons/base/res/partner/report/__init__.py [new file with mode: 0644]
bin/addons/base/res/partner/report/business_card.xml [new file with mode: 0644]
bin/addons/base/res/partner/report/business_card.xsl [new file with mode: 0644]
bin/addons/base/res/partner/report/partner_address.xml [new file with mode: 0644]
bin/addons/base/res/partner/report/partner_address.xsl [new file with mode: 0644]
bin/addons/base/res/partner/wizard/__init__.py [new file with mode: 0644]
bin/addons/base/res/partner/wizard/wizard_clear_ids.py [new file with mode: 0644]
bin/addons/base/res/partner/wizard/wizard_ean_check.py [new file with mode: 0644]
bin/addons/base/res/partner/wizard/wizard_sms.py [new file with mode: 0644]
bin/addons/base/res/partner/wizard/wizard_spam.py [new file with mode: 0644]
bin/addons/base/res/res_company.py [new file with mode: 0644]
bin/addons/base/res/res_currency.py [new file with mode: 0644]
bin/addons/base/res/res_currency_view.xml [new file with mode: 0644]
bin/addons/base/res/res_request.py [new file with mode: 0644]
bin/addons/base/res/res_request_view.xml [new file with mode: 0644]
bin/addons/base/res/res_user.py [new file with mode: 0644]
bin/addons/gen_graph.sh [new file with mode: 0755]
bin/addons/module_graph.py [new file with mode: 0644]
bin/gpl.txt [new file with mode: 0644]
bin/i18n/VERSION [new file with mode: 0644]
bin/i18n/cs_CZ.csv [new file with mode: 0644]
bin/i18n/de_DE.csv [new file with mode: 0644]
bin/i18n/es_AR.csv [new file with mode: 0644]
bin/i18n/es_ES.csv [new file with mode: 0644]
bin/i18n/fr_CH.csv [new file with mode: 0644]
bin/i18n/fr_FR.csv [new file with mode: 0644]
bin/i18n/hu_HU.csv [new file with mode: 0644]
bin/i18n/it_IT.csv [new file with mode: 0644]
bin/i18n/nl_NL.csv [new file with mode: 0644]
bin/i18n/pt_BR.csv [new file with mode: 0644]
bin/i18n/pt_PT.csv [new file with mode: 0644]
bin/i18n/ro_RO.csv [new file with mode: 0644]
bin/i18n/ru_RU.csv [new file with mode: 0644]
bin/i18n/sv_SE.csv [new file with mode: 0644]
bin/i18n/zh_CN.csv [new file with mode: 0644]
bin/i18n/zh_TW.csv [new file with mode: 0644]
bin/ir/__init__.py [new file with mode: 0644]
bin/ir/ir.py [new file with mode: 0644]
bin/netsvc.py [new file with mode: 0644]
bin/osv/__init__.py [new file with mode: 0644]
bin/osv/fields.py [new file with mode: 0644]
bin/osv/orm.py [new file with mode: 0644]
bin/osv/osv.py [new file with mode: 0644]
bin/pooler.py [new file with mode: 0644]
bin/pychart/__init__.py [new file with mode: 0644]
bin/pychart/afm/AvantGarde_Book.py [new file with mode: 0644]
bin/pychart/afm/AvantGarde_BookOblique.py [new file with mode: 0644]
bin/pychart/afm/AvantGarde_Demi.py [new file with mode: 0644]
bin/pychart/afm/AvantGarde_DemiOblique.py [new file with mode: 0644]
bin/pychart/afm/Bookman_Demi.py [new file with mode: 0644]
bin/pychart/afm/Bookman_DemiItalic.py [new file with mode: 0644]
bin/pychart/afm/Bookman_Light.py [new file with mode: 0644]
bin/pychart/afm/Bookman_LightItalic.py [new file with mode: 0644]
bin/pychart/afm/Courier.py [new file with mode: 0644]
bin/pychart/afm/Courier_Bold.py [new file with mode: 0644]
bin/pychart/afm/Courier_BoldOblique.py [new file with mode: 0644]
bin/pychart/afm/Courier_Oblique.py [new file with mode: 0644]
bin/pychart/afm/Helvetica.py [new file with mode: 0644]
bin/pychart/afm/Helvetica_Bold.py [new file with mode: 0644]
bin/pychart/afm/Helvetica_BoldOblique.py [new file with mode: 0644]
bin/pychart/afm/Helvetica_Light.py [new file with mode: 0644]
bin/pychart/afm/Helvetica_LightOblique.py [new file with mode: 0644]
bin/pychart/afm/Helvetica_Narrow.py [new file with mode: 0644]
bin/pychart/afm/Helvetica_Narrow_Bold.py [new file with mode: 0644]
bin/pychart/afm/Helvetica_Narrow_BoldOblique.py [new file with mode: 0644]
bin/pychart/afm/Helvetica_Narrow_Oblique.py [new file with mode: 0644]
bin/pychart/afm/Helvetica_Oblique.py [new file with mode: 0644]
bin/pychart/afm/NewCenturySchlbk_Bold.py [new file with mode: 0644]
bin/pychart/afm/NewCenturySchlbk_BoldItalic.py [new file with mode: 0644]
bin/pychart/afm/NewCenturySchlbk_Italic.py [new file with mode: 0644]
bin/pychart/afm/NewCenturySchlbk_Roman.py [new file with mode: 0644]
bin/pychart/afm/Palatino_Bold.py [new file with mode: 0644]
bin/pychart/afm/Palatino_BoldItalic.py [new file with mode: 0644]
bin/pychart/afm/Palatino_Italic.py [new file with mode: 0644]
bin/pychart/afm/Palatino_Roman.py [new file with mode: 0644]
bin/pychart/afm/Symbol.py [new file with mode: 0644]
bin/pychart/afm/Times_Bold.py [new file with mode: 0644]
bin/pychart/afm/Times_BoldItalic.py [new file with mode: 0644]
bin/pychart/afm/Times_Italic.py [new file with mode: 0644]
bin/pychart/afm/Times_Roman.py [new file with mode: 0644]
bin/pychart/afm/Utopia_Bold.py [new file with mode: 0644]
bin/pychart/afm/Utopia_BoldItalic.py [new file with mode: 0644]
bin/pychart/afm/Utopia_Italic.py [new file with mode: 0644]
bin/pychart/afm/Utopia_Regular.py [new file with mode: 0644]
bin/pychart/afm/ZapfChancery_MediumItalic.py [new file with mode: 0644]
bin/pychart/afm/ZapfDingbats.py [new file with mode: 0644]
bin/pychart/afm/__init__.py [new file with mode: 0644]
bin/pychart/afm/dir.py [new file with mode: 0644]
bin/pychart/area.py [new file with mode: 0644]
bin/pychart/area_doc.py [new file with mode: 0644]
bin/pychart/arrow.py [new file with mode: 0644]
bin/pychart/arrow_doc.py [new file with mode: 0644]
bin/pychart/axis.py [new file with mode: 0644]
bin/pychart/axis_doc.py [new file with mode: 0644]
bin/pychart/axis_x_doc.py [new file with mode: 0644]
bin/pychart/axis_y_doc.py [new file with mode: 0644]
bin/pychart/bar_plot.py [new file with mode: 0644]
bin/pychart/bar_plot_doc.py [new file with mode: 0644]
bin/pychart/basecanvas.py [new file with mode: 0644]
bin/pychart/canvas.py [new file with mode: 0644]
bin/pychart/category_coord.py [new file with mode: 0644]
bin/pychart/chart_data.py [new file with mode: 0644]
bin/pychart/chart_object.py [new file with mode: 0644]
bin/pychart/color.py [new file with mode: 0644]
bin/pychart/color_doc.py [new file with mode: 0644]
bin/pychart/coord.py [new file with mode: 0644]
bin/pychart/doc_support.py [new file with mode: 0644]
bin/pychart/empty_docs.py [new file with mode: 0644]
bin/pychart/error_bar.py [new file with mode: 0644]
bin/pychart/error_bar_doc.py [new file with mode: 0644]
bin/pychart/fill_style.py [new file with mode: 0644]
bin/pychart/fill_style_doc.py [new file with mode: 0644]
bin/pychart/font.py [new file with mode: 0644]
bin/pychart/generate_docs.py [new file with mode: 0644]
bin/pychart/gs_frontend.py [new file with mode: 0644]
bin/pychart/interval_bar_plot.py [new file with mode: 0644]
bin/pychart/legend.py [new file with mode: 0644]
bin/pychart/legend_doc.py [new file with mode: 0644]
bin/pychart/line_plot.py [new file with mode: 0644]
bin/pychart/line_plot_doc.py [new file with mode: 0644]
bin/pychart/line_style.py [new file with mode: 0644]
bin/pychart/line_style_doc.py [new file with mode: 0644]
bin/pychart/linear_coord.py [new file with mode: 0644]
bin/pychart/log_coord.py [new file with mode: 0644]
bin/pychart/object_set.py [new file with mode: 0644]
bin/pychart/pdfcanvas.py [new file with mode: 0644]
bin/pychart/pie_plot.py [new file with mode: 0644]
bin/pychart/pie_plot_doc.py [new file with mode: 0644]
bin/pychart/pngcanvas.py [new file with mode: 0644]
bin/pychart/pscanvas.py [new file with mode: 0644]
bin/pychart/pychart_types.py [new file with mode: 0644]
bin/pychart/pychart_util.py [new file with mode: 0644]
bin/pychart/range_plot.py [new file with mode: 0644]
bin/pychart/range_plot_doc.py [new file with mode: 0644]
bin/pychart/rose_plot.py [new file with mode: 0644]
bin/pychart/scaling.py [new file with mode: 0644]
bin/pychart/svgcanvas.py [new file with mode: 0644]
bin/pychart/text_box.py [new file with mode: 0644]
bin/pychart/text_box_doc.py [new file with mode: 0644]
bin/pychart/theme.py [new file with mode: 0644]
bin/pychart/tick_mark.py [new file with mode: 0644]
bin/pychart/tick_mark_doc.py [new file with mode: 0644]
bin/pychart/typechecker.py [new file with mode: 0644]
bin/pychart/version.py [new file with mode: 0644]
bin/pychart/x11canvas.py [new file with mode: 0644]
bin/pychart/zap.py [new file with mode: 0644]
bin/report/__init__.py [new file with mode: 0644]
bin/report/common.py [new file with mode: 0644]
bin/report/custom.py [new file with mode: 0644]
bin/report/int_to_text.py [new file with mode: 0644]
bin/report/interface.py [new file with mode: 0644]
bin/report/misc.py [new file with mode: 0644]
bin/report/print_fnc.py [new file with mode: 0644]
bin/report/print_xml.py [new file with mode: 0644]
bin/report/printscreen/__init__.py [new file with mode: 0644]
bin/report/printscreen/ps_form.py [new file with mode: 0644]
bin/report/printscreen/ps_list.py [new file with mode: 0644]
bin/report/render/__init__.py [new file with mode: 0644]
bin/report/render/render.py [new file with mode: 0644]
bin/report/render/rml.py [new file with mode: 0644]
bin/report/render/rml2html/__init__.py [new file with mode: 0644]
bin/report/render/rml2html/rml2html.py [new file with mode: 0755]
bin/report/render/rml2html/utils.py [new file with mode: 0644]
bin/report/render/rml2pdf/__init__.py [new file with mode: 0644]
bin/report/render/rml2pdf/color.py [new file with mode: 0644]
bin/report/render/rml2pdf/trml2pdf.py [new file with mode: 0755]
bin/report/render/rml2pdf/utils.py [new file with mode: 0644]
bin/report/render/simple.py [new file with mode: 0644]
bin/report/report_sxw.py [new file with mode: 0644]
bin/reportlab/__init__.py [new file with mode: 0644]
bin/reportlab/extensions/README [new file with mode: 0644]
bin/reportlab/extensions/__init__.py [new file with mode: 0644]
bin/reportlab/fonts/00readme.txt [new file with mode: 0644]
bin/reportlab/fonts/Dustismo_Roman.ttf [new file with mode: 0644]
bin/reportlab/fonts/PenguinAttack.ttf [new file with mode: 0644]
bin/reportlab/fonts/Wargames.afm [new file with mode: 0644]
bin/reportlab/fonts/Wargames.pfb [new file with mode: 0644]
bin/reportlab/graphics/__init__.py [new file with mode: 0644]
bin/reportlab/graphics/charts/__init__.py [new file with mode: 0644]
bin/reportlab/graphics/charts/areas.py [new file with mode: 0644]
bin/reportlab/graphics/charts/axes.py [new file with mode: 0644]
bin/reportlab/graphics/charts/barcharts.py [new file with mode: 0644]
bin/reportlab/graphics/charts/dotbox.py [new file with mode: 0644]
bin/reportlab/graphics/charts/doughnut.py [new file with mode: 0644]
bin/reportlab/graphics/charts/legends.py [new file with mode: 0644]
bin/reportlab/graphics/charts/linecharts.py [new file with mode: 0644]
bin/reportlab/graphics/charts/lineplots.py [new file with mode: 0644]
bin/reportlab/graphics/charts/markers.py [new file with mode: 0644]
bin/reportlab/graphics/charts/piecharts.py [new file with mode: 0644]
bin/reportlab/graphics/charts/slidebox.py [new file with mode: 0644]
bin/reportlab/graphics/charts/spider.py [new file with mode: 0644]
bin/reportlab/graphics/charts/textlabels.py [new file with mode: 0644]
bin/reportlab/graphics/charts/utils.py [new file with mode: 0644]
bin/reportlab/graphics/charts/utils3d.py [new file with mode: 0644]
bin/reportlab/graphics/renderPDF.py [new file with mode: 0644]
bin/reportlab/graphics/renderPM.py [new file with mode: 0644]
bin/reportlab/graphics/renderPS.py [new file with mode: 0644]
bin/reportlab/graphics/renderSVG.py [new file with mode: 0644]
bin/reportlab/graphics/renderbase.py [new file with mode: 0644]
bin/reportlab/graphics/samples/__init__.py [new file with mode: 0644]
bin/reportlab/graphics/samples/bubble.py [new file with mode: 0644]
bin/reportlab/graphics/samples/clustered_bar.py [new file with mode: 0644]
bin/reportlab/graphics/samples/clustered_column.py [new file with mode: 0644]
bin/reportlab/graphics/samples/excelcolors.py [new file with mode: 0644]
bin/reportlab/graphics/samples/exploded_pie.py [new file with mode: 0644]
bin/reportlab/graphics/samples/filled_radar.py [new file with mode: 0644]
bin/reportlab/graphics/samples/line_chart.py [new file with mode: 0644]
bin/reportlab/graphics/samples/linechart_with_markers.py [new file with mode: 0644]
bin/reportlab/graphics/samples/radar.py [new file with mode: 0644]
bin/reportlab/graphics/samples/runall.py [new file with mode: 0644]
bin/reportlab/graphics/samples/scatter.py [new file with mode: 0644]
bin/reportlab/graphics/samples/scatter_lines.py [new file with mode: 0644]
bin/reportlab/graphics/samples/scatter_lines_markers.py [new file with mode: 0644]
bin/reportlab/graphics/samples/simple_pie.py [new file with mode: 0644]
bin/reportlab/graphics/samples/stacked_bar.py [new file with mode: 0644]
bin/reportlab/graphics/samples/stacked_column.py [new file with mode: 0644]
bin/reportlab/graphics/shapes.py [new file with mode: 0644]
bin/reportlab/graphics/testdrawings.py [new file with mode: 0755]
bin/reportlab/graphics/testshapes.py [new file with mode: 0755]
bin/reportlab/graphics/widgetbase.py [new file with mode: 0644]
bin/reportlab/graphics/widgets/__init__.py [new file with mode: 0644]
bin/reportlab/graphics/widgets/eventcal.py [new file with mode: 0644]
bin/reportlab/graphics/widgets/flags.py [new file with mode: 0644]
bin/reportlab/graphics/widgets/grids.py [new file with mode: 0644]
bin/reportlab/graphics/widgets/markers.py [new file with mode: 0644]
bin/reportlab/graphics/widgets/signsandsymbols.py [new file with mode: 0644]
bin/reportlab/lib/PyFontify.py [new file with mode: 0644]
bin/reportlab/lib/__init__.py [new file with mode: 0755]
bin/reportlab/lib/abag.py [new file with mode: 0644]
bin/reportlab/lib/attrmap.py [new file with mode: 0644]
bin/reportlab/lib/codecharts.py [new file with mode: 0644]
bin/reportlab/lib/colors.py [new file with mode: 0644]
bin/reportlab/lib/corp.py [new file with mode: 0755]
bin/reportlab/lib/enums.py [new file with mode: 0644]
bin/reportlab/lib/extformat.py [new file with mode: 0644]
bin/reportlab/lib/fonts.py [new file with mode: 0755]
bin/reportlab/lib/formatters.py [new file with mode: 0755]
bin/reportlab/lib/logger.py [new file with mode: 0755]
bin/reportlab/lib/normalDate.py [new file with mode: 0755]
bin/reportlab/lib/pagesizes.py [new file with mode: 0755]
bin/reportlab/lib/randomtext.py [new file with mode: 0755]
bin/reportlab/lib/rparsexml.py [new file with mode: 0644]
bin/reportlab/lib/sequencer.py [new file with mode: 0644]
bin/reportlab/lib/set_ops.py [new file with mode: 0755]
bin/reportlab/lib/styles.py [new file with mode: 0644]
bin/reportlab/lib/tocindex.py [new file with mode: 0644]
bin/reportlab/lib/units.py [new file with mode: 0755]
bin/reportlab/lib/utils.py [new file with mode: 0644]
bin/reportlab/lib/validators.py [new file with mode: 0644]
bin/reportlab/lib/xmllib.py [new file with mode: 0644]
bin/reportlab/lib/yaml.py [new file with mode: 0644]
bin/reportlab/pdfbase/__init__.py [new file with mode: 0644]
bin/reportlab/pdfbase/_cidfontdata.py [new file with mode: 0644]
bin/reportlab/pdfbase/_fontdata.py [new file with mode: 0644]
bin/reportlab/pdfbase/cidfonts.py [new file with mode: 0644]
bin/reportlab/pdfbase/pdfdoc.py [new file with mode: 0644]
bin/reportlab/pdfbase/pdfform.py [new file with mode: 0644]
bin/reportlab/pdfbase/pdfmetrics.py [new file with mode: 0644]
bin/reportlab/pdfbase/pdfpattern.py [new file with mode: 0644]
bin/reportlab/pdfbase/pdfutils.py [new file with mode: 0644]
bin/reportlab/pdfbase/ttfonts.py [new file with mode: 0644]
bin/reportlab/pdfgen/__init__.py [new file with mode: 0644]
bin/reportlab/pdfgen/canvas.py [new file with mode: 0644]
bin/reportlab/pdfgen/pathobject.py [new file with mode: 0644]
bin/reportlab/pdfgen/pdfgeom.py [new file with mode: 0644]
bin/reportlab/pdfgen/pdfimages.py [new file with mode: 0644]
bin/reportlab/pdfgen/pycanvas.py [new file with mode: 0644]
bin/reportlab/pdfgen/textobject.py [new file with mode: 0644]
bin/reportlab/platypus/__init__.py [new file with mode: 0644]
bin/reportlab/platypus/doctemplate.py [new file with mode: 0644]
bin/reportlab/platypus/figures.py [new file with mode: 0644]
bin/reportlab/platypus/flowables.py [new file with mode: 0644]
bin/reportlab/platypus/frames.py [new file with mode: 0644]
bin/reportlab/platypus/para.py [new file with mode: 0644]
bin/reportlab/platypus/paragraph.py [new file with mode: 0644]
bin/reportlab/platypus/paraparser.py [new file with mode: 0644]
bin/reportlab/platypus/tableofcontents.py [new file with mode: 0644]
bin/reportlab/platypus/tables.py [new file with mode: 0644]
bin/reportlab/platypus/xpreformatted.py [new file with mode: 0644]
bin/reportlab/rl_config.py [new file with mode: 0644]
bin/reportlab/tools/README [new file with mode: 0644]
bin/reportlab/tools/__init__.py [new file with mode: 0644]
bin/reportlab/tools/docco/README [new file with mode: 0644]
bin/reportlab/tools/docco/__init__.py [new file with mode: 0644]
bin/reportlab/tools/docco/codegrab.py [new file with mode: 0644]
bin/reportlab/tools/docco/docpy.py [new file with mode: 0755]
bin/reportlab/tools/docco/examples.py [new file with mode: 0644]
bin/reportlab/tools/docco/graphdocpy.py [new file with mode: 0755]
bin/reportlab/tools/docco/rl_doc_utils.py [new file with mode: 0755]
bin/reportlab/tools/docco/rltemplate.py [new file with mode: 0644]
bin/reportlab/tools/docco/stylesheet.py [new file with mode: 0644]
bin/reportlab/tools/docco/t_parse.py [new file with mode: 0644]
bin/reportlab/tools/docco/yaml.py [new file with mode: 0644]
bin/reportlab/tools/docco/yaml2pdf.py [new file with mode: 0644]
bin/reportlab/tools/py2pdf/README [new file with mode: 0644]
bin/reportlab/tools/py2pdf/__init__.py [new file with mode: 0644]
bin/reportlab/tools/py2pdf/demo-config.txt [new file with mode: 0644]
bin/reportlab/tools/py2pdf/demo.py [new file with mode: 0755]
bin/reportlab/tools/py2pdf/idle_print.py [new file with mode: 0644]
bin/reportlab/tools/py2pdf/py2pdf.py [new file with mode: 0755]
bin/reportlab/tools/py2pdf/vertpython.jpg [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/README [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/__init__.py [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/customshapes.py [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/demos/htu.xml [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/demos/leftlogo.a85 [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/demos/leftlogo.gif [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/demos/lj8100.jpg [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/demos/monterey.xml [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/demos/outline.gif [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/demos/pplogo.gif [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/demos/python.gif [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/demos/pythonpoint.xml [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/demos/spectrum.png [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/demos/vertpython.gif [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/pythonpoint.dtd [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/pythonpoint.py [new file with mode: 0755]
bin/reportlab/tools/pythonpoint/stdparser.py [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/styles/__init__.py [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/styles/horrible.py [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/styles/htu.py [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/styles/modern.py [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/styles/projection.py [new file with mode: 0644]
bin/reportlab/tools/pythonpoint/styles/standard.py [new file with mode: 0644]
bin/server.cert [new file with mode: 0644]
bin/server.pkey [new file with mode: 0644]
bin/service/__init__.py [new file with mode: 0644]
bin/service/security.py [new file with mode: 0644]
bin/service/web_services.py [new file with mode: 0644]
bin/sql_db.py [new file with mode: 0644]
bin/ssl/SecureXMLRPCServer.py [new file with mode: 0644]
bin/ssl/__init__.py [new file with mode: 0644]
bin/ssl/server.cert [new file with mode: 0644]
bin/ssl/server.pkey [new file with mode: 0644]
bin/tinyerp-server.py [new file with mode: 0755]
bin/tools/__init__.py [new file with mode: 0644]
bin/tools/amount_to_text.py [new file with mode: 0644]
bin/tools/config.py [new file with mode: 0644]
bin/tools/convert.py [new file with mode: 0644]
bin/tools/decimal.py [new file with mode: 0644]
bin/tools/import_email.py [new file with mode: 0644]
bin/tools/misc.py [new file with mode: 0644]
bin/tools/threadinglocal.py [new file with mode: 0644]
bin/tools/translate.py [new file with mode: 0644]
bin/tools/upgrade.py [new file with mode: 0644]
bin/wizard/__init__.py [new file with mode: 0644]
bin/workflow/__init__.py [new file with mode: 0644]
bin/workflow/common.py [new file with mode: 0644]
bin/workflow/instance.py [new file with mode: 0644]
bin/workflow/wkf_expr.py [new file with mode: 0644]
bin/workflow/wkf_logs.py [new file with mode: 0644]
bin/workflow/wkf_service.py [new file with mode: 0644]
bin/workflow/workitem.py [new file with mode: 0644]
doc/COPYING [new file with mode: 0644]
doc/Changelog [new file with mode: 0644]
doc/INSTALL [new file with mode: 0644]
doc/README [new file with mode: 0644]
doc/README.pychart [new file with mode: 0644]
doc/migrate/3.3.0-3.4.0/README [new file with mode: 0644]
doc/migrate/3.3.0-3.4.0/post.py [new file with mode: 0644]
doc/migrate/3.3.0-3.4.0/pre.py [new file with mode: 0644]
doc/migrate/3.4.0-4.0.0/pre.py [new file with mode: 0644]
doc/tinyerp-icon.ico [new file with mode: 0644]
doc/tinyerp-icon.png [new file with mode: 0644]
man/terp_serverrc.5 [new file with mode: 0644]
man/tinyerp-server.1 [new file with mode: 0644]
setup.py [new file with mode: 0755]