Hi,
I'm using Odoo 9 and I would like to add a value to amount_total from pos_order.
I tried different things that didn't work as for example inherit _amount_all or use the write function on self.pool.get('pos.order').browse(cr, uid, ids, context=context).
Please help me.
Thanks.