Skip to content

Commit

Permalink
Merge PR #3893 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Jan 13, 2025
2 parents 4d5dbe6 + eeb94b4 commit b49841a
Showing 1 changed file with 89 additions and 93 deletions.
182 changes: 89 additions & 93 deletions l10n_es_aeat_mod303/views/mod303_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,100 +53,96 @@
name="group_exonerated_390"
invisible="exonerated_390 == '2'"
>
<group>
<group string="Actividad principal" name="group_main_activity">
<field
name="main_activity_code"
widget="selection"
readonly="state == 'done'"
required="exonerated_390 != '2'"
/>
<field
name="main_activity_iae"
readonly="state == 'done'"
required="exonerated_390 != '2'"
/>
</group>
<group name="group_others_390" string="Otros">
<field
name="has_operation_volume"
readonly="state != 'draft'"
/>
<field name="has_347" readonly="state == 'done'" />
<field name="is_voluntary_sii" readonly="state == 'done'" />
</group>
<group string="Actividad principal" name="group_main_activity">
<field
name="main_activity_code"
widget="selection"
readonly="state == 'done'"
required="exonerated_390 != '2'"
/>
<field
name="main_activity_iae"
readonly="state == 'done'"
required="exonerated_390 != '2'"
/>
</group>
<group name="group_others_390" string="Otros">
<field
name="has_operation_volume"
readonly="state != 'draft'"
/>
<field name="has_347" readonly="state == 'done'" />
<field name="is_voluntary_sii" readonly="state == 'done'" />
</group>
<group
string="Otras - 1ª actividad"
name="group_other_first_activity"
>
<field
name="other_first_activity_code"
readonly="state == 'done'"
widget="selection"
/>
<field
name="other_first_activity_iae"
readonly="state == 'done'"
/>
</group>
<group
string="Otras - 2ª actividad"
name="group_other_second_activity"
>
<field
name="other_second_activity_code"
readonly="state == 'done'"
widget="selection"
/>
<field
name="other_second_activity_iae"
readonly="state == 'done'"
/>
</group>
<group
string="Otras - 3ª actividad"
name="group_other_third_activity"
>
<field
name="other_third_activity_code"
readonly="state == 'done'"
widget="selection"
/>
<field
name="other_third_activity_iae"
readonly="state == 'done'"
/>
</group>
<group col="3">
<group
string="Otras - 1ª actividad"
name="group_other_first_activity"
>
<field
name="other_first_activity_code"
readonly="state == 'done'"
widget="selection"
/>
<field
name="other_first_activity_iae"
readonly="state == 'done'"
/>
</group>
<group
string="Otras - 2ª actividad"
name="group_other_second_activity"
>
<field
name="other_second_activity_code"
readonly="state == 'done'"
widget="selection"
/>
<field
name="other_second_activity_iae"
readonly="state == 'done'"
/>
</group>
<group
string="Otras - 3ª actividad"
name="group_other_third_activity"
>
<field
name="other_third_activity_code"
readonly="state == 'done'"
widget="selection"
/>
<field
name="other_third_activity_iae"
readonly="state == 'done'"
/>
</group>
<group
string="Otras - 4ª actividad"
name="group_other_fourth_activity"
>
<field
name="other_fourth_activity_code"
readonly="state == 'done'"
widget="selection"
/>
<field
name="other_fourth_activity_iae"
readonly="state == 'done'"
/>
</group>
<group
string="Otras - 5ª actividad"
name="group_other_fifth_activity"
>
<field
name="other_fifth_activity_code"
readonly="state == 'done'"
widget="selection"
/>
<field
name="other_fifth_activity_iae"
readonly="state == 'done'"
/>
</group>
<group
string="Otras - 4ª actividad"
name="group_other_fourth_activity"
>
<field
name="other_fourth_activity_code"
readonly="state == 'done'"
widget="selection"
/>
<field
name="other_fourth_activity_iae"
readonly="state == 'done'"
/>
</group>
<group
string="Otras - 5ª actividad"
name="group_other_fifth_activity"
>
<field
name="other_fifth_activity_code"
readonly="state == 'done'"
widget="selection"
/>
<field
name="other_fifth_activity_iae"
readonly="state == 'done'"
/>
</group>
</group>
<group
Expand Down

0 comments on commit b49841a

Please sign in to comment.