Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add window, tab and field properties. #2

Conversation

EdwinBetanc0urt
Copy link
Contributor

@EdwinBetanc0urt EdwinBetanc0urt commented Mar 23, 2024

Tabs

  • context_column_names
  • is_read_only
  • read_only_logic
  • is_has_tree
  • access_level
  • identifier_columns
  • selection_colums
  • parent_column_name
  • link_column_name
  • is_sort_tab
  • sort_order_column_name
  • sort_yes_no_column_name
  • window_id
  • process associated on tab

Process on tab

  • is_report
  • browser_id
  • browse
  • form_id
  • form
  • workflow_id
  • workflow

Fields

  • column_sql
  • is_key
  • is_translated
  • is_identifier
  • identifier_sequence
  • is_selection_column
  • callout
  • is_field_only
  • is_heading
  • is_displayed_grid
  • is_updateable
  • is_always_updateable
  • is_allow_copy
  • validation_id are removed
  • is_encrypted
  • value_max
  • value_min
  • format_pattern
  • v_format
  • field_length
  • default_value

Additional context

related issue https://github.com/solop-develop/frontend-core/issues/1958
related issue https://github.com/solop-develop/frontend-core/issues/1965
related issue https://github.com/solop-develop/frontend-core/issues/2025

@yamelsenih yamelsenih merged commit 8955d85 into adempiere:master Mar 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants