diff --git a/bt5/erp5_advanced_invoicing/PortalTypeBaseCategoryTemplateItem/base_category_list.xml b/bt5/erp5_advanced_invoicing/PortalTypeBaseCategoryTemplateItem/base_category_list.xml index 763630ccbfadab940a55cf590ecf6221b1d5a8ef..8b466f5ba52048af7bf7dd1d7327d181bd21bfe7 100644 --- a/bt5/erp5_advanced_invoicing/PortalTypeBaseCategoryTemplateItem/base_category_list.xml +++ b/bt5/erp5_advanced_invoicing/PortalTypeBaseCategoryTemplateItem/base_category_list.xml @@ -2,7 +2,13 @@ <portal_type id="Purchase Invoice"> <item>specialise</item> </portal_type> + <portal_type id="Purchase Invoice Module"> + <item>business_application</item> + </portal_type> <portal_type id="Sale Invoice"> <item>specialise</item> </portal_type> + <portal_type id="Sale Invoice Module"> + <item>business_application</item> + </portal_type> </base_category_list> \ No newline at end of file diff --git a/bt5/erp5_advanced_invoicing/bt/change_log b/bt5/erp5_advanced_invoicing/bt/change_log index d3c61d517c102e19140052bdf0fae68835aac095..3c4b9b60692962d7606bdd7619413aca6d61f3e7 100644 --- a/bt5/erp5_advanced_invoicing/bt/change_log +++ b/bt5/erp5_advanced_invoicing/bt/change_log @@ -1,3 +1,6 @@ +2010-02-19 yusei +* Set business_application category to Sale Invoice Module and Purchase Invoice Module. + 2010-02-03 yusuke * Invoice workflow supports auto_plan transition. diff --git a/bt5/erp5_advanced_invoicing/bt/revision b/bt5/erp5_advanced_invoicing/bt/revision index aa92725341cfdd96ebd08910d54dcb6933dd5be5..780fea92d290e030d3636fa09844dfb11e96ef2a 100644 --- a/bt5/erp5_advanced_invoicing/bt/revision +++ b/bt5/erp5_advanced_invoicing/bt/revision @@ -1 +1 @@ -76 \ No newline at end of file +77 \ No newline at end of file diff --git a/bt5/erp5_advanced_invoicing/bt/template_portal_type_base_category_list b/bt5/erp5_advanced_invoicing/bt/template_portal_type_base_category_list index 2135dddd4ea0d2db62ef10b3878b4c3eddbadc32..2a4862bab04f7b547ce6506a8372121f81547b49 100644 --- a/bt5/erp5_advanced_invoicing/bt/template_portal_type_base_category_list +++ b/bt5/erp5_advanced_invoicing/bt/template_portal_type_base_category_list @@ -1,2 +1,4 @@ +Purchase Invoice Module | business_application Purchase Invoice | specialise +Sale Invoice Module | business_application Sale Invoice | specialise \ No newline at end of file