Context : ODOO 9C community version odoo_9.0c.latest2016.07.12
Current behaviour
- create SO for a Partner Portal user
- create delivery and Invoice on SO
- log into the Portal for the partner
- access invoice
- result : 404 ACL error (reading the invoice)
correction :
- create ACL for the Portal group with folllowing objects
1) account_payment_term
2) account_fiscal_position
3) res.partner.bank
then stop and start
tests ---> OK
Hope it will help some of you
regards