diff options
| -rwxr-xr-x | indoteknik_custom/__manifest__.py | 2 | ||||
| -rw-r--r-- | indoteknik_custom/views/account_bills.xml | 15 | ||||
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 11 |
3 files changed, 1 insertions, 27 deletions
diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index cd7c27d1..b570810f 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -80,7 +80,7 @@ 'views/product_sla.xml', 'views/voucher.xml', 'views/bill_receipt.xml', - 'views/account_bills.xml', + # 'views/account_bills.xml', 'report/report.xml', 'report/report_banner_banner.xml', 'report/report_banner_banner2.xml', diff --git a/indoteknik_custom/views/account_bills.xml b/indoteknik_custom/views/account_bills.xml deleted file mode 100644 index cb624396..00000000 --- a/indoteknik_custom/views/account_bills.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<odoo> - <data> - <record id="account_move_tree_inherit" model="ir.ui.view"> - <field name="name">Account Move</field> - <field name="model">account.move</field> - <field name="inherit_id" ref="account.view_in_invoice_tree"/> - <field name="arch" type="xml"> - <field name="invoice_date" position="after"> - <field name="payment_schedule" optional="hide"/> - </field> - </field> - </record> - </data> -</odoo>
\ No newline at end of file diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 18461d59..0fd6b5b5 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -73,16 +73,5 @@ </field> </field> </record> - - <record id="account_move_tree_inherit" model="ir.ui.view"> - <field name="name">Account Move</field> - <field name="model">account.move</field> - <field name="inherit_id" ref="account.view_in_invoice_tree"/> - <field name="arch" type="xml"> - <field name="invoice_date" position="after"> - <field name="payment_schedule" optional="hide"/> - </field> - </field> - </record> </data> </odoo>
\ No newline at end of file |
