Better handling of companies

Fix issue where the location_id was not taken into account on the PO
Now merge with existing draft PO if exists
This commit is contained in:
Alexis de Lattre
2015-05-28 23:15:11 +02:00
parent 681be2ec9e
commit 979c33a457
3 changed files with 105 additions and 38 deletions

View File

@@ -35,6 +35,8 @@ This module is an ALTERNATIVE to the module *procurement_suggest* ; it is simila
The advantage is that you are not impacted by the faulty procurements (for example : a procurement generates a PO ; the PO is confirmed ; the related picking is cancelled and deleted -> the procurements will always stay in running without related stock moves !)
Warning: this module doesn't handle the case where a product uses multiple units of measures for the moment.
This module has been written by Alexis de Lattre from Akretion <alexis.delattre@akretion.com>.
""",
'author': 'Akretion',