Better dependencies on account board and improve "to invoice" view

bzr revid: ced-14750884bde8e6cd2d6b6336f024daa25bc05c0e
This commit is contained in:
ced 2007-09-05 14:02:41 +00:00
parent 3837491231
commit 82cc7c2319
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@
"report_analytic",
"report_analytic_line",
"account_report",
"hr_timesheet_sheet"
],
"demo_xml":["board_account_demo.xml"],
"update_xml":["board_account_view.xml"],

View File

@ -29,7 +29,7 @@
<act_window name="Accounts to invoice"
domain="[('state','&lt;&gt;','close'),('partner_id','&lt;&gt;',False)]"
domain="[('state','&lt;&gt;','close'),('partner_id','&lt;&gt;',False),('to_invoice', '&lt;&gt;', False)]"
res_model="account.analytic.account"
src_model="res.users"
view_type="form"