From fb48e96904fb3b0a7010652011e6dfb62cc94881 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Fri, 19 Feb 2016 17:22:31 +0100 Subject: [PATCH] IDEMPIERE-2064 Implement toolbar+tab button / show all DocAction buttons in trx windows in toolbar and window (useful to have the docaction button always reachable even if the button is at the bottom of the document - no need to scroll) --- .../oracle/201602191721_IDEMPIERE-2064.sql | 26 +++++++++++++++++++ .../201602191721_IDEMPIERE-2064.sql | 26 +++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 migration/i3.1/oracle/201602191721_IDEMPIERE-2064.sql create mode 100644 migration/i3.1/postgresql/201602191721_IDEMPIERE-2064.sql diff --git a/migration/i3.1/oracle/201602191721_IDEMPIERE-2064.sql b/migration/i3.1/oracle/201602191721_IDEMPIERE-2064.sql new file mode 100644 index 0000000000..c3921fad7b --- /dev/null +++ b/migration/i3.1/oracle/201602191721_IDEMPIERE-2064.sql @@ -0,0 +1,26 @@ +-- IDEMPIERE-2064 Show all DocAction button in trx windows in toolbar and window +update ad_column set istoolbarbutton='B' where ad_column_id in ( +1789, +2171, +3495, +4324, +5497, +10797, +11480, +12076, +12120, +12282, +12319, +12330, +12412, +12449, +12461, +59447, +59452, +59480, +210983) +; + +SELECT register_migration_script('201602191721_IDEMPIERE-2064.sql') FROM dual +; + diff --git a/migration/i3.1/postgresql/201602191721_IDEMPIERE-2064.sql b/migration/i3.1/postgresql/201602191721_IDEMPIERE-2064.sql new file mode 100644 index 0000000000..c3921fad7b --- /dev/null +++ b/migration/i3.1/postgresql/201602191721_IDEMPIERE-2064.sql @@ -0,0 +1,26 @@ +-- IDEMPIERE-2064 Show all DocAction button in trx windows in toolbar and window +update ad_column set istoolbarbutton='B' where ad_column_id in ( +1789, +2171, +3495, +4324, +5497, +10797, +11480, +12076, +12120, +12282, +12319, +12330, +12412, +12449, +12461, +59447, +59452, +59480, +210983) +; + +SELECT register_migration_script('201602191721_IDEMPIERE-2064.sql') FROM dual +; +