Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
4084 Visualizzazioni

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.


Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
mar 25
562
2
set 19
4857
2
apr 18
3060
1
mar 15
7632
2
feb 24
2846