diff options
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"> |
