[Erp5-report] r25590 - in /erp5/trunk/bt5/erp5_invoicing: PortalTypeHiddenContentTypeTempla...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 17 03:30:06 CET 2009


Author: yusei
Date: Tue Feb 17 03:30:04 2009
New Revision: 25590

URL: http://svn.erp5.org?rev=25590&view=rev
Log:
2009-02-17 yusei
* Hide "Add Invoice Line" from the drop down action menu until invoice support to collect multiple different orders.

Modified:
    erp5/trunk/bt5/erp5_invoicing/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml
    erp5/trunk/bt5/erp5_invoicing/bt/change_log
    erp5/trunk/bt5/erp5_invoicing/bt/revision
    erp5/trunk/bt5/erp5_invoicing/bt/template_portal_type_hidden_content_type_list

Modified: erp5/trunk/bt5/erp5_invoicing/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_invoicing/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml?rev=25590&r1=25589&r2=25590&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_invoicing/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_invoicing/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml [utf8] Tue Feb 17 03:30:04 2009
@@ -1,6 +1,7 @@
 <hidden_content_type_list>
  <portal_type id="Invoice Line">
   <item>Invoice Cell</item>
+  <item>Invoice Line</item>
  </portal_type>
  <portal_type id="Invoice Transaction Rule">
   <item>Accounting Rule Cell</item>

Modified: erp5/trunk/bt5/erp5_invoicing/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_invoicing/bt/change_log?rev=25590&r1=25589&r2=25590&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_invoicing/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_invoicing/bt/change_log [utf8] Tue Feb 17 03:30:04 2009
@@ -1,3 +1,6 @@
+2009-02-17 yusei
+* Hide "Add Invoice Line" from the drop down action menu until invoice support to collect multiple different orders.
+
 2009-02-16 jerome
 * copy source_account and destination_account from supply line on delivery lines, and enable this for divergence on invoice lines.
 

Modified: erp5/trunk/bt5/erp5_invoicing/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_invoicing/bt/revision?rev=25590&r1=25589&r2=25590&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_invoicing/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_invoicing/bt/revision [utf8] Tue Feb 17 03:30:04 2009
@@ -1,1 +1,1 @@
-213
+214

Modified: erp5/trunk/bt5/erp5_invoicing/bt/template_portal_type_hidden_content_type_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_invoicing/bt/template_portal_type_hidden_content_type_list?rev=25590&r1=25589&r2=25590&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_invoicing/bt/template_portal_type_hidden_content_type_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_invoicing/bt/template_portal_type_hidden_content_type_list [utf8] Tue Feb 17 03:30:04 2009
@@ -1,4 +1,5 @@
 Invoice Line | Invoice Cell
+Invoice Line | Invoice Line
 Invoice Transaction Rule | Accounting Rule Cell
 Purchase Invoice Transaction | Discount Line
 Purchase Invoice Transaction | Tax Line




More information about the Erp5-report mailing list