Update transcation_common_view.xml

This commit is contained in:
zainab2097 2024-09-15 19:57:30 +03:00 committed by GitHub
parent edccb8eaad
commit f3f131e371
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,7 @@
domain="[('type', 'in', ['unit','employee'])]" options="{'no_create':True,'no_open':True}"/>
<field name="tran_tag" widget="many2many_tags"
options="{'no_create':True}"/>
<field name="is_branch"/>
</xpath>
<xpath expr="//field[@name='important_id']" position="after">
<field name="project_domain" widget="many2many_tags"
@ -185,6 +186,7 @@
<xpath expr="//field[@name='subject']" position="after">
<field name="to_ids" widget="many2many_tags" domain="[('type', 'in', ['employee','unit'])]"
options="{'no_create':True,'no_open':True}"/>
<field name="is_branch"/>
</xpath>
<xpath expr="//field[@name='transaction_date_hijri']" position="after">
<!-- <field name="outgoing_transaction_id" domain="[('partner_id', '=', partner_id)]"/>-->
@ -296,6 +298,8 @@
attrs="{'required':True,'readonly':[('state','not in', ['draft'])]}"
domain="[('type', '=', 'external')]"/>
<field name="to_name"/>
<field name="is_branch"/>
</xpath>
<xpath expr="//field[@name='transaction_date_hijri']" position="after">
<field name="cc_ids" widget="many2many_tags" domain="[('type', 'in', ['employee', 'unit'])]"