diff --git a/__manifest__.py b/__manifest__.py index 6c8a7b324812fb968112b6dc4f6057d10f000530..02b6152e3cbfcf113d8f525279acb34aea9e0504 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -52,6 +52,7 @@ "datas/scop_contribution_type_data.xml", "datas/scop_membership_reason_end_data.xml", "datas/scop_membership_type_data.xml", + "datas/scop_questionnaire_type_data.xml", ], "installable": True, 'auto_install': False, diff --git a/datas/scop_questionnaire_type_data.xml b/datas/scop_questionnaire_type_data.xml new file mode 100644 index 0000000000000000000000000000000000000000..f355d2a809c6f7d201165fa161b6403566af9ce1 --- /dev/null +++ b/datas/scop_questionnaire_type_data.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<odoo> + <data noupdate="1"> + <record id="questionnaire_type_1" model="scop.questionnaire.type"> + <field name="name">Inscription</field> + </record> + + <record id="questionnaire_type_2" model="scop.questionnaire.type"> + <field name="name">Liste Ministère</field> + </record> + </data> +</odoo> diff --git a/models/__pycache__/__init__.cpython-36.pyc b/models/__pycache__/__init__.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f47b2f5acebc71f6c413db2d1b7cca90df8e6a40 Binary files /dev/null and b/models/__pycache__/__init__.cpython-36.pyc differ diff --git a/models/__pycache__/ir_http.cpython-36.pyc b/models/__pycache__/ir_http.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0ec5f03df36060e5121204c4a12097fa836363c0 Binary files /dev/null and b/models/__pycache__/ir_http.cpython-36.pyc differ diff --git a/models/__pycache__/mail_activity_type.cpython-36.pyc b/models/__pycache__/mail_activity_type.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5e90b0a85fd65071a26dc0c08f693c43b3d5947a Binary files /dev/null and b/models/__pycache__/mail_activity_type.cpython-36.pyc differ diff --git a/models/__pycache__/res_company.cpython-36.pyc b/models/__pycache__/res_company.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f525ab40cd8c714b850e61a9b1473e96bad866e8 Binary files /dev/null and b/models/__pycache__/res_company.cpython-36.pyc differ diff --git a/models/__pycache__/res_partner.cpython-36.pyc b/models/__pycache__/res_partner.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9c67c63bccc8a5d21680516535fb507269e0b0b6 Binary files /dev/null and b/models/__pycache__/res_partner.cpython-36.pyc differ diff --git a/models/__pycache__/res_partner_newsletter.cpython-36.pyc b/models/__pycache__/res_partner_newsletter.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..30c3ee310edb48907dc92aed19ad3cc2bf5630b1 Binary files /dev/null and b/models/__pycache__/res_partner_newsletter.cpython-36.pyc differ diff --git a/models/__pycache__/res_users.cpython-36.pyc b/models/__pycache__/res_users.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ac373c069656752d6a6b934b2b289d849005c541 Binary files /dev/null and b/models/__pycache__/res_users.cpython-36.pyc differ diff --git a/models/__pycache__/scop_contribution.cpython-36.pyc b/models/__pycache__/scop_contribution.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d2200e994607fbea14e0fbe49599eabca7a0115 Binary files /dev/null and b/models/__pycache__/scop_contribution.cpython-36.pyc differ diff --git a/models/__pycache__/scop_federation_activity.cpython-36.pyc b/models/__pycache__/scop_federation_activity.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7ead37f106ae902ee9968c34f475c8c9706386d1 Binary files /dev/null and b/models/__pycache__/scop_federation_activity.cpython-36.pyc differ diff --git a/models/__pycache__/scop_membership.cpython-36.pyc b/models/__pycache__/scop_membership.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..237a45495e13820a48b3b2219485167c973f85cb Binary files /dev/null and b/models/__pycache__/scop_membership.cpython-36.pyc differ diff --git a/models/__pycache__/scop_partner_staff.cpython-36.pyc b/models/__pycache__/scop_partner_staff.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4ff8925523f4cf5b8fdd9c09cad52fad597c2653 Binary files /dev/null and b/models/__pycache__/scop_partner_staff.cpython-36.pyc differ diff --git a/models/__pycache__/scop_period.cpython-36.pyc b/models/__pycache__/scop_period.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..26ef7ec052d0a43a8d0297c113272915f7c01928 Binary files /dev/null and b/models/__pycache__/scop_period.cpython-36.pyc differ diff --git a/models/__pycache__/scop_questionnaire.cpython-36.pyc b/models/__pycache__/scop_questionnaire.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9698dcef992d6c8e8bd72659881048c51e7650cd Binary files /dev/null and b/models/__pycache__/scop_questionnaire.cpython-36.pyc differ diff --git a/models/__pycache__/scop_revision.cpython-36.pyc b/models/__pycache__/scop_revision.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e3e08f98b17088b268258b88ccda1f649ddedc1f Binary files /dev/null and b/models/__pycache__/scop_revision.cpython-36.pyc differ diff --git a/models/__pycache__/union_regionale.cpython-36.pyc b/models/__pycache__/union_regionale.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..74ac06acde1e33a3a975a7efc2e18699204fa532 Binary files /dev/null and b/models/__pycache__/union_regionale.cpython-36.pyc differ diff --git a/wizard/__pycache__/__init__.cpython-36.pyc b/wizard/__pycache__/__init__.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..07495bcd09b6a6d4568c708fb6108e6bed5f3b25 Binary files /dev/null and b/wizard/__pycache__/__init__.cpython-36.pyc differ diff --git a/wizard/__pycache__/scop_address_wizard.cpython-36.pyc b/wizard/__pycache__/scop_address_wizard.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a3db62b31016b6ea1a3c70dcfe2ba369d31becd1 Binary files /dev/null and b/wizard/__pycache__/scop_address_wizard.cpython-36.pyc differ diff --git a/wizard/__pycache__/scop_deces_wizard.cpython-36.pyc b/wizard/__pycache__/scop_deces_wizard.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..19da37d093c5dc915d90b9943189f244006859ac Binary files /dev/null and b/wizard/__pycache__/scop_deces_wizard.cpython-36.pyc differ diff --git a/wizard/__pycache__/scop_membership_out_wizard.cpython-36.pyc b/wizard/__pycache__/scop_membership_out_wizard.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8dc6efdc5b8478e610bcb7517153b12956c9b0ad Binary files /dev/null and b/wizard/__pycache__/scop_membership_out_wizard.cpython-36.pyc differ diff --git a/wizard/__pycache__/scop_membership_period_wizard.cpython-36.pyc b/wizard/__pycache__/scop_membership_period_wizard.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..574e00505bdafcdfdca17055413695b94b3d1e88 Binary files /dev/null and b/wizard/__pycache__/scop_membership_period_wizard.cpython-36.pyc differ diff --git a/wizard/__pycache__/scop_period_wizard.cpython-36.pyc b/wizard/__pycache__/scop_period_wizard.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2ff5a08e50741e819dc730933149950cd05ab230 Binary files /dev/null and b/wizard/__pycache__/scop_period_wizard.cpython-36.pyc differ diff --git a/wizard/__pycache__/scop_status_wizard.cpython-36.pyc b/wizard/__pycache__/scop_status_wizard.cpython-36.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2c50057bb7fe5b16397aca096c14ad0917fa65ab Binary files /dev/null and b/wizard/__pycache__/scop_status_wizard.cpython-36.pyc differ