Merge pull request #4687 from expsa/activity_bugs

activity modifications hide estimation budget
This commit is contained in:
eslamtalaat744 2025-09-16 13:40:57 +03:00 committed by GitHub
commit e843ddb5f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -196,7 +196,7 @@
<group>
<field name="track_id" required="1"/>
<field name="analytic_account_id" options="{'no_create': True}" readonly="1"/>
<field name="estimated_budget"/>
<!-- <field name="estimated_budget"/>-->
<field name="active"/>
</group>
</sheet>
@ -244,7 +244,7 @@
<field name="date_start"/>
<field name="date_end"/>
<field name="analytic_account_id" options="{'no_create': True}" readonly="1"/>
<field name="estimated_budget"/>
<!-- <field name="estimated_budget"/>-->
<field name="active"/>
</group>
</sheet>
@ -288,7 +288,7 @@
<field name="medad_type" widget="selection" required="1"/>
<field name="activity_id" required="0"/>
<field name="analytic_account_id" options="{'no_create': True}" readonly="1"/>
<field name="estimated_budget"/>
<!-- <field name="estimated_budget"/>-->
<field name="active"/>
</group>
</sheet>