[IMP]pms_api_rest: added overpayment color to configurate in property

This commit is contained in:
braisab
2022-11-29 12:23:16 +01:00
committed by Darío Lodeiros
parent 82c2ac3065
commit 7799b4d8ef
6 changed files with 13 additions and 146 deletions

View File

@@ -70,6 +70,11 @@
widget="color"
attrs="{'invisible': [('color_option_config', '!=', 'advanced')]}"
/>
<field
name="overpayment_reservation_color"
widget="color"
attrs="{'invisible': [('color_option_config', '!=', 'advanced')]}"
/>
</group>
</group>
</xpath>