跳至内容
菜单
此问题已终结
1 回复
6697 查看

In Openerp7, how can I switch edit mode for invoices to have a dialog box with details of each line editing (as in previous versions) Thanks for your help

形象
丢弃
最佳答案

Hello,

Open account/account_invoice_view.xml and replace code :

<tree string="Invoice Lines" editable="bottom">

to

<tree string="Invoice Lines">

Then update the account module as you have made change in xml Like :

-u account -d dbname (This is for ubuntu OS)

You can also made same change by starting debug mode -> and then open a form view -> Edit Form View. Change code and save it. (This is not permanent change)

Thank You.

形象
丢弃
编写者

Thank you ! It's OK but I was looking for a choice like you have for sale orders, by users configuration. Your method is for all users.

相关帖文 回复 查看 活动
4
8月 24
2243
2
3月 21
4588
2
6月 25
958
0
2月 24
1348
5
1月 24
6996