Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to make print a report in OpenERP(Odoo)?

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 164
    Comment on it

    If you want to make print a report in OpenERP(Odoo) follow the below mentioned code and paste it in your model.py file: -

    1. def _get_invoice_id(self, uid, datas):
    2. ...
    3. return {ids: [...]}
    4. ...
    5. actions: [_get_invoice_id],
    6. result: {type:print,
    7. report:account.invoice,
    8. get_id_from_action: True,
    9. state:check_refund}

    Note- With the help of this code we will make print a report

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Reset Password
Fill out the form below and reset your password: