跳至内容
菜单
此问题已终结
3095 查看

There is a database VIEW "account_invoice_report" (account-->report-->account_invoice_report.py), and i create a customized module and add a new field in account_invoice table. i want to add the same field in group by of "account_invoice_report". For that purpose i want to edit the VIEW. Any possible way to edit the view from my customized module? (If I edit directly in the account module, it also creates issue while creating new db , as that new field not get created before this VIEW creation). Can anyone help me to solve this issue?

形象
丢弃