diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-10-20 10:17:52 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-10-20 10:17:52 +0700 |
| commit | d4be2f65948da27992841f99ffe1ff04b4de0194 (patch) | |
| tree | e35365b0c47dd5646b8e0033fc2aa74fe835f4a0 /indoteknik_custom/views | |
| parent | 956a77b7ad29af3620ee37e66c3b13de6a562deb (diff) | |
| parent | 1e08cea66f4b4b3e4664f09986b1e41d0ba57830 (diff) | |
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 8 | ||||
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 1 | ||||
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 1 |
3 files changed, 8 insertions, 2 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 2aeffc83..1721abb6 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -73,8 +73,12 @@ <field name="model">account.move</field> <field name="inherit_id" ref="account.view_in_invoice_tree"/> <field name="arch" type="xml"> - <field name="payment_state" position="after"> - <field name="payment_schedule" optional="hide"/> + <field name="invoice_date_due" position="after"> + <field name="bill_day_to_due" string="Due Date" widget="remaining_days"/> + </field> + + <field name="invoice_date_due" position="attributes"> + <attribute name="invisible">1</attribute> </field> </field> </record> diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 1ff14e60..7bf14899 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -65,6 +65,7 @@ </field> <field name="price_subtotal" position="after"> <field name="so_line_id" attrs="{'readonly': 1}" optional="hide"/> + <field name="indent" optional="hide"/> </field> <page name="purchase_delivery_invoice" position="after"> <page name="purchase_vendor_bills" string="Vendor Bills" groups="indoteknik_custom.technical_administrator"> diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 9f03235d..3702dcf8 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -15,6 +15,7 @@ <field name="driver_departure_date" optional="hide"/> <field name="driver_arrival_date" optional="hide"/> <field name="note_logistic" optional="hide"/> + <field name="note" optional="hide"/> </field> <field name="partner_id" position="after"> <field name="purchase_representative_id"/> |
