diff --git a/bt5/erp5_accounting/bt/change_log b/bt5/erp5_accounting/bt/change_log index 9013b326e667b0caf3a130096baac786fd91a108..78500e1a678b7cbfedc58f7c4a330ce25f191c30 100755 --- a/bt5/erp5_accounting/bt/change_log +++ b/bt5/erp5_accounting/bt/change_log @@ -1,3 +1,6 @@ +2005-11-12 Jérome +* Update to use new gap preference and Inventory API instead of Resource_zGetInventory_old + 2005-12-08 yo * Fix the LEFT JOIN syntax in PaymentTransaction_zSelectMovement and SaleInvoiceTransaction_zSelectMovemen. diff --git a/bt5/erp5_accounting/bt/template_path_list b/bt5/erp5_accounting/bt/template_path_list index a73dac1a6b6b231ede12e1f39ea48d327496e652..21f7d25b6a113ec840b85cae0fccb4cb3331053d 100755 --- a/bt5/erp5_accounting/bt/template_path_list +++ b/bt5/erp5_accounting/bt/template_path_list @@ -1,8 +1,8 @@ -portal_rules/default_invoice_rule portal_deliveries/sale_invoice_builder +portal_rules/default_invoice_transaction_rule/** portal_deliveries/payment_transaction_builder -portal_rules/default_payment_rule -portal_rules/default_invoice_transaction_rule +portal_rules/default_payment_rule/** +portal_rules/default_invoicing_rule/** +portal_rules/default_invoice_rule/** portal_deliveries/sale_invoice_transaction_builder -portal_preferences/default_site_preference -portal_rules/default_invoicing_rule \ No newline at end of file +portal_preferences/default_site_preference \ No newline at end of file