summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorStephan Christianus <stephanchrst@gmail.com>2023-01-16 10:02:53 +0000
committerStephan Christianus <stephanchrst@gmail.com>2023-01-16 10:02:53 +0000
commitf3d44eb32705c07c28f688300d54c36e7e26bd10 (patch)
tree69e3fa5c1a5b28da935435440d3eb99ef2a2117c /indoteknik_custom/views
parent4cec68ef40a33071d949c33c1592c146779f1abe (diff)
parentf960f1c092cdb7669152f8caca7afad314a59877 (diff)
Merged in release (pull request #24)
Release
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/dunning_run.xml31
-rwxr-xr-xindoteknik_custom/views/x_manufactures.xml3
2 files changed, 27 insertions, 7 deletions
diff --git a/indoteknik_custom/views/dunning_run.xml b/indoteknik_custom/views/dunning_run.xml
index ab01d476..c251b206 100644
--- a/indoteknik_custom/views/dunning_run.xml
+++ b/indoteknik_custom/views/dunning_run.xml
@@ -5,10 +5,14 @@
<field name="model">dunning.run</field>
<field name="arch" type="xml">
<tree>
- <field name="id"/>
<field name="number"/>
<field name="dunning_date"/>
<field name="partner_id"/>
+ <field name="is_validated" readonly="1"/>
+ <field name="date_kirim_tukar_faktur"/>
+ <field name="resi_tukar_faktur"/>
+ <field name="date_terima_tukar_faktur"/>
+ <field name="shipper_faktur_id"/>
</tree>
</field>
</record>
@@ -39,14 +43,33 @@
<div class="oe_button_box" name="button_box"/>
<group>
<group>
- <field name="number"/>
- <field name="partner_id"/>
- <field name="dunning_date"/>
+ <div>
<button name="generate_dunning_line"
string="Generate"
type="object"
+ class="mr-2 oe_highlight oe_edit_only"
+ />
+ <button name="validate_dunning"
+ string="Validate"
+ type="object"
+ class="mr-2 oe_highlight oe_edit_only"
+ />
+ <button name="copy_date_faktur"
+ string="Copy Date"
+ type="object"
class="oe_highlight oe_edit_only"
/>
+ </div>
+ <field name="number"/>
+ <field name="partner_id"/>
+ <field name="dunning_date"/>
+ </group>
+ <group>
+ <field name="is_validated" readonly="1"/>
+ <field name="date_kirim_tukar_faktur"/>
+ <field name="resi_tukar_faktur"/>
+ <field name="date_terima_tukar_faktur"/>
+ <field name="shipper_faktur_id"/>
</group>
</group>
<notebook>
diff --git a/indoteknik_custom/views/x_manufactures.xml b/indoteknik_custom/views/x_manufactures.xml
index cc8fd10c..e51cb6a7 100755
--- a/indoteknik_custom/views/x_manufactures.xml
+++ b/indoteknik_custom/views/x_manufactures.xml
@@ -43,7 +43,6 @@
<field name="x_manufacture_level"/>
<field name="x_produk_aksesoris_sparepart"/>
<field name="cache_reset_status"/>
- <field name="show_as_new_product"/>
<field name="sequence"/>
</group>
<group>
@@ -64,8 +63,6 @@
<field name="create_date"/>
<field name="solr_flag"/>
<field name="product_rating"/>
- <field name="is_new_product"/>
- <field name="seq_new_product"/>
</tree>
</field>
</page>