コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
5795 ビュー

On Odoo 8, I imported a lot of data through the import module (via csv files) but I can't find a way to execute actions from buttons like "Validate" on a record.

For example, I imported some customer invoices. Their state is "draft" after the import. What I want is to generate payments on all those invoices, without having to click manually on the Validate (or others) buttons.

アバター
破棄
最善の回答

Hello,

I usually use xml-rpc script to achieve such task, you can call the workflow for list of some records ...

I hope it'll help

Regards,

アバター
破棄
著作者 最善の回答

Well I actually did modify the workflow temporarly directly on the GUI, but using a XML-RPC script could be more reusable indeed.

Thanks for your answer

アバター
破棄
関連投稿 返信 ビュー 活動
1
3月 15
4057
5
7月 20
7551
1
6月 16
8207
0
7月 15
4442
1
3月 15
11699