[IMP]: POS:Bug fixed regarding pos_detail.xml

bzr revid: mso@mso-20100318125323-2mpc5p10c4nq7lif
This commit is contained in:
sbh 2010-03-18 18:23:23 +05:30 committed by mso
parent e41aae3014
commit 671324860c
2 changed files with 4 additions and 3 deletions

View File

@ -51,7 +51,7 @@ Main features :
'wizard/pos_close_statement.xml',
'wizard/pos_box_entries.xml',
'wizard/pos_box_out.xml',
'wizard/pos_details.xml',
'pos_view.xml',
'pos_sequence.xml',
'posrule_data.xml',
@ -65,6 +65,7 @@ Main features :
'update_xml': [
'security/point_of_sale_security.xml',
'security/ir.model.access.csv',
'wizard/pos_details.xml',
'pos_report.xml',
'pos_wizard.xml',
'pos_view.xml',

View File

@ -22,8 +22,8 @@
</record>
<act_window name="POS Details"
res_model="pos.order"
src_model="pos.details"
res_model="pos.details"
src_model="pos.order"
view_mode="form"
target="new"
key2="client_action_multi"