Browse Source

[FIX] emc_fr,emc_ch : missing dependency

pull/84/head
robin.keunen 4 years ago
parent
commit
39a180f182
  1. 2
      easy_my_coop_ch/__manifest__.py
  2. 1
      easy_my_coop_ch/views/subscription_template.xml
  3. 2
      easy_my_coop_fr/__manifest__.py
  4. 1
      easy_my_coop_fr/views/subscription_template.xml

2
easy_my_coop_ch/__manifest__.py

@ -7,7 +7,7 @@
"summary": "Easy My Coop Switzerland localization", "summary": "Easy My Coop Switzerland localization",
"version": "12.0.1.0.2", "version": "12.0.1.0.2",
"license": "AGPL-3", "license": "AGPL-3",
"depends": ["easy_my_coop", "l10n_ch"],
"depends": ["easy_my_coop", "easy_my_coop_website", "l10n_ch"],
"author": "Coop IT Easy SCRLfs", "author": "Coop IT Easy SCRLfs",
"category": "Cooperative management", "category": "Cooperative management",
"webstite": "www.coopiteasy.be", "webstite": "www.coopiteasy.be",

1
easy_my_coop_ch/views/subscription_template.xml

@ -4,6 +4,7 @@
<template id="subscription_i18n_ch" <template id="subscription_i18n_ch"
inherit_id="easy_my_coop_website.becomecooperator" inherit_id="easy_my_coop_website.becomecooperator"
name="Removing fields"> name="Removing fields">
<!-- fixme instead of removing here, it should be added in easy_my_coop_be -->
<xpath expr="//label[@for='iban']/.." position="replace"> <xpath expr="//label[@for='iban']/.." position="replace">
<div t-attf-class="form-group #{error and 'iban' in error and 'has-error' or ''}"> <div t-attf-class="form-group #{error and 'iban' in error and 'has-error' or ''}">
<label class="col-md-3 col-sm-4 control-label" for="iban"> <label class="col-md-3 col-sm-4 control-label" for="iban">

2
easy_my_coop_fr/__manifest__.py

@ -5,7 +5,7 @@
{ {
"name": "Easy My Coop Fr", "name": "Easy My Coop Fr",
"version": "12.0.1.0.1", "version": "12.0.1.0.1",
"depends": ["easy_my_coop", "l10n_fr"],
"depends": ["easy_my_coop", "easy_my_coop_website", "l10n_fr"],
"author": "Houssine BAKKALI <houssine@coopiteasy.be>", "author": "Houssine BAKKALI <houssine@coopiteasy.be>",
"category": "Cooperative management", "category": "Cooperative management",
"webstite": "www.coopiteasy.be", "webstite": "www.coopiteasy.be",

1
easy_my_coop_fr/views/subscription_template.xml

@ -4,6 +4,7 @@
<template id="subscription_i18n_fr" <template id="subscription_i18n_fr"
inherit_id="easy_my_coop_website.becomecooperator" inherit_id="easy_my_coop_website.becomecooperator"
name="Removing fields"> name="Removing fields">
<!-- fixme instead of removing here, it should be added in easy_my_coop_be -->
<xpath expr="//label[@for='iban']/.." position="replace"> <xpath expr="//label[@for='iban']/.." position="replace">
</xpath> </xpath>
</template> </template>

Loading…
Cancel
Save