change string customer to client

This commit is contained in:
Pawan Kumar 2020-12-16 11:44:10 +05:30
parent 45f90d2c4d
commit 19233e0881
8 changed files with 1 additions and 1 deletions

0
sub_project/__init__.py Normal file → Executable file
View File

0
sub_project/__manifest__.py Normal file → Executable file
View File

Binary file not shown.

0
sub_project/models/__init__.py Normal file → Executable file
View File

Binary file not shown.

Binary file not shown.

0
sub_project/models/sub_project.py Normal file → Executable file
View File

2
sub_project/views/sub_project.xml Normal file → Executable file
View File

@ -14,7 +14,7 @@
<field name="is_sub_project"/>
</group>
<group>
<field name="parent_project"
<field name="parent_project" attrs="{'invisible': [('is_sub_project', '=', False)], 'required': [('is_sub_project', '=', True)]}"
options="{'no_open': True, 'no_create': True, 'no_create_edit': True}"/>
</group>
</page>