added from extra-addons
authorFabien Pinckaers <fp@tinyerp.com>
Sun, 24 Aug 2008 14:45:43 +0000 (16:45 +0200)
committerFabien Pinckaers <fp@tinyerp.com>
Sun, 24 Aug 2008 14:45:43 +0000 (16:45 +0200)
commit734fa421849257e7d9614800bcbe5bd585a56d17
tree75d51bfe58d48bfa1b8564d5367eea31d0c705f4
parent1d5ade4b2275fa6cf696198dd44f0d177b4ee530
added from extra-addons

bzr revid: fp@tinyerp.com-20080824144543-33o2j8ddmvaxx4ce
448 files changed:
addons/account_analytic_plans/__init__.py [new file with mode: 0644]
addons/account_analytic_plans/__terp__.py [new file with mode: 0644]
addons/account_analytic_plans/account_analytic_plans.py [new file with mode: 0644]
addons/account_analytic_plans/account_analytic_plans_report.xml [new file with mode: 0644]
addons/account_analytic_plans/account_analytic_plans_view.xml [new file with mode: 0644]
addons/account_analytic_plans/model_wizard.xml [new file with mode: 0644]
addons/account_analytic_plans/report/__init__.py [new file with mode: 0644]
addons/account_analytic_plans/report/crossovered_analytic.py [new file with mode: 0644]
addons/account_analytic_plans/report/crossovered_analytic.rml [new file with mode: 0644]
addons/account_analytic_plans/wizard/__init__.py [new file with mode: 0644]
addons/account_analytic_plans/wizard/create_model.py [new file with mode: 0644]
addons/account_analytic_plans/wizard/wizard_crossovered_analytic.py [new file with mode: 0644]
addons/account_balance/__init__.py [new file with mode: 0644]
addons/account_balance/__terp__.py [new file with mode: 0644]
addons/account_balance/account_move_line.py [new file with mode: 0644]
addons/account_balance/account_report.xml [new file with mode: 0644]
addons/account_balance/account_wizard.xml [new file with mode: 0644]
addons/account_balance/report/__init__.py [new file with mode: 0644]
addons/account_balance/report/account_balance.py [new file with mode: 0644]
addons/account_balance/report/account_balance.rml [new file with mode: 0644]
addons/account_balance/report/account_balance_landscape.rml [new file with mode: 0644]
addons/account_balance/wizard/__init__.py [new file with mode: 0644]
addons/account_balance/wizard/wizard_account_balance_report.py [new file with mode: 0644]
addons/account_budget_crossover/__init__.py [new file with mode: 0644]
addons/account_budget_crossover/__terp__.py [new file with mode: 0644]
addons/account_budget_crossover/crossovered_budget.py [new file with mode: 0644]
addons/account_budget_crossover/crossovered_budget_report.xml [new file with mode: 0644]
addons/account_budget_crossover/crossovered_budget_view.xml [new file with mode: 0644]
addons/account_budget_crossover/crossovered_budget_workflow.xml [new file with mode: 0644]
addons/account_budget_crossover/report/__init__.py [new file with mode: 0644]
addons/account_budget_crossover/report/analytic_account_budget_report.py [new file with mode: 0644]
addons/account_budget_crossover/report/analytic_account_budget_report.rml [new file with mode: 0644]
addons/account_budget_crossover/report/crossovered_budget_report.py [new file with mode: 0644]
addons/account_budget_crossover/report/crossovered_budget_report.rml [new file with mode: 0644]
addons/account_budget_crossover/wizard/__init__.py [new file with mode: 0644]
addons/account_budget_crossover/wizard/wizard_analytic_account_budget.py [new file with mode: 0644]
addons/account_budget_crossover/wizard/wizard_crossovered_budget_report.py [new file with mode: 0644]
addons/account_budget_crossover/wizard/wizard_crossovered_budget_summary_report.py [new file with mode: 0644]
addons/account_date_check/__init__.py [new file with mode: 0644]
addons/account_date_check/__terp__.py [new file with mode: 0644]
addons/account_date_check/account_date_check.py [new file with mode: 0644]
addons/account_date_check/account_date_check_view.xml [new file with mode: 0644]
addons/account_invoice_layout/.project [new file with mode: 0644]
addons/account_invoice_layout/.pydevproject [new file with mode: 0644]
addons/account_invoice_layout/__init__.py [new file with mode: 0644]
addons/account_invoice_layout/__terp__.py [new file with mode: 0644]
addons/account_invoice_layout/account_invoice_layout.py [new file with mode: 0644]
addons/account_invoice_layout/account_invoice_layout_report.xml [new file with mode: 0644]
addons/account_invoice_layout/account_invoice_layout_view.xml [new file with mode: 0644]
addons/account_invoice_layout/report/__init__.py [new file with mode: 0644]
addons/account_invoice_layout/report/report_account_invoice_layout.py [new file with mode: 0644]
addons/account_invoice_layout/report/report_account_invoice_layout.rml [new file with mode: 0644]
addons/account_invoice_layout/report/special_message_invoice.py [new file with mode: 0644]
addons/account_invoice_layout/report/special_message_invoice.rml [new file with mode: 0644]
addons/account_invoice_layout/wizard/__init__.py [new file with mode: 0644]
addons/account_invoice_layout/wizard/invoice_special_message.py [new file with mode: 0644]
addons/account_reporting/__init__.py [new file with mode: 0644]
addons/account_reporting/__terp__.py [new file with mode: 0644]
addons/account_reporting/account.py [new file with mode: 0644]
addons/account_reporting/account_data.xml [new file with mode: 0644]
addons/account_reporting/account_report.xml [new file with mode: 0644]
addons/account_reporting/account_view.xml [new file with mode: 0644]
addons/account_reporting/report/__init__.py [new file with mode: 0644]
addons/account_reporting/report/account_report_bs.py [new file with mode: 0644]
addons/account_reporting/report/account_report_bs.rml [new file with mode: 0644]
addons/account_reporting/wizard/__init__.py [new file with mode: 0644]
addons/account_reporting/wizard/wizard_account_balance_report.py [new file with mode: 0644]
addons/association_vertical/__init__.py [new file with mode: 0644]
addons/association_vertical/__terp__.py [new file with mode: 0644]
addons/association_vertical/aso_data.xml [new file with mode: 0644]
addons/association_vertical/aso_vertical_view.xml [new file with mode: 0644]
addons/association_vertical/crm_fund_data.xml [new file with mode: 0644]
addons/association_vertical/crm_fund_demo.xml [new file with mode: 0644]
addons/auction/__init__.py [new file with mode: 0644]
addons/auction/__terp__.py [new file with mode: 0644]
addons/auction/auction.png [new file with mode: 0644]
addons/auction/auction.py [new file with mode: 0644]
addons/auction/auction_data.xml [new file with mode: 0644]
addons/auction/auction_demo.xml [new file with mode: 0644]
addons/auction/auction_report.xml [new file with mode: 0644]
addons/auction/auction_sequence.xml [new file with mode: 0644]
addons/auction/auction_view.xml [new file with mode: 0644]
addons/auction/auction_wizard.xml [new file with mode: 0644]
addons/auction/barcode/__init__.py [new file with mode: 0644]
addons/auction/barcode/code128.py [new file with mode: 0644]
addons/auction/barcode/code39.py [new file with mode: 0644]
addons/auction/barcode/code93.py [new file with mode: 0644]
addons/auction/barcode/common.py [new file with mode: 0644]
addons/auction/barcode/fourstate.py [new file with mode: 0644]
addons/auction/barcode/out.pdf [new file with mode: 0644]
addons/auction/barcode/test.py [new file with mode: 0644]
addons/auction/barcode/usps.py [new file with mode: 0644]
addons/auction/fr_FR.csv [new file with mode: 0644]
addons/auction/migrate/migrate.py [new file with mode: 0644]
addons/auction/migrate/v_migrate.py [new file with mode: 0644]
addons/auction/report/__init__.py [new file with mode: 0644]
addons/auction/report/ach_bordereau.xml [new file with mode: 0644]
addons/auction/report/ach_bordereau.xsl [new file with mode: 0644]
addons/auction/report/ach_bordereau_photo.xml [new file with mode: 0644]
addons/auction/report/ach_bordereau_photo.xsl [new file with mode: 0644]
addons/auction/report/artists.xml [new file with mode: 0644]
addons/auction/report/artists.xsl [new file with mode: 0644]
addons/auction/report/artists_lots.py [new file with mode: 0644]
addons/auction/report/auction_artists.py [new file with mode: 0644]
addons/auction/report/auction_artists.rml [new file with mode: 0644]
addons/auction/report/auction_bids.py [new file with mode: 0644]
addons/auction/report/auction_bids.rml [new file with mode: 0644]
addons/auction/report/auction_buyer_result.py [new file with mode: 0644]
addons/auction/report/auction_buyer_result.rml [new file with mode: 0644]
addons/auction/report/auction_catelog.py [new file with mode: 0644]
addons/auction/report/auction_catelog.rml [new file with mode: 0644]
addons/auction/report/auction_invoice.py [new file with mode: 0644]
addons/auction/report/auction_objects.py [new file with mode: 0644]
addons/auction/report/auction_objects.rml [new file with mode: 0644]
addons/auction/report/auction_result.py [new file with mode: 0644]
addons/auction/report/auction_result.rml [new file with mode: 0644]
addons/auction/report/auction_total.rml [new file with mode: 0644]
addons/auction/report/auction_total_rml.py [new file with mode: 0644]
addons/auction/report/auction_total_rml.rml [new file with mode: 0644]
addons/auction/report/bids.xml [new file with mode: 0644]
addons/auction/report/bids.xsl [new file with mode: 0644]
addons/auction/report/bids_lots.py [new file with mode: 0644]
addons/auction/report/bids_lots.rml [new file with mode: 0644]
addons/auction/report/bids_phones_details.py [new file with mode: 0644]
addons/auction/report/bids_phones_details.rml [new file with mode: 0644]
addons/auction/report/buyer_form_report.py [new file with mode: 0644]
addons/auction/report/buyer_form_report.rml [new file with mode: 0644]
addons/auction/report/buyer_list.py [new file with mode: 0644]
addons/auction/report/buyer_list.rml [new file with mode: 0644]
addons/auction/report/buyer_list.xml [new file with mode: 0644]
addons/auction/report/buyer_list.xsl [new file with mode: 0644]
addons/auction/report/catalog.xml [new file with mode: 0644]
addons/auction/report/catalog.xsl [new file with mode: 0644]
addons/auction/report/catalog2.py [new file with mode: 0644]
addons/auction/report/catalog2.xsl [new file with mode: 0755]
addons/auction/report/catelogwithpictures.py [new file with mode: 0644]
addons/auction/report/catelogwithpictures.rml [new file with mode: 0644]
addons/auction/report/content.xml [new file with mode: 0644]
addons/auction/report/deposit.xml [new file with mode: 0644]
addons/auction/report/deposit.xsl [new file with mode: 0644]
addons/auction/report/deposit_seller.py [new file with mode: 0644]
addons/auction/report/deposit_seller.rml [new file with mode: 0644]
addons/auction/report/huissier.py [new file with mode: 0644]
addons/auction/report/huissier.xsl [new file with mode: 0644]
addons/auction/report/lots_bids_phone.xml [new file with mode: 0644]
addons/auction/report/lots_bids_phone.xsl [new file with mode: 0644]
addons/auction/report/lots_bids_phone2.xml [new file with mode: 0644]
addons/auction/report/lots_bids_phone2.xsl [new file with mode: 0644]
addons/auction/report/lots_deposit.xml [new file with mode: 0644]
addons/auction/report/lots_deposit.xsl [new file with mode: 0644]
addons/auction/report/lots_list.py [new file with mode: 0644]
addons/auction/report/lots_list.rml [new file with mode: 0644]
addons/auction/report/lots_list.xml [new file with mode: 0644]
addons/auction/report/lots_list.xsl [new file with mode: 0644]
addons/auction/report/lots_list_inv.xml [new file with mode: 0644]
addons/auction/report/lots_list_inv.xsl [new file with mode: 0644]
addons/auction/report/lots_list_inventory.py [new file with mode: 0644]
addons/auction/report/lots_list_inventory.rml [new file with mode: 0644]
addons/auction/report/lots_list_landscape.py [new file with mode: 0644]
addons/auction/report/lots_list_landscape.rml [new file with mode: 0644]
addons/auction/report/lots_list_landscape.xml [new file with mode: 0644]
addons/auction/report/lots_list_landscape.xsl [new file with mode: 0644]
addons/auction/report/lots_with_vat.xml [new file with mode: 0644]
addons/auction/report/lots_with_vat.xsl [new file with mode: 0644]
addons/auction/report/photo_shadow.py [new file with mode: 0644]
addons/auction/report/report_lot_bar_code.py [new file with mode: 0644]
addons/auction/report/report_lot_bar_code.rml [new file with mode: 0644]
addons/auction/report/results.xml [new file with mode: 0644]
addons/auction/report/results.xsl [new file with mode: 0644]
addons/auction/report/results_buyer.xml [new file with mode: 0644]
addons/auction/report/results_buyer.xsl [new file with mode: 0644]
addons/auction/report/seller_address.py [new file with mode: 0644]
addons/auction/report/seller_form_report.py [new file with mode: 0644]
addons/auction/report/seller_form_report.rml [new file with mode: 0644]
addons/auction/report/seller_list.xml [new file with mode: 0644]
addons/auction/report/seller_list.xsl [new file with mode: 0644]
addons/auction/report/total.py [new file with mode: 0644]
addons/auction/report/total.xsl [new file with mode: 0644]
addons/auction/report/vnd_bordereau.xml [new file with mode: 0644]
addons/auction/report/vnd_bordereau.xsl [new file with mode: 0644]
addons/auction/wizard/__init__.py [new file with mode: 0644]
addons/auction/wizard/auction_catalog_flagey.py [new file with mode: 0644]
addons/auction/wizard/auction_wizard_able_taken.py [new file with mode: 0644]
addons/auction/wizard/auction_wizard_enable_taken.py [new file with mode: 0644]
addons/auction/wizard/wizard_aie_send.py [new file with mode: 0644]
addons/auction/wizard/wizard_aie_send_result.py [new file with mode: 0644]
addons/auction/wizard/wizard_auction_invoice_buyer.py [new file with mode: 0644]
addons/auction/wizard/wizard_auction_journal.py [new file with mode: 0644]
addons/auction/wizard/wizard_emporte.py [new file with mode: 0644]
addons/auction/wizard/wizard_lot_date_move.py [new file with mode: 0644]
addons/auction/wizard/wizard_lots_buyer_map.py [new file with mode: 0644]
addons/auction/wizard/wizard_lots_cancel.py [new file with mode: 0644]
addons/auction/wizard/wizard_lots_invoice.py [new file with mode: 0644]
addons/auction/wizard/wizard_lots_numerotate.py [new file with mode: 0644]
addons/auction/wizard/wizard_lots_pay.py [new file with mode: 0644]
addons/auction/wizard/wizard_lots_sms.py [new file with mode: 0644]
addons/auction/wizard/wizard_pay.py [new file with mode: 0644]
addons/auction/wizard/wizard_payer.py [new file with mode: 0644]
addons/auction/wizard/wizard_transfer_unsold_object.py [new file with mode: 0644]
addons/base_contact/__init__.py [new file with mode: 0644]
addons/base_contact/__terp__.py [new file with mode: 0644]
addons/base_contact/base_contact.py [new file with mode: 0644]
addons/base_contact/base_contact_view.xml [new file with mode: 0644]
addons/base_module_record/__init__.py [new file with mode: 0644]
addons/base_module_record/__terp__.py [new file with mode: 0644]
addons/base_module_record/base_module_record.py [new file with mode: 0644]
addons/base_module_record/base_module_record_wizard.xml [new file with mode: 0644]
addons/base_module_record/wizard/__init__.py [new file with mode: 0644]
addons/base_module_record/wizard/base_module_record.py [new file with mode: 0644]
addons/base_module_record/wizard/base_module_save.py [new file with mode: 0644]
addons/base_report_creator/__init__.py [new file with mode: 0644]
addons/base_report_creator/__terp__.py [new file with mode: 0644]
addons/base_report_creator/base_report_creator.py [new file with mode: 0644]
addons/base_report_creator/base_report_creator_demo.xml [new file with mode: 0644]
addons/base_report_creator/base_report_creator_view.xml [new file with mode: 0644]
addons/base_report_creator/base_report_creator_wizard.xml [new file with mode: 0644]
addons/base_report_creator/wizard/__init__.py [new file with mode: 0644]
addons/base_report_creator/wizard/base_report_creator_open.py [new file with mode: 0644]
addons/base_report_creator/wizard/report_menu_create.py [new file with mode: 0644]
addons/base_report_creator/wizard/wiz_set_filter_fields.py [new file with mode: 0644]
addons/base_report_designer/__init__.py [new file with mode: 0644]
addons/base_report_designer/__terp__.py [new file with mode: 0644]
addons/base_report_designer/base_report_designer.py [new file with mode: 0644]
addons/base_report_designer/base_report_designer_wizard.xml [new file with mode: 0644]
addons/base_report_designer/wizard/__init__.py [new file with mode: 0644]
addons/base_report_designer/wizard/base_report_designer_modify.py [new file with mode: 0644]
addons/base_report_designer/wizard/tiny_sxw2rml/__init__.py [new file with mode: 0644]
addons/base_report_designer/wizard/tiny_sxw2rml/normalized_oo2rml.xsl [new file with mode: 0644]
addons/base_report_designer/wizard/tiny_sxw2rml/office.dtd [new file with mode: 0644]
addons/base_report_designer/wizard/tiny_sxw2rml/tiny_sxw2rml.py [new file with mode: 0644]
addons/board_association/__init__.py [new file with mode: 0644]
addons/board_association/__terp__.py [new file with mode: 0644]
addons/board_association/board_association_demo.xml [new file with mode: 0644]
addons/board_association/board_association_view.xml [new file with mode: 0644]
addons/board_auction/__init__.py [new file with mode: 0644]
addons/board_auction/__terp__.py [new file with mode: 0644]
addons/board_auction/board_auction_demo.xml [new file with mode: 0644]
addons/board_auction/board_auction_manager_view.xml [new file with mode: 0644]
addons/board_auction/board_auction_view.xml [new file with mode: 0644]
addons/board_crm_configuration/__init__.py [new file with mode: 0644]
addons/board_crm_configuration/__terp__.py [new file with mode: 0644]
addons/board_crm_configuration/board_crm_demo.xml [new file with mode: 0644]
addons/board_crm_configuration/board_crm_statistical_view.xml [new file with mode: 0644]
addons/board_crm_configuration/board_crm_view.xml [new file with mode: 0644]
addons/board_document/__init__.py [new file with mode: 0644]
addons/board_document/__terp__.py [new file with mode: 0644]
addons/board_document/board_document_demo.xml [new file with mode: 0644]
addons/board_document/board_document_view.xml [new file with mode: 0644]
addons/crm_configuration/__init__.py [new file with mode: 0644]
addons/crm_configuration/__terp__.py [new file with mode: 0644]
addons/crm_configuration/crm_bugs_data.xml [new file with mode: 0644]
addons/crm_configuration/crm_bugs_demo.xml [new file with mode: 0644]
addons/crm_configuration/crm_bugs_view.xml [new file with mode: 0644]
addons/crm_configuration/crm_config.py [new file with mode: 0644]
addons/crm_configuration/crm_fund_view.xml [new file with mode: 0644]
addons/crm_configuration/crm_jobs_data.xml [new file with mode: 0644]
addons/crm_configuration/crm_jobs_demo.xml [new file with mode: 0644]
addons/crm_configuration/crm_jobs_view.xml [new file with mode: 0644]
addons/crm_configuration/crm_lead_data.xml [new file with mode: 0644]
addons/crm_configuration/crm_lead_demo.xml [new file with mode: 0644]
addons/crm_configuration/crm_lead_view.xml [new file with mode: 0644]
addons/crm_configuration/crm_meeting_data.xml [new file with mode: 0644]
addons/crm_configuration/crm_meeting_demo.xml [new file with mode: 0644]
addons/crm_configuration/crm_meeting_view.xml [new file with mode: 0644]
addons/crm_configuration/crm_opportunity_data.xml [new file with mode: 0644]
addons/crm_configuration/crm_opportunity_demo.xml [new file with mode: 0644]
addons/crm_configuration/crm_opportunity_view.xml [new file with mode: 0644]
addons/crm_configuration/crm_report_view.xml [new file with mode: 0644]
addons/crm_configuration/report/__init__.py [new file with mode: 0644]
addons/crm_configuration/report/crm_report.py [new file with mode: 0644]
addons/crm_profiling/__init__.py [new file with mode: 0644]
addons/crm_profiling/__terp__.py [new file with mode: 0644]
addons/crm_profiling/crm_profiling.py [new file with mode: 0644]
addons/crm_profiling/crm_profiling_demo.xml [new file with mode: 0644]
addons/crm_profiling/crm_profiling_view.xml [new file with mode: 0644]
addons/crm_profiling/crm_profiling_wizard.xml [new file with mode: 0644]
addons/crm_profiling/wizard/__init__.py [new file with mode: 0644]
addons/crm_profiling/wizard/open_questionnaire.py [new file with mode: 0644]
addons/crm_vertical/__init__.py [new file with mode: 0644]
addons/crm_vertical/__terp__.py [new file with mode: 0644]
addons/crm_vertical/crm_vertical_shortcuts.xml [new file with mode: 0644]
addons/crm_vertical/crm_vertical_view.xml [new file with mode: 0644]
addons/event/__init__.py [new file with mode: 0644]
addons/event/__terp__.py [new file with mode: 0644]
addons/event/event.py [new file with mode: 0644]
addons/event/event_data.xml [new file with mode: 0644]
addons/event/event_demo.xml [new file with mode: 0644]
addons/event/event_sequence.xml [new file with mode: 0644]
addons/event/event_view.xml [new file with mode: 0644]
addons/event/event_wizard.xml [new file with mode: 0644]
addons/event/wizard/__init__.py [new file with mode: 0644]
addons/event/wizard/event_registration.py [new file with mode: 0644]
addons/event/wizard/event_registrations_partner.py [new file with mode: 0644]
addons/event/wizard/make_invoice.py [new file with mode: 0644]
addons/event/wizard/project_wizard.py [new file with mode: 0644]
addons/google_map/__init__.py [new file with mode: 0644]
addons/google_map/__terp__.py [new file with mode: 0644]
addons/google_map/google_map.py [new file with mode: 0644]
addons/google_map/google_map_view.xml [new file with mode: 0644]
addons/google_map/google_map_wizard.xml [new file with mode: 0644]
addons/google_map/wizard/__init__.py [new file with mode: 0644]
addons/google_map/wizard/google_map_launch.py [new file with mode: 0644]
addons/hr_holidays/__init__.py [new file with mode: 0644]
addons/hr_holidays/__terp__.py [new file with mode: 0644]
addons/hr_holidays/hr.py [new file with mode: 0644]
addons/hr_holidays/hr_bel_holidays_2008.xml [new file with mode: 0644]
addons/hr_holidays/hr_holidays_report.xml [new file with mode: 0644]
addons/hr_holidays/hr_holidays_wizard.xml [new file with mode: 0644]
addons/hr_holidays/hr_view.xml [new file with mode: 0644]
addons/hr_holidays/hr_workflow.xml [new file with mode: 0644]
addons/hr_holidays/report/__init__.py [new file with mode: 0644]
addons/hr_holidays/report/holidays_summary.xsl [new file with mode: 0644]
addons/hr_holidays/report/holidays_summary_report.py [new file with mode: 0644]
addons/hr_holidays/wizard/__init__.py [new file with mode: 0644]
addons/hr_holidays/wizard/holidays_summary.py [new file with mode: 0644]
addons/hr_holidays/wizard/holidays_summary_employees.py [new file with mode: 0644]
addons/idea/__init__.py [new file with mode: 0644]
addons/idea/__terp__.py [new file with mode: 0644]
addons/idea/idea.py [new file with mode: 0644]
addons/idea/idea_view.xml [new file with mode: 0644]
addons/idea/idea_workflow.xml [new file with mode: 0644]
addons/invoice_payment_tab/__init__.py [new file with mode: 0644]
addons/invoice_payment_tab/__terp__.py [new file with mode: 0644]
addons/invoice_payment_tab/invoice_payment_tab.py [new file with mode: 0644]
addons/invoice_payment_tab/invoice_payment_tab_view.xml [new file with mode: 0644]
addons/membership/__init__.py [new file with mode: 0644]
addons/membership/__terp__.py [new file with mode: 0644]
addons/membership/demo_data.xml [new file with mode: 0755]
addons/membership/membership.py [new file with mode: 0644]
addons/membership/membership_data.xml [new file with mode: 0644]
addons/membership/membership_demo.xml [new file with mode: 0644]
addons/membership/membership_view.xml [new file with mode: 0644]
addons/membership/membership_wizard.xml [new file with mode: 0644]
addons/membership/wizard/__init__.py [new file with mode: 0644]
addons/membership/wizard/invoice_membership.py [new file with mode: 0644]
addons/mrp_jit/__init__.py [new file with mode: 0644]
addons/mrp_jit/__terp__.py [new file with mode: 0644]
addons/mrp_jit/mrp_jit.xml [new file with mode: 0644]
addons/mrp_operations/__init__.py [new file with mode: 0644]
addons/mrp_operations/__terp__.py [new file with mode: 0644]
addons/mrp_operations/mrp_operation_data.xml [new file with mode: 0644]
addons/mrp_operations/mrp_operations.py [new file with mode: 0644]
addons/mrp_operations/mrp_operations_report.xml [new file with mode: 0644]
addons/mrp_operations/mrp_operations_view.xml [new file with mode: 0644]
addons/mrp_operations/mrp_operations_workflow.xml [new file with mode: 0644]
addons/mrp_operations/report/__init__.py [new file with mode: 0644]
addons/mrp_operations/report/mrp_code_barcode.py [new file with mode: 0644]
addons/mrp_operations/report/mrp_code_barcode.rml [new file with mode: 0644]
addons/mrp_operations/report/mrp_wc_barcode.py [new file with mode: 0644]
addons/mrp_operations/report/mrp_wc_barcode.rml [new file with mode: 0644]
addons/multi_company_account/__init__.py [deleted file]
addons/multi_company_account/__terp__.py [deleted file]
addons/multi_company_account/multi_company_account.py [deleted file]
addons/multi_company_account/multi_company_account_data.xml [deleted file]
addons/multi_company_account/multi_company_account_demo.xml [deleted file]
addons/multi_company_account/multi_company_account_view.xml [deleted file]
addons/point_of_sale/__init__.py [new file with mode: 0644]
addons/point_of_sale/__terp__.py [new file with mode: 0644]
addons/point_of_sale/pos.py [new file with mode: 0644]
addons/point_of_sale/pos_data.xml [new file with mode: 0644]
addons/point_of_sale/pos_report.xml [new file with mode: 0644]
addons/point_of_sale/pos_sequence.xml [new file with mode: 0644]
addons/point_of_sale/pos_view.xml [new file with mode: 0644]
addons/point_of_sale/pos_wizard.xml [new file with mode: 0644]
addons/point_of_sale/pos_workflow.xml [new file with mode: 0644]
addons/point_of_sale/report/__init__.py [new file with mode: 0644]
addons/point_of_sale/report/pos_details.py [new file with mode: 0644]
addons/point_of_sale/report/pos_details.rml [new file with mode: 0644]
addons/point_of_sale/report/pos_details_summary.py [new file with mode: 0644]
addons/point_of_sale/report/pos_details_summary.rml [new file with mode: 0644]
addons/point_of_sale/report/pos_invoice.py [new file with mode: 0644]
addons/point_of_sale/report/pos_lines.py [new file with mode: 0644]
addons/point_of_sale/report/pos_lines.rml [new file with mode: 0644]
addons/point_of_sale/report/pos_receipt.py [new file with mode: 0644]
addons/point_of_sale/report/pos_receipt.rml [new file with mode: 0644]
addons/point_of_sale/sale_wizard.xml [new file with mode: 0644]
addons/point_of_sale/stock.py [new file with mode: 0644]
addons/point_of_sale/wizard/__init__.py [new file with mode: 0644]
addons/point_of_sale/wizard/wizard_add_product.py [new file with mode: 0644]
addons/point_of_sale/wizard/wizard_confirm.py [new file with mode: 0644]
addons/point_of_sale/wizard/wizard_default_journal.py [new file with mode: 0644]
addons/point_of_sale/wizard/wizard_discount.py [new file with mode: 0644]
addons/point_of_sale/wizard/wizard_get_sale.py [new file with mode: 0644]
addons/point_of_sale/wizard/wizard_pos_payment.py [new file with mode: 0644]
addons/point_of_sale/wizard/wizard_refund_order.py [new file with mode: 0644]
addons/profile_association/__init__.py [new file with mode: 0644]
addons/profile_association/__terp__.py [new file with mode: 0644]
addons/profile_auction/__init__.py [new file with mode: 0644]
addons/profile_auction/__terp__.py [new file with mode: 0644]
addons/profile_crm/__init__.py [new file with mode: 0644]
addons/profile_crm/__terp__.py [new file with mode: 0644]
addons/project_gtd/__init__.py [new file with mode: 0644]
addons/project_gtd/__terp__.py [new file with mode: 0644]
addons/project_gtd/project_gtd.py [new file with mode: 0644]
addons/project_gtd/project_gtd_demo.xml [new file with mode: 0644]
addons/project_gtd/project_gtd_view.xml [new file with mode: 0644]
addons/project_gtd/project_gtd_wizard.xml [new file with mode: 0644]
addons/project_gtd/wizard/__init__.py [new file with mode: 0644]
addons/project_gtd/wizard/project_gtd_daily.py [new file with mode: 0644]
addons/project_gtd/wizard/project_gtd_empty.py [new file with mode: 0644]
addons/project_gtd/wizard/project_gtd_fill.py [new file with mode: 0644]
addons/project_mrp/__init__.py [new file with mode: 0644]
addons/project_mrp/__terp__.py [new file with mode: 0644]
addons/project_mrp/mrp.py [new file with mode: 0644]
addons/project_mrp/project.py [new file with mode: 0644]
addons/project_mrp/project_workflow.xml [new file with mode: 0644]
addons/project_retro_planning/__init__.py [new file with mode: 0644]
addons/project_retro_planning/__terp__.py [new file with mode: 0644]
addons/project_retro_planning/project_retro_planning.py [new file with mode: 0644]
addons/project_timesheet/__init__.py [new file with mode: 0644]
addons/project_timesheet/__terp__.py [new file with mode: 0644]
addons/project_timesheet/project_timesheet.py [new file with mode: 0644]
addons/purchase_analytic_plans/__init__.py [new file with mode: 0644]
addons/purchase_analytic_plans/__terp__.py [new file with mode: 0644]
addons/purchase_analytic_plans/purchase_analytic_plans.py [new file with mode: 0644]
addons/purchase_analytic_plans/purchase_analytic_plans_view.xml [new file with mode: 0644]
addons/sale_analytic_plans/__init__.py [new file with mode: 0644]
addons/sale_analytic_plans/__terp__.py [new file with mode: 0644]
addons/sale_analytic_plans/sale_analytic_plans.py [new file with mode: 0644]
addons/sale_analytic_plans/sale_analytic_plans_view.xml [new file with mode: 0644]
addons/sale_crm/__init__.py [new file with mode: 0644]
addons/sale_crm/__terp__.py [new file with mode: 0644]
addons/sale_crm/sale_crm_wizard.xml [new file with mode: 0644]
addons/sale_crm/wizard/__init__.py [new file with mode: 0644]
addons/sale_crm/wizard/makecase.py [new file with mode: 0644]
addons/sale_crm/wizard/makesale.py [new file with mode: 0644]
addons/sale_journal/__init__.py [new file with mode: 0644]
addons/sale_journal/__terp__.py [new file with mode: 0644]
addons/sale_journal/picking_journal_view.xml [new file with mode: 0644]
addons/sale_journal/picking_journal_view_report.xml [new file with mode: 0644]
addons/sale_journal/sale_journal.py [new file with mode: 0644]
addons/sale_journal/sale_journal_data.xml [new file with mode: 0644]
addons/sale_journal/sale_journal_demo.xml [new file with mode: 0644]
addons/sale_journal/sale_journal_inherit.py [new file with mode: 0644]
addons/sale_journal/sale_journal_picking_report.py [new file with mode: 0644]
addons/sale_journal/sale_journal_report.py [new file with mode: 0644]
addons/sale_journal/sale_journal_view.xml [new file with mode: 0644]
addons/stock_back_order/__init__.py [new file with mode: 0644]
addons/stock_back_order/__terp__.py [new file with mode: 0644]
addons/stock_back_order/stock.py [new file with mode: 0644]
addons/stock_back_order/stock_view.xml [new file with mode: 0644]
addons/stock_back_order/stock_wizard.xml [new file with mode: 0644]
addons/stock_back_order/wizard/__init__.py [new file with mode: 0644]
addons/stock_back_order/wizard/wizard_partial_picking.py [new file with mode: 0644]
addons/stock_invoice_directly/__init__.py [new file with mode: 0644]
addons/stock_invoice_directly/__terp__.py [new file with mode: 0644]
addons/stock_invoice_directly/wizard/__init__.py [new file with mode: 0644]
addons/stock_invoice_directly/wizard/stock_invoice.py [new file with mode: 0644]