diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-09-08 15:16:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-09-08 15:16:50 +0700 |
| commit | 8fcc5cb618d189c3fd85d5cdf8860b893f89de88 (patch) | |
| tree | 5ee8045a629403d0ece452562e6176f7976f562b /indoteknik_custom/views | |
| parent | b4cb2913b26644f11abc6f9ea73912a6d3072918 (diff) | |
remove faktur pajak internal use (digunggung per bulan)
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 0a8dba0b..9081a58e 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -23,17 +23,6 @@ }" /> </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> |
