mirror of
https://github.com/OCA/OCB.git
synced 2026-04-23 19:14:53 -06:00
1
OLD 9.0 2017 05 31
Xavier Brochard edited this page 2021-10-29 23:56:48 +02:00
Conflict in merging back https://github.com/odoo/odoo/commit/qeb15920499bb6f294025e92db2
--- a/addons/purchase/tests/test_purchase_order.py
+++ b/addons/purchase/tests/test_purchase_order.py
@@@ -81,6 -81,6 +81,10 @@@ class TestPurchaseOrder(AccountingTestC
'partner_id': self.partner_id.id,
'purchase_id': self.po.id,
'account_id': self.partner_id.property_account_payable_id.id,
++<<<<<<< HEAD
+ })
++=======
+ })
++>>>>>>> 82fbe03... [FIX] purchase: update tests to effectively create invoices of type purchase, not
self.invoice.purchase_order_change()
self.assertEqual(self.po.order_line.mapped('qty_invoiced'), [5.0, 5.0], 'Purchase: all products should be invoiced"')
Resolved by taking the HEAD version. Committed as github.com/OCA/OCB@f04db360 (empty) by @stefanrijnhart