Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ

Hello. I have an action.server defined as follows:

<odoo>
  <data>
    <record model="ir.actions.server" id="my_custom_action">
      <field name="name">action 1</field>
      <field name="model_id" ref="account.model_account_invoice"/>
      <field name="sequence">1</field>
      <field name="type">ir.actions.server</field>
      <field name="state">code</field>
      <field name="code">
                if records: 
                   action = records.my_method_1()
      </field>
    </record>
  </data>
</odoo>

What i would like to do is to call multiple methods from this action server. Lets say I have my_method_1(), my_method_2() and my_method_3(). How can I call them from my action server in order for them to be executed one after another?  If you could provide me an example for this and for "n methods" it would be excellent :D

PD: I assume I would have to do the same if it where functions (giving its required parameters) instead of methods, right?


Thanks in advance!
Jean.


Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 3 25
685
2
thg 9 19
5002
2
thg 4 18
3135
1
thg 3 15
7793
2
thg 2 24
3051