details: /erp/devel/main/rev/94f398c11ebf changeset: 7729:94f398c11ebf user: Adrián Romero <adrianromero <at> openbravo.com> date: Thu Jun 24 17:02:08 2010 +0200 summary: 0013762: The business partner field on General Setup || Security || User is read only It has been removed the read-only-logic definition of this column because it does not make sense. Now this field is editable
details: /erp/devel/main/rev/4cea88beac60 changeset: 7730:4cea88beac60 user: Asier Lostalé <asier.lostale <at> openbravo.com> date: Fri Jun 25 09:47:27 2010 +0200 summary: fixed bug 13777: Read only logic does not work in Order Lines tab C_Order.S_ResourceAssignment_ID is active again in order to generate its hidden field. diffstat: src-db/database/sourcedata/AD_COLUMN.xml | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diffs (20 lines): diff -r 4f08dcc35569 -r 4cea88beac60 src-db/database/sourcedata/AD_COLUMN.xml --- a/src-db/database/sourcedata/AD_COLUMN.xml Tue Jun 22 18:11:32 2010 +0200 +++ b/src-db/database/sourcedata/AD_COLUMN.xml Fri Jun 25 09:47:27 2010 +0200 @@ -99251,7 +99251,6 @@ <!--5844--> <ISPARENT><![CDATA[Y]]></ISPARENT> <!--5844--> <ISMANDATORY><![CDATA[N]]></ISMANDATORY> <!--5844--> <ISUPDATEABLE><![CDATA[Y]]></ISUPDATEABLE> -<!--5844--> <READONLYLOGIC><![CDATA[C_BPartner_ID!'']]></READONLYLOGIC> <!--5844--> <ISIDENTIFIER><![CDATA[N]]></ISIDENTIFIER> <!--5844--> <SEQNO><![CDATA[0]]></SEQNO> <!--5844--> <ISTRANSLATED><![CDATA[N]]></ISTRANSLATED> @@ -109294,7 +109293,7 @@ <!--6775--> <AD_COLUMN_ID><![CDATA[6775]]></AD_COLUMN_ID> <!--6775--> <AD_CLIENT_ID><![CDATA[0]]></AD_CLIENT_ID> <!--6775--> <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID> -<!--6775--> <ISACTIVE><![CDATA[N]]></ISACTIVE> +<!--6775--> <ISACTIVE><![CDATA[Y]]></ISACTIVE> <!--6775--> <NAME><![CDATA[Resource Assignment]]></NAME> <!--6775--> <DESCRIPTION><![CDATA[x not implemented]]></DESCRIPTION> <!--6775--> <HELP><![CDATA[The ID identifies a unique record]]></HELP> ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
