콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

I have some form views similar to `account.voucher.receipt.dialog.form` (`odoo/addons/account_voucher/voucher_payment_receipt_view.xml`).

- Some `field` tags get their default values which were defined in the Model,

- Some `field` tags get their default values from on change methods (defined by `on_change` attributes).

I want to bypass these form views and automate the process, so I need to know beforehand these default field values.

In that way, I only need to add additional field values if needed, then call the `create` method on the model. (I'm using Odoo v8).

How can I achieve that without manual tracing the fields and their corresponding default values/onchange functions?

아바타
취소
관련 게시물 답글 화면 활동
4
1월 25
1146
1
5월 22
3984
0
5월 20
6445
1
8월 19
3910
2
6월 19
2944