Skip to content

Commit

Permalink
[IMP] subscription information form in backend
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-champonnois committed Feb 21, 2024
1 parent a615525 commit 2d7b59b
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions cooperator/views/subscription_request_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,38 +148,37 @@ SPDX-License-Identifier: AGPL-3.0-or-later
<field name="zip_code" />
<field name="city" />
<field name="country_id" options="{'no_create':True}" />
<field name="lang" />
</group>
<group string="Subscription Information">
<field
name="capital_release_request_date"
groups="cooperator.cooperator_group_manager"
name="share_product_id"
options="{'no_create':True}"
/>
<field name="date" />
<field name="source" />
<field name="ordered_parts" />
<field name="share_unit_price"/>
<field name="subscription_amount"/>
<field name="date" />
<field
name="share_product_id"
options="{'no_create':True}"
name="capital_release_request_date"
groups="cooperator.cooperator_group_manager"
/>
<field name="share_short_name" />
<field name="share_unit_price" />
<field name="subscription_amount" />
<field name="lang" />
<field name="skip_iban_control" />
<field name="internal_rules_approved" />
<field name="data_policy_approved" />
<field name="financial_risk_approved" />
<field name="generic_rules_approved" />
<field
name="company_id"
groups="base.group_multi_company"
attrs="{'readonly': [('id', '!=', False)]}"
name="company_id"
groups="base.group_multi_company"
attrs="{'readonly': [('id', '!=', False)]}"
/>
<field
name="company_id"
groups="!base.group_multi_company"
invisible="True"
name="company_id"
groups="!base.group_multi_company"
invisible="True"
/>
<field name="source" />
<field name="skip_iban_control" />
</group>
</group>
<notebook>
Expand Down

0 comments on commit 2d7b59b

Please sign in to comment.