diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-07 14:14:49 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-07 14:14:49 +0700 |
| commit | 292ce85b0e841f14e41a35ff7fad420009b6b600 (patch) | |
| tree | 09b0d13e787d117771f2d266196c96d55f83810b /indoteknik_custom/views | |
| parent | 981d77b17338cf1a0fe2d83c69258a9f3cdebe0f (diff) | |
count due
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/account_move_views.xml | 1 | ||||
| -rw-r--r-- | indoteknik_custom/views/res_partner.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move_views.xml b/indoteknik_custom/views/account_move_views.xml index 02926682..983fbd5a 100644 --- a/indoteknik_custom/views/account_move_views.xml +++ b/indoteknik_custom/views/account_move_views.xml @@ -61,6 +61,7 @@ <group> <field name="is_approve" readonly="1"/> <field name="order_id" readonly="1"/> + <field name="counter" readonly="1"/> <field name="approval_status" readonly="1"/> </group> </group> diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml index c77d942b..d609fdd5 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -8,6 +8,7 @@ <field name="arch" type="xml"> <field name="npwp" position="after"> <field name="sppkp"/> + <field name="counter"/> <field name="reference_number"/> </field> <field name="industry_id" position="after"> |
