diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-09-01 17:04:28 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-09-01 17:04:28 +0700 |
| commit | b4cb2913b26644f11abc6f9ea73912a6d3072918 (patch) | |
| tree | ace7cbb56fb78381c975c97e6885671b99474e30 /indoteknik_custom/views/stock_picking.xml | |
| parent | 645b385f1feea20975f1abaacdf6ffdcb0af7ff1 (diff) | |
Faktur Pajak di Internal Use
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 9081a58e..0a8dba0b 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -23,6 +23,17 @@ }" /> </field> + <page name="note" position="after"> + <page string="E-Faktur" name="efaktur" attrs="{'invisible': [['is_internal_use', '=', False]]}"> + <group> + <group> + <field name="efaktur_id" domain="[('is_used','=',False)]"/> + <field name="is_efaktur_exported"/> + <field name="date_efaktur_exported"/> + </group> + </group> + </page> + </page> </field> </record> </data> |
