diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-05-21 13:59:01 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-05-21 13:59:01 +0700 |
| commit | 04c3476f86c7499573f28aa603126481fe4e0daa (patch) | |
| tree | 70ed25eaa8bbe00d603e62b3b4c46b1af1322940 /indoteknik_custom/views | |
| parent | dc90b4a31e887a69b6e53dfd096313224c94c644 (diff) | |
add view ged tracking on dunning run
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/dunning_run.xml | 2 | ||||
| -rw-r--r-- | indoteknik_custom/views/dunning_run_ged.xml | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/indoteknik_custom/views/dunning_run.xml b/indoteknik_custom/views/dunning_run.xml index ac080fcf..9994d28d 100644 --- a/indoteknik_custom/views/dunning_run.xml +++ b/indoteknik_custom/views/dunning_run.xml @@ -74,7 +74,7 @@ </group> </group> <notebook> - <page string="Invoices"> + <page id="invoice_tab" string="Invoices"> <field name="dunning_line"/> </page> </notebook> diff --git a/indoteknik_custom/views/dunning_run_ged.xml b/indoteknik_custom/views/dunning_run_ged.xml index 5b8c6a3c..ecda228d 100644 --- a/indoteknik_custom/views/dunning_run_ged.xml +++ b/indoteknik_custom/views/dunning_run_ged.xml @@ -13,6 +13,14 @@ class="oe_highlight oe_edit_only" /> </field> + <page id="invoice_tab" position="after"> + <page string="Tracking"> + <field name="ged_tracking"/> + </page> + <page string="Tracking Line"> + <field name="ged_tracking_line"/> + </page> + </page> </field> </record> </data> |
