Skip to Content
Menu
This question has been flagged
1 Reply
4143 Views

Hello everyone,

I need to get a default_account in the invoice form how could I doi it??

Avatar
Discard
Best Answer

 


Here is step for filling default  value in ODOO8/9.

  1. Go to Setting->Technical->Actions->User defined Defaults.

  2. Create a record  for your model.

  3. Inside name place your filed name(account_id).

  4. Inside model place your model name(account.invoice).

  5. inside Default value  place the default value (id_number) 

Avatar
Discard
Author

thanks a lot